38 virtual const std::string&
window_id()
const override;
Abstract base class for all modal dialogs.
unsigned int selected_side_
std::vector< std::string > nicks_
virtual void pre_show() override
Actions to be taken before showing the window.
virtual void post_show() override
Actions to be taken after the window has been shown.
virtual const std::string & window_id() const override
The ID of the window to build.
events::menu_handler & menu_handler_
mp_change_control(events::menu_handler &mh)
void handle_sides_list_item_clicked()
unsigned int selected_nick_
void highlight_side_nick()
void handle_nicks_list_item_clicked()
std::vector< int > sides_
#define DEFINE_SIMPLE_DISPLAY_WRAPPER(dialog)
Adds a bare-bones static display function to a dialog class that immediately invokes the dialogs's mo...
Handling of system events.