#include <Nux/PropertyItem/ColorPreviewPropertyItem.h>
Public Member Functions |
| ColorPreviewPropertyItem (const TCHAR *name, float red=0.0f, float green=0.0f, float blue=0.0f, eColorModel colormodel=CM_RGB) |
virtual | ~ColorPreviewPropertyItem () |
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::ColorPreviewPropertyItem::ColorPreviewPropertyItem |
( |
const TCHAR * |
name, |
|
|
float |
red = 0.0f , |
|
|
float |
green = 0.0f , |
|
|
float |
blue = 0.0f , |
|
|
eColorModel |
colormodel = CM_RGB |
|
) |
| |
virtual nux::ColorPreviewPropertyItem::~ColorPreviewPropertyItem |
( |
| ) |
[virtual] |
Member Function Documentation
virtual void nux::ColorPreviewPropertyItem::ComputePropertyLayout |
( |
int |
x, |
|
|
int |
y, |
|
|
RowHeader * |
row, |
|
|
const std::vector< ColumnHeader > & |
column_vector |
|
) |
| [virtual] |
virtual int nux::ColorPreviewPropertyItem::GetItemBestHeight |
( |
| ) |
[virtual] |
virtual long nux::ColorPreviewPropertyItem::ProcessPropertyEvent |
( |
IEvent & |
ievent, |
|
|
long |
TraverseInfo, |
|
|
long |
ProcessEventInfo |
|
) |
| [virtual] |
The documentation for this class was generated from the following file: