#include <aedSlider.h>
Inheritance diagram for aedSlider:
Public Member Functions | |
aedSlider (aedOrientation orient=AED_VERTICAL) | |
virtual int | wm_update (Uint32 msdelta) |
virtual int | wm_lbuttonup (Uint16 x, Uint16 y) |
virtual int | wm_lbuttondown (Uint16 x, Uint16 y) |
virtual void | render (void) |
void | setValue (Uint32 val) |
Uint32 | getValue () const |
void | setRange (Uint32 minval, Uint32 maxval) |
void | getRange (Uint32 *minval, Uint32 *maxval) const |
Uint32 | getBigChange () const |
void | setBigChange (Uint32 bigchange) |
aedOrientation | getOrientation () const |
void | setOrientation (aedOrientation orient) |
void | incrementValue (bool bigChange=false) |
void | decrementValue (bool bigChange=false) |
aedRect | getElevatorRect () |
Protected Attributes | |
bool | m_Dragging |
|
The constructor, creates a new slider.
|
|
Decrement slider's value.
|
|
Return slider's orientation. |
|
Get slider's range. Store minimum and maximum values into variables pointed to by minval and maxval, respectively. Any of the two pointers can be NULL to indicate that the caller is not interested in that value. |
|
Get slider's value. |
|
Increment slider's value.
|
|
Set the amount of a "big change". |
|
Change slider's orientation.
|
|
Set slider's range.
|
|
Set slider's value. |