Public Member Functions | |
| uiThumbWheel (uiParent *, const char *nm="uiThumbWheel", bool hor=true) | |
| const char * | text () const |
| int | getIntValue () const |
| float | getValue () const |
| void | setText (const char *) |
| void | setValue (int) |
| void | setValue (float) |
| float | lastMoveVal () |
| void | move (float angle) |
Public Attributes | |
| Notifier< uiThumbWheel > | wheelPressed |
| Notifier< uiThumbWheel > | wheelMoved |
| Notifier< uiThumbWheel > | wheelReleased |
Protected Attributes | |
| float | lastmv |
Private Member Functions | |
| uiThumbWheelBody & | mkbody (uiParent *, const char *, bool) |
Private Attributes | |
| BufferString | result |
| uiThumbWheelBody * | body_ |
Friends | |
| class | i_ThumbWheelMessenger |
| uiThumbWheel::uiThumbWheel | ( | uiParent * | , | |
| const char * | nm = "uiThumbWheel", |
|||
| bool | hor = true | |||
| ) |
| int uiThumbWheel::getIntValue | ( | ) | const |
| float uiThumbWheel::getValue | ( | ) | const |
| float uiThumbWheel::lastMoveVal | ( | ) | [inline] |
| uiThumbWheelBody& uiThumbWheel::mkbody | ( | uiParent * | , | |
| const char * | , | |||
| bool | ||||
| ) | [private] |
| void uiThumbWheel::move | ( | float | angle | ) |
| void uiThumbWheel::setText | ( | const char * | ) |
| void uiThumbWheel::setValue | ( | float | ) |
| void uiThumbWheel::setValue | ( | int | ) |
| const char* uiThumbWheel::text | ( | ) | const |
friend class i_ThumbWheelMessenger [friend] |
uiThumbWheelBody* uiThumbWheel::body_ [private] |
Reimplemented from uiBaseObject.
float uiThumbWheel::lastmv [protected] |
BufferString uiThumbWheel::result [mutable, private] |
1.7.1