|
nux-1.14.0
|
Public Member Functions | |
| RGBPropertyItem (const TCHAR *name, float red=0.0f, float green=0.0f, float blue=0.0f) | |
| 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 () |
| void | SetRed (double red) |
| void | SetGreen (double green) |
| void | SetBlue (double blue) |
| double | GetRed () const |
| double | GetGreen () const |
| double | GetBlue () const |
| void | SetColor (double red, double green, double blue) |
| void | OnChangeColorModel () |
| void | OnChangeColorFormat () |
| void | SetColorModel (color::Model cm) |
| void | SetColorFormat (color::Format cf) |
Definition at line 37 of file RGBProperty.h.