#include <text_box.hpp>
Public Member Functions | |
| builder_text_box (const config &cfg) | |
| virtual std::unique_ptr< widget > | build () const override |
| 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::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::string | history |
| std::size_t | max_input_length |
| t_string | hint_text |
| std::string | hint_image |
| bool | editable |
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 |
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 349 of file text_box.hpp.
|
explicit |
Definition at line 420 of file text_box.cpp.
| virtual std::unique_ptr<widget> gui2::builder_widget::build |
|
overridevirtual |
Implements gui2::builder_widget.
Definition at line 430 of file text_box.cpp.
References DBG_GUI_G, gui2::implementation::builder_styled_widget::definition, editable, hint_image, hint_text, history, gui2::implementation::builder_styled_widget::label_string, and max_input_length.
| virtual std::unique_ptr<widget> gui2::builder_widget::build |
|
override |
Definition at line 520 of file styled_widget.cpp.
| bool gui2::implementation::builder_text_box::editable |
Definition at line 365 of file text_box.hpp.
Referenced by build().
| std::string gui2::implementation::builder_text_box::hint_image |
Definition at line 363 of file text_box.hpp.
Referenced by build().
| t_string gui2::implementation::builder_text_box::hint_text |
Definition at line 362 of file text_box.hpp.
Referenced by build().
| std::string gui2::implementation::builder_text_box::history |
Definition at line 358 of file text_box.hpp.
Referenced by build().
| std::size_t gui2::implementation::builder_text_box::max_input_length |
Definition at line 360 of file text_box.hpp.
Referenced by build().