30 #include "CEGUI/WindowRendererSets/Core/Module.h"
31 #include "CEGUI/widgets/Slider.h"
34 # pragma warning(push)
35 # pragma warning(disable : 4251)
62 class COREWRSET_API FalagardSlider :
public SliderWindowRenderer
65 static const String TypeName;
71 FalagardSlider(
const String& type);
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_
Main namespace for Crazy Eddie's GUI Library.
Definition: cegui/include/CEGUI/Affector.h:42