#include <Nux/ValuatorDouble.h>
Public Member Functions |
| ValuatorDouble (double Value=0, double Step=1, double MinValue=0, double MaxValue=100) |
| ~ValuatorDouble () |
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) |
Data Fields |
sigc::signal< void,
ValuatorDouble * > | sigIncrement |
sigc::signal< void,
ValuatorDouble * > | sigDecrement |
sigc::signal< void,
ValuatorDouble * > | sigValueChanged |
sigc::signal< void, double > | sigValue |
Constructor & Destructor Documentation
nux::ValuatorDouble::ValuatorDouble |
( |
double |
Value = 0 , |
|
|
double |
Step = 1 , |
|
|
double |
MinValue = 0 , |
|
|
double |
MaxValue = 100 |
|
) |
| |
nux::ValuatorDouble::~ValuatorDouble |
( |
| ) |
|
Member Function Documentation
virtual void nux::ValuatorDouble::Draw |
( |
GraphicsEngine & |
GfxContext, |
|
|
bool |
force_draw |
|
) |
| [virtual] |
virtual void nux::ValuatorDouble::DrawContent |
( |
GraphicsEngine & |
GfxContext, |
|
|
bool |
force_draw |
|
) |
| [virtual] |
double nux::ValuatorDouble::GetMaxValue |
( |
| ) |
const |
double nux::ValuatorDouble::GetMinValue |
( |
| ) |
const |
double nux::ValuatorDouble::GetStep |
( |
| ) |
const |
double nux::ValuatorDouble::GetValue |
( |
| ) |
const |
virtual void nux::ValuatorDouble::ImplementDecrementBtn |
( |
| ) |
[virtual] |
virtual void nux::ValuatorDouble::ImplementIncrementBtn |
( |
| ) |
[virtual] |
virtual void nux::ValuatorDouble::ImplementValidateEntry |
( |
| ) |
[virtual] |
virtual void nux::ValuatorDouble::PostDraw |
( |
GraphicsEngine & |
GfxContext, |
|
|
bool |
force_draw |
|
) |
| [virtual] |
virtual long nux::ValuatorDouble::ProcessEvent |
( |
IEvent & |
ievent, |
|
|
long |
TraverseInfo, |
|
|
long |
ProcessEventInfo |
|
) |
| [virtual] |
void nux::ValuatorDouble::SetRange |
( |
double |
MinValue, |
|
|
double |
Maxvalue |
|
) |
| |
void nux::ValuatorDouble::SetStep |
( |
double |
i | ) |
|
void nux::ValuatorDouble::SetValue |
( |
double |
value | ) |
|
Field Documentation
The documentation for this class was generated from the following file: