#include <vertical_scrollbar.hpp>

Public Member Functions | |
| tresolution (const config &cfg) | |
Public Member Functions inherited from gui2::tresolution_definition_ | |
| tresolution_definition_ (const config &cfg) | |
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 | |
| unsigned | minimum_positioner_length |
| unsigned | maximum_positioner_length |
| unsigned | top_offset |
| unsigned | bottom_offset |
Public Attributes inherited from gui2::tresolution_definition_ | |
| unsigned | window_width |
| unsigned | window_height |
| unsigned | min_width |
| unsigned | min_height |
| unsigned | default_width |
| unsigned | default_height |
| unsigned | max_width |
| unsigned | max_height |
| unsigned | text_extra_width |
| unsigned | text_extra_height |
| unsigned | text_font_size |
| font::family_class | text_font_family |
| int | text_font_style |
| std::vector< tstate_definition > | state |
Additional Inherited Members | |
Protected Member Functions inherited from reference_counted_object | |
| void | turn_reference_counting_off () const |
Definition at line 78 of file vertical_scrollbar.hpp.
|
explicit |
Definition at line 165 of file vertical_scrollbar.cpp.
References config::child(), minimum_positioner_length, missing_mandatory_wml_key(), gui2::tresolution_definition_::state, and VALIDATE.
| unsigned gui2::tvertical_scrollbar_definition::tresolution::bottom_offset |
Definition at line 86 of file vertical_scrollbar.hpp.
| unsigned gui2::tvertical_scrollbar_definition::tresolution::maximum_positioner_length |
Definition at line 83 of file vertical_scrollbar.hpp.
| unsigned gui2::tvertical_scrollbar_definition::tresolution::minimum_positioner_length |
Definition at line 82 of file vertical_scrollbar.hpp.
Referenced by tresolution().
| unsigned gui2::tvertical_scrollbar_definition::tresolution::top_offset |
Definition at line 85 of file vertical_scrollbar.hpp.
1.8.8