38 std::shared_ptr<view>
get_view()
const;
41 virtual const std::string&
window_id()
const override;
std::shared_ptr< view > get_view() const
virtual void pre_show() override
Actions to be taken before showing the window.
chat_log(const vconfig &cfg, const replay &replay)
virtual const std::string & window_id() const override
The ID of the window to build.
std::shared_ptr< view > view_
Abstract base class for all modal dialogs.
A variable-expanding proxy for the config class.
#define DEFINE_SIMPLE_DISPLAY_WRAPPER(dialog)
Adds a bare-bones static display function to a dialog class that immediately invokes the dialogs's mo...