wxPropertyGrid stores information about common values in these records. More...
#include <propgrid.h>
Public Member Functions | |
virtual wxString | GetEditableText () const |
const wxString & | GetLabel () const |
wxPGCellRenderer * | GetRenderer () const |
wxPGCommonValue (const wxString &label, wxPGCellRenderer *renderer) | |
virtual | ~wxPGCommonValue () |
Protected Attributes | |
wxString | m_label |
wxPGCellRenderer * | m_renderer |
wxPropertyGrid stores information about common values in these records.
Definition at line 3358 of file propgrid.h.
wxPGCommonValue::wxPGCommonValue | ( | const wxString & | label, | |
wxPGCellRenderer * | renderer | |||
) | [inline] |
Definition at line 3362 of file propgrid.h.
virtual wxPGCommonValue::~wxPGCommonValue | ( | ) | [inline, virtual] |
Definition at line 3368 of file propgrid.h.
virtual wxString wxPGCommonValue::GetEditableText | ( | ) | const [inline, virtual] |
Definition at line 3373 of file propgrid.h.
const wxString& wxPGCommonValue::GetLabel | ( | ) | const [inline] |
Definition at line 3374 of file propgrid.h.
wxPGCellRenderer* wxPGCommonValue::GetRenderer | ( | ) | const [inline] |
Definition at line 3375 of file propgrid.h.
wxString wxPGCommonValue::m_label [protected] |
Definition at line 3378 of file propgrid.h.
wxPGCellRenderer* wxPGCommonValue::m_renderer [protected] |
Definition at line 3379 of file propgrid.h.