20 #include <boost/dynamic_bitset.hpp>
36 virtual const std::string&
window_id()
const override;
44 const std::vector<language_def>
langs_;
virtual void post_show(window &window) override
Actions to be taken after the window has been shown.
virtual const std::string & window_id() const override
The execute function.
virtual void pre_show(window &window) override
Actions to be taken before showing the window.
boost::dynamic_bitset complete_langs_
const std::vector< language_def > langs_
void shown_filter_callback()
Abstract base class for all modal dialogs.
base class of top level items, the only item which needs to store the final canvases to draw on.
#define DEFINE_SIMPLE_EXECUTE_WRAPPER(dialog)
Adds a bare-bonesstatic execute function to a dialog class that immediately invokes and return the re...