13 #include "uibasemod.h" 32 void setMinValue(
int);
34 void setMaxValue(
int);
45 void setInverted(
bool);
46 bool isInverted()
const;
47 void setInvertedControls(
bool);
48 bool hasInvertedControls()
const;
49 void setWrapping(
bool);
50 bool hasWrapping()
const;
51 void setStartAtTop(
bool);
52 bool hasStartAtTop()
const;
95 float editValue()
const;
#define mExpClass(module)
Definition: commondefs.h:157
uiLineEditBody & mkbody(uiParent *, const char *)
Inherit from this class to be able to send and/or receive CallBacks.
Definition: callback.h:182
The base class for most UI elements.
Definition: uiobj.h:35
Definition: uistring.h:88
Definition: uiparent.h:24
Notifier< uiDial > valueChanged
Definition: uidial.h:54
#define mDefSetupMemb(typ, memb)
Definition: commondefs.h:129
Notifier< uiDial > sliderPressed
Definition: uidial.h:56
bool startAtTop_
Definition: uidial.h:64
Notifier< uiDial > sliderReleased
Definition: uidial.h:57
Notifier< uiDial > sliderMoved
Definition: uidial.h:55
Definition: uilineedit.h:49
uiDialBody * body_
Definition: uidial.h:61
Orientation
Fundamental orientation in 2D UIs.
Definition: oduicommon.h:21