#include <uslider.hpp>
Inheritance diagram for ufo::USlider:
Public Member Functions | |
USlider () | |
USlider (Orientation orientation) | |
USlider (int min, int max, int value=0) | |
USlider (Orientation orientation, int min, int max, int value) | |
Protected Member Functions | |
virtual UDimension | getContentsSize (const UDimension &maxSize) const |
virtual void | processMouseEvent (UMouseEvent *e) |
A slider is used to control a bounded value.
|
Creates a slider with horizontal orientation, a minimum value of 0, a maximum of 99 and a value of 0. |
|
Creates a slider with the given orientation, a minimum value of 0, a maximum of 100 and a value of 0. |
|
Creates a slider with horizontal orientation and a value of 0.
|
|
Creates a slider with the given values.
|
|
Processes focus events. Primarily, it is used to notify listeners. Reimplemented from ufo::UWidget.
|