Inheritance diagram for Scale:
A scale has not arrows on the ends and can display it current value
Public Types | |
enum | |
The position to display the value. More... | |
Public Member Functions | |
void | setDigits (int digits) |
Sets the number of digits to the right of the floting point. | |
int | getDigits () |
Gets the current number of digits to the right of the floting point. | |
bit | getDrawValue () |
Gets the draw value ??? | |
void | setValuePos (GtkPositionType pos) |
Sets the value display position. | |
int | getValuePos () |
Gets the value display position. | |
Static Public Member Functions | |
GType | getType () |
Gets this class type. | |
Public Attributes | |
enum Scale:: { ... } | ST_COMPLETE |
The position to display the value. |
|
The position to display the value.
|
|
Gets the current number of digits to the right of the floting point.
|
|
Gets the draw value ???
|
|
Gets this class type.
Reimplemented from Range. |
|
Gets the value display position.
|
|
Sets the number of digits to the right of the floting point.
|
|
Sets the value display position.
|
|
The position to display the value.
|