The same adjustment can be share by more then one widget to sinchronized them. Changind the Adjustment of a widget (a scale widget for example) will change the position of it's pointer
Public Member Functions | |
this (double value, double lower, double upper, double stepIncrement, double pageIncrement, double pageSize) | |
Creates a new Adjustment. | |
void | changed () |
changed | |
void | valueChanged () |
valueChanged | |
void | clampPage (double lower, double upper) |
clampPage | |
double | getValue () |
Gets the adjustment value. | |
void | setValue (double value) |
Sets the adjustment value. |
|
changed
|
|
clampPage
|
|
Gets the adjustment value.
|
|
Sets the adjustment value.
|
|
Creates a new Adjustment.
|
|
valueChanged
|