30 #include "CEGUI/WindowRendererSets/Core/Module.h"
31 #include "CEGUI/widgets/Slider.h"
34 # pragma warning(push)
35 # pragma warning(disable : 4251)
65 static const String TypeName;
73 bool isVertical()
const;
74 void setVertical(
bool setting);
76 bool isReversedDirection()
const;
77 void setReversedDirection(
bool setting);
80 void performChildWindowLayout();
88 void updateThumb(
void);
89 float getValueFromThumb(
void)
const;
90 float getAdjustDirectionFromPoint(
const Vector2f& pt)
const;
100 #endif // end of guard _FalSlider_h_
bool d_vertical
True if slider operates in vertical direction.
Definition: WindowRendererSets/Core/Slider.h:84
Main namespace for Crazy Eddie's GUI Library.
Definition: arch_overview.dox:1
Base class for ItemEntry window renderer objects.
Definition: widgets/Slider.h:50
Slider class for the FalagardBase module.
Definition: WindowRendererSets/Core/Slider.h:62
bool d_reversed
true if slider operates in reversed direction to 'normal'.
Definition: WindowRendererSets/Core/Slider.h:85
String class used within the GUI system.
Definition: String.h:62