34 virtual void post_show(window& window)
override;
35 virtual const std::string&
window_id()
const override;
virtual void post_show(window &window) override
Actions to be taken after the window has been shown.
std::vector< std::string > versions_
This shows the dialog to select a previous version of Wesnoth to migrate preferences from and redownl...
virtual void pre_show(window &window) override
Actions to be taken before showing the window.
migrate_version_selection()
Abstract base class for all modal dialogs.
virtual const std::string & window_id() const override
The id of the window to build.
base class of top level items, the only item which needs to store the final canvases to draw on...