nux-1.14.0
nux::SpinBoxDouble Class Reference
Inheritance diagram for nux::SpinBoxDouble:
nux::SpinBox_Logic nux::View nux::InputArea nux::Area nux::InitiallyUnownedObject nux::Focusable nux::Object nux::Trackable nux::Introspectable nux::SpinBoxDoublePropertyItem

List of all members.

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 ()

Detailed Description

Definition at line 31 of file SpinBoxDouble.h.


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