|
nux-1.14.0
|
Public Member Functions | |
| SpinBoxDouble (double Value=0, double Step=1, double MinValue=0, double MaxValue=100, NUX_FILE_LINE_PROTO) | |
| virtual long | ProcessEvent (IEvent &ievent, long TraverseInfo, long ProcessEventInfo) |
| virtual void | Draw (GraphicsEngine &GfxContext, bool force_draw) |
| virtual void | DrawContent (GraphicsEngine &GfxContext, bool force_draw) |
| virtual void | PostDraw (GraphicsEngine &GfxContext, bool force_draw) |
| virtual void | ImplementIncrementBtn () |
| virtual void | ImplementDecrementBtn () |
| virtual void | ImplementValidateEntry () |
| void | SetValue (double value) |
| double | GetValue () const |
| void | SetStep (double i) |
| double | GetStep () const |
| double | GetMinValue () const |
| double | GetMaxValue () const |
| void | SetRange (double MinValue, double Maxvalue) |
Public Attributes | |
|
sigc::signal< void, SpinBoxDouble * > | sigIncrement |
|
sigc::signal< void, SpinBoxDouble * > | sigDecrement |
|
sigc::signal< void, SpinBoxDouble * > | sigValueChanged |
| sigc::signal< void, double > | sigValue |
Protected Member Functions | |
| void | InitializeWidgets () |
| void | InitializeLayout () |
Definition at line 31 of file SpinBoxDouble.h.