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