- Your Widget Set For OpenGL
#include <uabstractslider.hpp>
Inheritance diagram for ufo::UAbstractSlider:

Public Member Functions | |
| UAbstractSlider () | |
| int | getMinimum () const |
| void | setMinimum (int min) |
| int | getMaximum () const |
| void | setMaximum (int max) |
| void | setRange (int min, int max) |
| int | getValue () const |
| void | setValue (int newValue) |
| int | getUnitIncrement () const |
| void | setUnitIncrement (int inc) |
| int | getBlockIncrement () const |
| void | setBlockIncrement (int inc) |
| USignal1< UAbstractSlider * > & | sigValueChanged () |
Protected Member Functions | |
| USliderModel * | getSliderModel () const |
| virtual void | processMouseWheelEvent (UMouseWheelEvent *e) |
|
|
Creates a slider with horizontal orientation, a minimum value of 0, a maximum of 99 and a value of 0. |
|
|
The amount to scroll for a block increment (e.g. page up/down). |
|
|
For convenience |
|
|
The amount to scroll for one unit (e.g. mouse wheel events). |
|
|
Processes focus events. Primarily, it is used to notify listeners. Reimplemented from ufo::UWidget.
|