26 unit_advance(
const std::vector<unit_const_ptr>& samples, std::size_t real);
34 virtual const std::string&
window_id()
const override;
36 virtual void post_show(window& window)
override;
virtual void post_show(window &window) override
Actions to be taken after the window has been shown.
unit_advance(const std::vector< unit_const_ptr > &samples, std::size_t real)
std::size_t last_real_advancement_
virtual const std::string & window_id() const override
The ID of the window to build.
int get_selected_index() const
std::size_t selected_index_
Abstract base class for all modal dialogs.
base class of top level items, the only item which needs to store the final canvases to draw on...
const std::vector< unit_const_ptr > & previews_
virtual void pre_show(window &window) override
Actions to be taken before showing the window.