Code::Blocks
SVN r11506
|
This is the complete list of members for cbDummyEditor, including all inherited members.
CanContainCustomImage() const | wxPGEditor | virtual |
cbDummyEditor() | cbDummyEditor | inline |
CreateControls(cb_unused wxPropertyGrid *propgrid, cb_unused wxPGProperty *property, cb_unused const wxPoint &pos, cb_unused const wxSize &sz) const override | cbDummyEditor | inline |
wxPGEditor::CreateControls(wxPropertyGrid *propgrid, wxPGProperty *property, const wxPoint &pos, const wxSize &size) const=0 | wxPGEditor | pure virtual |
DeleteItem(wxWindow *ctrl, int index) const | wxPGEditor | virtual |
DrawValue(wxDC &dc, const wxRect &rect, wxPGProperty *property, const wxString &text) const | wxPGEditor | virtual |
GetName() const override | cbDummyEditor | inlinevirtual |
GetValueFromControl(cb_unused wxVariant &variant, cb_unused wxPGProperty *property, cb_unused wxWindow *ctrl) const override | cbDummyEditor | inline |
wxPGEditor::GetValueFromControl(wxVariant &variant, wxPGProperty *property, wxWindow *ctrl) const | wxPGEditor | virtual |
InsertItem(wxWindow *ctrl, const wxString &label, int index) const | wxPGEditor | virtual |
OnEvent(cb_unused wxPropertyGrid *propgrid, cb_unused wxPGProperty *property, cb_unused wxWindow *wnd_primary, cb_unused wxEvent &event) const override | cbDummyEditor | inline |
wxPGEditor::OnEvent(wxPropertyGrid *propgrid, wxPGProperty *property, wxWindow *wnd_primary, wxEvent &event) const=0 | wxPGEditor | pure virtual |
OnFocus(wxPGProperty *property, wxWindow *wnd) const | wxPGEditor | virtual |
SetControlAppearance(wxPropertyGrid *pg, wxPGProperty *property, wxWindow *ctrl, const wxPGCell &appearance, const wxPGCell &oldAppearance, bool unspecified) const | wxPGEditor | virtual |
SetControlIntValue(wxPGProperty *property, wxWindow *ctrl, int value) const | wxPGEditor | virtual |
SetControlStringValue(wxPGProperty *property, wxWindow *ctrl, const wxString &txt) const | wxPGEditor | virtual |
SetValueToUnspecified(cb_unused wxPGProperty *property, cb_unused wxWindow *ctrl) const override | cbDummyEditor | inline |
wxPGEditor::SetValueToUnspecified(wxPGProperty *property, wxWindow *ctrl) const=0 | wxPGEditor | pure virtual |
UpdateControl(cb_unused wxPGProperty *property, cb_unused wxWindow *ctrl) const override | cbDummyEditor | inline |
wxPGEditor::UpdateControl(wxPGProperty *property, wxWindow *ctrl) const=0 | wxPGEditor | pure virtual |
wxPGEditor() | wxPGEditor | |
~wxPGEditor() | wxPGEditor | virtual |