54 virtual const std::string&
window_id()
const override;
This shows the dialog for managing addons and connecting to the addon server.
void help_button_callback()
virtual const std::string & window_id() const override
The ID of the window to build.
bool allow_remove_
Enable the addon remove button?
virtual void pre_show(window &window) override
Actions to be taken before showing the window.
virtual void post_show(window &window) override
Actions to be taken after the window has been shown.
Abstract base class for all modal dialogs.
addon_connect(std::string &host_name, bool allow_remove)
Constructor.
base class of top level items, the only item which needs to store the final canvases to draw on...