#include <uspinbox.hpp>
Inheritance diagram for ufo::USpinBox:
Public Member Functions | |
float | getMinimum () const |
void | setMinimum (float min) |
float | getMaximum () const |
void | setMaximum (float max) |
void | setRange (float min, float max) |
float | getValue () const |
void | setValue (float newValue) |
USignal1< USpinBox * > & | sigValueChanged () |
Protected Member Functions | |
virtual void | processMouseEvent (UMouseEvent *e) |
USpinBoxModel * | getSpinBoxModel () const |
void | valueChanged (UActionEvent *e) |
|
Processes focus events. Primarily, it is used to notify listeners. Reimplemented from ufo::UWidget.
|