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