36 const std::vector<std::string>& options);
50 virtual const std::string&
window_id()
const override;
virtual const std::string & window_id() const override
The ID of the window to build.
int result() const
Returns the selected item.
virtual void pre_show() override
Actions to be taken before showing the window.
int result_
the index of the selected item
virtual void post_show() override
Actions to be taken after the window has been shown.
std::vector< std::string > items_
the options available
depcheck_select_new(ng::depcheck::component_type name, const std::vector< std::string > &options)
Constructor.
Abstract base class for all modal dialogs.