37 virtual const std::string&
window_id()
const override;
Abstract base class for all modal dialogs.
virtual const std::string & window_id() const override
The display function.
virtual void post_show() override
Actions to be taken after the window has been shown.
mp_alerts_options()
Constructor.
virtual void pre_show() override
Actions to be taken before showing the window.
#define DEFINE_SIMPLE_DISPLAY_WRAPPER(dialog)
Adds a bare-bones static display function to a dialog class that immediately invokes the dialogs's mo...