45 virtual const std::string&
window_id()
const override;
A config object defines a single node in a WML file, with access to child nodes.
const std::vector< config > & cores_
Contains the config objects for all cores.
virtual const std::string & window_id() const override
The ID of the window to build.
int choice_
The chosen core.
virtual void post_show() override
Actions to be taken after the window has been shown.
virtual void pre_show() override
Actions to be taken before showing the window.
void core_selected()
Called when another core is selected.
core_selection(const std::vector< config > &cores, int choice)
Abstract base class for all modal dialogs.