#include <Nux/PropertyItem/IntegerValuatorPropertyItem.h>
Public Member Functions |
| IntValuatorPropertyItem (const char *name, int Value=0, int Step=1, int MinValue=0, int MaxValue=100) |
virtual | ~IntValuatorPropertyItem () |
virtual long | ProcessPropertyEvent (IEvent &ievent, long TraverseInfo, long ProcessEventInfo) |
virtual void | DrawProperty (GraphicsEngine &GfxContext, TableCtrl *table, bool force_draw, Geometry geo, const BasePainter &Painter, RowHeader *row, const std::vector< ColumnHeader > &column_vector, Color ItemBackgroundColor=Color(0x0)) |
virtual void | ComputePropertyLayout (int x, int y, RowHeader *row, const std::vector< ColumnHeader > &column_vector) |
virtual int | GetItemBestHeight () |
Constructor & Destructor Documentation
nux::IntValuatorPropertyItem::IntValuatorPropertyItem |
( |
const char * |
name, |
|
|
int |
Value = 0 , |
|
|
int |
Step = 1 , |
|
|
int |
MinValue = 0 , |
|
|
int |
MaxValue = 100 |
|
) |
| |
virtual nux::IntValuatorPropertyItem::~IntValuatorPropertyItem |
( |
| ) |
[virtual] |
Member Function Documentation
virtual void nux::IntValuatorPropertyItem::ComputePropertyLayout |
( |
int |
x, |
|
|
int |
y, |
|
|
RowHeader * |
row, |
|
|
const std::vector< ColumnHeader > & |
column_vector |
|
) |
| [virtual] |
virtual int nux::IntValuatorPropertyItem::GetItemBestHeight |
( |
| ) |
[virtual] |
virtual long nux::IntValuatorPropertyItem::ProcessPropertyEvent |
( |
IEvent & |
ievent, |
|
|
long |
TraverseInfo, |
|
|
long |
ProcessEventInfo |
|
) |
| [virtual] |
The documentation for this class was generated from the following file: