15 #include "uibasemod.h" 34 void setMinValue(
int);
36 void setMaxValue(
int);
47 void setInverted(
bool);
48 bool isInverted()
const;
49 void setInvertedControls(
bool);
50 bool hasInvertedControls()
const;
51 void setWrapping(
bool);
52 bool hasWrapping()
const;
53 void setStartAtTop(
bool);
54 bool hasStartAtTop()
const;
97 float editValue()
const;
#define mExpClass(module)
Definition: commondefs.h:160
uiLineEditBody & mkbody(uiParent *, const char *)
To be able to send and/or receive CallBacks, inherit from this class.
Definition: callback.h:272
The base class for most UI elements.
Definition: uiobj.h:38
Definition: uistring.h:89
Definition: uiparent.h:26
Notifier< uiDial > valueChanged
Definition: uidial.h:56
#define mDefSetupMemb(typ, memb)
Definition: commondefs.h:137
Notifier< uiDial > sliderPressed
Definition: uidial.h:58
bool startAtTop_
Definition: uidial.h:66
Notifier< uiDial > sliderReleased
Definition: uidial.h:59
Notifier< uiDial > sliderMoved
Definition: uidial.h:57
Definition: uilineedit.h:51
uiDialBody * body_
Definition: uidial.h:63
Orientation
Fundamental orientation in 2D UIs.
Definition: oduicommon.h:23