30 virtual const std::string&
window_id()
const override;
Abstract base class for all modal dialogs.
mp_report(std::string &report_text_)
static const std::array< std::string, 3 > occurrence_locations
virtual void post_show() override
Actions to be taken after the window has been shown.
void report_reason_changed(const std::string &text)
std::string & report_text_
virtual const std::string & window_id() const override
The ID of the window to build.
bool report_reason_empty_
virtual void pre_show() override
Actions to be taken before showing the window.
void reportee_changed(const std::string &text)
#define DEFINE_SIMPLE_EXECUTE_WRAPPER(dialog)
Adds a bare-bonesstatic execute function to a dialog class that immediately invokes and return the re...