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 3458 of file propgrid.h.
| wxPGCommonValue::wxPGCommonValue | ( | const wxString & | label, | |
| wxPGCellRenderer * | renderer | |||
| ) | [inline] |
Definition at line 3462 of file propgrid.h.
| virtual wxPGCommonValue::~wxPGCommonValue | ( | ) | [inline, virtual] |
Definition at line 3468 of file propgrid.h.
| virtual wxString wxPGCommonValue::GetEditableText | ( | ) | const [inline, virtual] |
Definition at line 3473 of file propgrid.h.
| const wxString& wxPGCommonValue::GetLabel | ( | ) | const [inline] |
Definition at line 3474 of file propgrid.h.
| wxPGCellRenderer* wxPGCommonValue::GetRenderer | ( | ) | const [inline] |
Definition at line 3475 of file propgrid.h.
wxString wxPGCommonValue::m_label [protected] |
Definition at line 3478 of file propgrid.h.
wxPGCellRenderer* wxPGCommonValue::m_renderer [protected] |
Definition at line 3479 of file propgrid.h.