53 virtual const std::string&
window_id()
const override;
62 static bool execute(std::string& bookmark_name)
static bool execute(std::string &bookmark_name)
The execute function; see modal_dialog for more information.
virtual void pre_show() override
Actions to be taken before showing the window.
virtual const std::string & window_id() const override
The ID of the window to build.
folder_create(std::string &folder_name)
Constructor.
folder_create & enable_bookmark_mode()
Changes the dialog caption so it can be used for naming bookmarks.
Abstract base class for all modal dialogs.
bool show(const unsigned auto_close_time=0)
Shows the window.
#define DEFINE_SIMPLE_EXECUTE_WRAPPER(dialog)
Adds a bare-bonesstatic execute function to a dialog class that immediately invokes and return the re...