40 virtual const std::string&
window_id()
const override;
virtual void post_show(window &window) override
Actions to be taken after the window has been shown.
void toggle_category(widget &box, const std::string &category)
Callback for toggling a checkbox state.
display_context & viewer_
label_settings(display_context &dc)
virtual const std::string & window_id() const override
The ID of the window to build.
virtual void pre_show(window &window) override
Actions to be taken before showing the window.
std::map< std::string, bool > all_labels_
The execute function.
Abstract base class for all modal dialogs.
std::map< std::string, t_string > labels_display_
#define DEFINE_SIMPLE_EXECUTE_WRAPPER(dialog)
Adds a bare-bonesstatic execute function to a dialog class that immediately invokes and return the re...
base class of top level items, the only item which needs to store the final canvases to draw on...