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