#include <Nux/PropertyItem/EditTextLinePropertyItem.h>
Public Member Functions |
| EditTextLinePropertyItem (const TCHAR *name, const TCHAR *text=TEXT("")) |
virtual | ~EditTextLinePropertyItem () |
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 () |
virtual void | SetBackgroundColor (Color c) |
Constructor & Destructor Documentation
nux::EditTextLinePropertyItem::EditTextLinePropertyItem |
( |
const TCHAR * |
name, |
|
|
const TCHAR * |
text = TEXT("") |
|
) |
| |
virtual nux::EditTextLinePropertyItem::~EditTextLinePropertyItem |
( |
| ) |
[virtual] |
Member Function Documentation
virtual void nux::EditTextLinePropertyItem::ComputePropertyLayout |
( |
int |
x, |
|
|
int |
y, |
|
|
RowHeader * |
row, |
|
|
const std::vector< ColumnHeader > & |
column_vector |
|
) |
| [virtual] |
virtual int nux::EditTextLinePropertyItem::GetItemBestHeight |
( |
| ) |
[virtual] |
virtual long nux::EditTextLinePropertyItem::ProcessPropertyEvent |
( |
IEvent & |
ievent, |
|
|
long |
TraverseInfo, |
|
|
long |
ProcessEventInfo |
|
) |
| [virtual] |
virtual void nux::EditTextLinePropertyItem::SetBackgroundColor |
( |
Color |
c | ) |
[virtual] |
The documentation for this class was generated from the following file: