#include <scroll_label.hpp>
Public Member Functions | |
tbuilder_scroll_label (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 |
Public Attributes | |
tscrollbar_container::tscrollbar_mode | vertical_scrollbar_mode |
tscrollbar_container::tscrollbar_mode | horizontal_scrollbar_mode |
bool | wrap_on |
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 |
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... | |
Protected Member Functions inherited from reference_counted_object | |
void | turn_reference_counting_off () const |
Definition at line 125 of file scroll_label.hpp.
|
explicit |
Definition at line 232 of file scroll_label.cpp.
|
virtual |
Implements gui2::tbuilder_widget.
Definition at line 242 of file scroll_label.cpp.
References gui2::tcontrol::config(), DBG_GUI_G, gui2::implementation::tbuilder_control::definition, horizontal_scrollbar_mode, gui2::implementation::tbuilder_control::init_control(), gui2::tcontainer_::init_grid(), gui2::tscrollbar_container::set_horizontal_scrollbar_mode(), gui2::tscrollbar_container::set_vertical_scrollbar_mode(), vertical_scrollbar_mode, and wrap_on.
tscrollbar_container::tscrollbar_mode gui2::implementation::tbuilder_scroll_label::horizontal_scrollbar_mode |
Definition at line 134 of file scroll_label.hpp.
Referenced by build().
tscrollbar_container::tscrollbar_mode gui2::implementation::tbuilder_scroll_label::vertical_scrollbar_mode |
Definition at line 133 of file scroll_label.hpp.
Referenced by build().
bool gui2::implementation::tbuilder_scroll_label::wrap_on |
Definition at line 135 of file scroll_label.hpp.
Referenced by build().