nux-1.16.0
nux::Vector3DoubleValuator Class Reference
Inheritance diagram for nux::Vector3DoubleValuator:
nux::Vector3Valuator nux::View nux::InputArea nux::Area nux::InitiallyUnownedObject nux::Focusable nux::Object nux::Trackable nux::Introspectable nux::Vector3ValuatorPropertyItem

List of all members.

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

Detailed Description

Definition at line 36 of file Vector3ValuatorDouble.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends