GuiSliderCtrl Class Reference#include <guiSliderCtrl.h>
Inheritance diagram for GuiSliderCtrl:
[legend]List of all members.
Member Typedef Documentation
Member Enumeration Documentation
anonymous enum [protected] |
- Enumerator:
-
SliderLineLeft |
|
SliderLineCenter |
|
SliderLineRight |
|
SliderButtonNormal |
|
SliderButtonHighlight |
|
NumBitmaps |
|
Constructor & Destructor Documentation
GuiSliderCtrl::GuiSliderCtrl |
( |
|
) |
|
Member Function Documentation
void GuiSliderCtrl::updateThumb |
( |
F32 |
value, |
|
|
bool |
snap = true , |
|
|
bool |
onWake = false | |
|
) |
| | [protected] |
static void GuiSliderCtrl::initPersistFields |
( |
|
) |
[static] |
bool GuiSliderCtrl::onWake |
( |
|
) |
[virtual] |
Called when this object is asked to wake up returns true if it's actually awake at the end.
Reimplemented from GuiControl.
void GuiSliderCtrl::onMouseDown |
( |
const GuiEvent & |
event |
) |
[virtual] |
void GuiSliderCtrl::onMouseDragged |
( |
const GuiEvent & |
event |
) |
[virtual] |
void GuiSliderCtrl::onMouseUp |
( |
const GuiEvent & |
|
) |
[virtual] |
void GuiSliderCtrl::onMouseLeave |
( |
const GuiEvent & |
|
) |
[virtual] |
void GuiSliderCtrl::onMouseEnter |
( |
const GuiEvent & |
|
) |
[virtual] |
F32 GuiSliderCtrl::getValue |
( |
|
) |
[inline] |
void GuiSliderCtrl::setScriptValue |
( |
const char * |
val |
) |
[virtual] |
Sets the value of the variable bound to this object.
Reimplemented from GuiControl.
void GuiSliderCtrl::onRender |
( |
Point2I |
offset, |
|
|
const RectI & |
updateRect | |
|
) |
| | [virtual] |
Called when this control is to render itself.
- Parameters:
-
| offset | The location this control is to begin rendering |
| updateRect | The screen area this control has drawing access to |
Reimplemented from GuiControl.
Member Data Documentation
|