The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Private Attributes | List of all members
gui2::implementation::tbuilder_slider Struct Reference

#include <slider.hpp>

Inheritance diagram for gui2::implementation::tbuilder_slider:
Inheritance graph

Public Member Functions

 tbuilder_slider (const config &cfg)
 
twidgetbuild () const
 
- Public Member Functions inherited from gui2::implementation::tbuilder_control
 tbuilder_control (const config &cfg)
 
virtual twidgetbuild (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_objectoperator= (const reference_counted_object &)
 
virtual ~reference_counted_object ()
 
void add_ref () const
 
void dec_ref () const
 
int refcount () const
 

Private Attributes

unsigned best_slider_length_
 
int minimum_value_
 
int maximum_value_
 
unsigned step_size_
 
int value_
 
t_string minimum_value_label_
 
t_string maximum_value_label_
 
std::vector< t_stringvalue_labels_
 

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
 

Detailed Description

Definition at line 224 of file slider.hpp.

Constructor & Destructor Documentation

gui2::implementation::tbuilder_slider::tbuilder_slider ( const config cfg)
explicit

Member Function Documentation

twidget * gui2::implementation::tbuilder_slider::build ( ) const
virtual

Member Data Documentation

unsigned gui2::implementation::tbuilder_slider::best_slider_length_
private

Definition at line 233 of file slider.hpp.

Referenced by build().

int gui2::implementation::tbuilder_slider::maximum_value_
private

Definition at line 235 of file slider.hpp.

Referenced by build().

t_string gui2::implementation::tbuilder_slider::maximum_value_label_
private

Definition at line 240 of file slider.hpp.

Referenced by build().

int gui2::implementation::tbuilder_slider::minimum_value_
private

Definition at line 234 of file slider.hpp.

Referenced by build().

t_string gui2::implementation::tbuilder_slider::minimum_value_label_
private

Definition at line 239 of file slider.hpp.

Referenced by build().

unsigned gui2::implementation::tbuilder_slider::step_size_
private

Definition at line 236 of file slider.hpp.

Referenced by build().

int gui2::implementation::tbuilder_slider::value_
private

Definition at line 237 of file slider.hpp.

Referenced by build().

std::vector<t_string> gui2::implementation::tbuilder_slider::value_labels_
private

Definition at line 242 of file slider.hpp.

Referenced by build(), and tbuilder_slider().


The documentation for this struct was generated from the following files: