Public Member Functions | |
virtual void | DrawValue (wxDC &dc, const wxRect &rect, wxPGProperty *property, const wxString &text) const |
Used to get the renderer to draw the value with when the control is hidden. | |
virtual wxPG_CONST_WXCHAR_PTR | GetName () const |
Returns pointer to the name of the editor. | |
virtual void | SetControlIntValue (wxPGProperty *property, wxWindow *ctrl, int value) const |
Sets control's value specifically from int (applies to choice etc. |
virtual void wxPGCheckBoxEditor::DrawValue | ( | wxDC & | dc, | |
const wxRect & | rect, | |||
wxPGProperty * | property, | |||
const wxString & | text | |||
) | const [virtual] |
Used to get the renderer to draw the value with when the control is hidden.
Default implementation returns g_wxPGDefaultRenderer. Draws value for given property.
Reimplemented from wxPGEditor.
virtual wxPG_CONST_WXCHAR_PTR wxPGCheckBoxEditor::GetName | ( | ) | const [virtual] |
Returns pointer to the name of the editor.
For example, wxPG_EDITOR(TextCtrl) has name "TextCtrl". This method is autogenerated for custom editors.
Implements wxPGEditor.
virtual void wxPGCheckBoxEditor::SetControlIntValue | ( | wxPGProperty * | property, | |
wxWindow * | ctrl, | |||
int | value | |||
) | const [virtual] |
Sets control's value specifically from int (applies to choice etc.
).
Reimplemented from wxPGEditor.