
SliderModel s.
The event is identified by its type. MAX_ADJUST and MIN_ADJUST carry an integer, VAL_ADJUST carries a float value.
Public Types | |
| enum | Type { MAX_ADJUST, MIN_ADJUST, VAL_ADJUST } |
Public Member Functions | |
| const float & | getFloatValue () const |
| const int & | getIntValue () const |
| Disp * | getSource () const |
| provides access to the source of the event. | |
| Type | getType () const |
| bool | isBusy () const |
| SliderModelEvent (SliderModelDispatcher *src, Type t, int v, bool b=false) | |
| SliderModelEvent (SliderModelDispatcher *src, Type t, float v, bool b=false) | |
|
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|||||||||
|
provides access to the source of the event.
The source of an event is the
|
|
|
|
|
|
|
1.4.3