32 virtual const std::string&
window_id()
const override;
Add-ons (campaignd) client class.
addon_server_info(addons_client &client, const std::string &addon, bool &needs_refresh)
void addon_count_by_forum_auth()
void downloads_by_version()
void admin_delete_addon()
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.
virtual void post_show() override
Actions to be taken after the window has been shown.
const std::string & addon_
void admin_unhide_addon()
Abstract base class for all modal dialogs.
Networked add-ons (campaignd) client interface.
#define DEFINE_SIMPLE_EXECUTE_WRAPPER(dialog)
Adds a bare-bonesstatic execute function to a dialog class that immediately invokes and return the re...