22 class formula_debugger;
55 virtual const std::string& window_id()
const override;
58 void callback_continue_button();
60 void callback_next_button();
62 void callback_step_button();
64 void callback_stepout_button();
Abstract base class for all modal dialogs.
#define DEFINE_SIMPLE_DISPLAY_WRAPPER(dialog)
Adds a bare-bones static display function to a dialog class that immediately invokes the dialogs's mo...
base class of top level items, the only item which needs to store the final canvases to draw on...