Classes | |
| class | Setup |
Public Member Functions | |
| uiDialExtra (uiParent *, const Setup &, const char *nm) | |
| uiDial * | dial () |
| uiLabel * | label () |
| void | processInput () |
| float | editValue () const |
| The val in the ed field, which may be outside range. | |
Protected Member Functions | |
| void | init (const Setup &, const char *) |
| void | editRetPress (CallBacker *) |
| void | sliderMove (CallBacker *) |
Protected Attributes | |
| uiDial * | dial_ |
| uiLabel * | lbl_ |
| uiLineEdit * | editfld_ |
Dial with label
| uiDial* uiDialExtra::dial | ( | ) | [inline] |
| void uiDialExtra::editRetPress | ( | CallBacker * | ) | [protected] |
| float uiDialExtra::editValue | ( | ) | const |
The val in the ed field, which may be outside range.
| void uiDialExtra::init | ( | const Setup & | , | |
| const char * | ||||
| ) | [protected] |
| uiLabel* uiDialExtra::label | ( | ) | [inline] |
| void uiDialExtra::processInput | ( | ) |
| void uiDialExtra::sliderMove | ( | CallBacker * | ) | [protected] |
uiDial* uiDialExtra::dial_ [protected] |
uiLineEdit* uiDialExtra::editfld_ [protected] |
uiLabel* uiDialExtra::lbl_ [protected] |
1.7.1