|
nux-1.14.0
|
Public Member Functions | |
| Vector3DoubleValuator (double X=0, double Y=0, double Z=0, double Step=1, double MinValue=-1.7E308, double MaxValue=1.7E308) | |
| 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 | ImplementIncrementX () |
| virtual void | ImplementDecrementX () |
| virtual void | ImplementIncrementY () |
| virtual void | ImplementDecrementY () |
| virtual void | ImplementIncrementZ () |
| virtual void | ImplementDecrementZ () |
| virtual void | ImplementValidateEntryX () |
| virtual void | ImplementValidateEntryY () |
| virtual void | ImplementValidateEntryZ () |
| void | SetVectorX (double value) |
| void | SetVectorY (double value) |
| void | SetVectorZ (double value) |
| void | SetValue (double x, double y, double z) |
| double | GetVectorX () const |
| double | GetVectorY () const |
| double | GetVectorZ () 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, Vector3DoubleValuator * > | sigIncrement |
|
sigc::signal< void, Vector3DoubleValuator * > | sigDecrement |
|
sigc::signal< void, Vector3DoubleValuator * > | sigValueChanged |
|
sigc::signal< void, double, double, double > | sigValue |
Definition at line 36 of file Vector3ValuatorDouble.h.