#include <combobox.hpp>
Public Member Functions | |
tbuilder_combobox (const config &cfg) | |
twidget * | build () const |
Public Member Functions inherited from gui2::implementation::tbuilder_control | |
tbuilder_control (const config &cfg) | |
virtual twidget * | build (const treplacements &replacements) const override |
void | init_control (tcontrol *control) const |
Public Member Functions inherited from gui2::tbuilder_widget | |
tbuilder_widget (const config &cfg) | |
virtual | ~tbuilder_widget () |
Public Member Functions inherited from reference_counted_object | |
reference_counted_object () | |
reference_counted_object (const reference_counted_object &) | |
reference_counted_object & | operator= (const reference_counted_object &) |
virtual | ~reference_counted_object () |
void | add_ref () const |
void | dec_ref () const |
int | refcount () const |
Private Attributes | |
std::string | retval_id_ |
int | retval_ |
std::vector< std::string > | options_ |
Additional Inherited Members | |
Public Types inherited from gui2::tbuilder_widget | |
typedef std::map< std::string, boost::intrusive_ptr < tbuilder_widget > > | treplacements |
The replacements type is used to define replacement types. More... | |
Public Attributes inherited from gui2::implementation::tbuilder_control | |
std::string | definition |
Parameters for the control. More... | |
t_string | label |
t_string | tooltip |
t_string | help |
bool | use_tooltip_on_label_overflow |
Public Attributes inherited from gui2::tbuilder_widget | |
std::string | id |
Parameters for the widget. More... | |
std::string | linked_group |
int | debug_border_mode |
unsigned | debug_border_color |
Protected Member Functions inherited from reference_counted_object | |
void | turn_reference_counting_off () const |
Definition at line 166 of file combobox.hpp.
|
explicit |
Definition at line 278 of file combobox.cpp.
References config::child_range(), and options_.
|
virtual |
Implements gui2::tbuilder_widget.
Definition at line 289 of file combobox.cpp.
References DBG_GUI_G, gui2::implementation::tbuilder_control::definition, gui2::implementation::get_retval(), gui2::implementation::tbuilder_control::init_control(), options_, retval_, retval_id_, gui2::tcombobox::set_retval(), and gui2::tcombobox::set_values().
|
private |
Definition at line 178 of file combobox.hpp.
Referenced by build(), and tbuilder_combobox().
|
private |
Definition at line 177 of file combobox.hpp.
Referenced by build().
|
private |
Definition at line 176 of file combobox.hpp.
Referenced by build().