nux-1.14.0
|
Public Member Functions | |
ValuatorDouble (double Value=0, double Step=1, double MinValue=0, double MaxValue=100) | |
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, ValuatorDouble * > | sigIncrement |
sigc::signal< void, ValuatorDouble * > | sigDecrement |
sigc::signal< void, ValuatorDouble * > | sigValueChanged |
sigc::signal< void, double > | sigValue |
Definition at line 35 of file ValuatorDouble.h.