Crazy Eddie's GUI System
0.8.4
|
Base class for ItemEntry window renderer objects. More...
Public Member Functions | |
SliderWindowRenderer (const String &name) | |
Constructor. | |
virtual void | updateThumb (void)=0 |
update the size and location of the thumb to properly represent the current state of the slider | |
virtual float | getValueFromThumb (void) const =0 |
return value that best represents current slider value given the current location of the thumb. | |
virtual float | getAdjustDirectionFromPoint (const Vector2f &pt) const =0 |
Given window location pt, return a value indicating what change should be made to the slider. |
Base class for ItemEntry window renderer objects.
virtual float CEGUI::SliderWindowRenderer::getAdjustDirectionFromPoint | ( | const Vector2f & | pt | ) | const [pure virtual] |
Given window location pt, return a value indicating what change should be made to the slider.
pt | Point object describing a pixel position in window space. |
Implemented in CEGUI::FalagardSlider.
virtual float CEGUI::SliderWindowRenderer::getValueFromThumb | ( | void | ) | const [pure virtual] |
return value that best represents current slider value given the current location of the thumb.
Implemented in CEGUI::FalagardSlider.