Default cell renderer, that can handles the common scenarios. More...
#include <propgrid.h>
Public Member Functions | |
virtual wxSize | GetImageSize (const wxPGProperty *property, int column, int item) const |
virtual void | Render (wxDC &dc, const wxRect &rect, const wxPropertyGrid *propertyGrid, wxPGProperty *property, int column, int item, int flags) const |
Default cell renderer, that can handles the common scenarios.
Definition at line 620 of file propgrid.h.
virtual wxSize wxPGDefaultRenderer::GetImageSize | ( | const wxPGProperty * | property, | |
int | column, | |||
int | item | |||
) | const [virtual] |
Returns size of the image in front of the editable area.
Reimplemented from wxPGCellRenderer.
virtual void wxPGDefaultRenderer::Render | ( | wxDC & | dc, | |
const wxRect & | rect, | |||
const wxPropertyGrid * | propertyGrid, | |||
wxPGProperty * | property, | |||
int | column, | |||
int | item, | |||
int | flags | |||
) | const [virtual] |
Implements wxPGCellRenderer.