#include <combobox.hpp>
Public Member Functions | |
builder_combobox (const config &cfg) | |
virtual std::unique_ptr< widget > | build () const override |
virtual std::unique_ptr< widget > | build (const replacements_map &replacements) const override |
Public Member Functions inherited from gui2::implementation::builder_styled_widget | |
builder_styled_widget (const config &cfg) | |
virtual std::unique_ptr< widget > | build (const replacements_map &replacements) const override |
virtual std::unique_ptr< widget > | build () const=0 |
virtual std::unique_ptr< widget > | build (const replacements_map &replacements) const=0 |
Public Member Functions inherited from gui2::builder_widget | |
builder_widget (const config &cfg) | |
virtual | ~builder_widget () |
Public Attributes | |
std::size_t | max_input_length |
t_string | hint_text |
std::string | hint_image |
Public Attributes inherited from gui2::implementation::builder_styled_widget | |
std::string | definition |
Parameters for the styled_widget. More... | |
t_string | label_string |
t_string | tooltip |
t_string | help |
bool | use_tooltip_on_label_overflow |
bool | use_markup |
Public Attributes inherited from gui2::builder_widget | |
std::string | id |
Parameters for the widget. More... | |
std::string | linked_group |
widget::debug_border | debug_border_mode |
color_t | debug_border_color |
Private Attributes | |
std::vector<::config > | options_ |
Additional Inherited Members | |
Public Types inherited from gui2::builder_widget | |
using | replacements_map = std::map< std::string, std::shared_ptr< builder_widget > > |
The replacements type is used to define replacement types. More... | |
using | optional_replacements = utils::optional_reference< const replacements_map > |
Definition at line 243 of file combobox.hpp.
|
explicit |
Definition at line 421 of file combobox.cpp.
References config::child_range(), and options_.
|
overridevirtual |
Implements gui2::builder_widget.
Definition at line 433 of file combobox.cpp.
References DBG_GUI_G, gui2::implementation::builder_styled_widget::definition, hint_image, hint_text, gui2::implementation::builder_styled_widget::label_string, max_input_length, and options_.
|
override |
Definition at line 540 of file styled_widget.cpp.
std::string gui2::implementation::builder_combobox::hint_image |
Definition at line 255 of file combobox.hpp.
Referenced by build().
t_string gui2::implementation::builder_combobox::hint_text |
Definition at line 254 of file combobox.hpp.
Referenced by build().
std::size_t gui2::implementation::builder_combobox::max_input_length |
Definition at line 252 of file combobox.hpp.
Referenced by build().
|
private |
Definition at line 258 of file combobox.hpp.
Referenced by build(), and builder_combobox().