Public Member Functions |
virtual wxPGWindowList | CreateControls (wxPropertyGrid *propgrid, wxPGProperty *property, const wxPoint &pos, const wxSize &sz) const |
| Instantiates editor controls.
|
virtual bool | CanContainCustomImage () const |
| Returns true if control itself can contain the custom image.
|
wxWindow * | CreateControlsBase (wxPropertyGrid *propgrid, wxPGProperty *property, const wxPoint &pos, const wxSize &sz, long extraStyle) const |
virtual void | DeleteItem (wxWindow *ctrl, int index) const |
| Deletes item from existing control.
|
virtual bool | GetValueFromControl (wxVariant &variant, wxPGProperty *property, wxWindow *ctrl) const |
| Returns value from control, via parameter 'variant'.
|
virtual int | InsertItem (wxWindow *ctrl, const wxString &label, int index) const |
| Inserts item to existing control.
|
virtual bool | OnEvent (wxPropertyGrid *propgrid, wxPGProperty *property, wxWindow *primary, wxEvent &event) const |
| Handles events.
|
virtual void | SetControlIntValue (wxPGProperty *property, wxWindow *ctrl, int value) const |
| Sets control's value specifically from int (applies to choice etc.).
|
virtual void | SetControlStringValue (wxPGProperty *property, wxWindow *ctrl, const wxString &txt) const |
| Sets control's value specifically from string.
|
virtual void | SetValueToUnspecified (wxPGProperty *property, wxWindow *ctrl) const |
| Sets value in control to unspecified.
|
virtual void | UpdateControl (wxPGProperty *property, wxWindow *ctrl) const |
| Loads value from property to the control.
|
bool | ActualGetValueFromControl (wxVariant &variant, wxPGProperty *property, wxWindow *ctrl) const |
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 =0 |
| Returns pointer to the name of the editor.
|
virtual void | OnFocus (wxPGProperty *property, wxWindow *wnd) const |
| Extra processing when control gains focus.
|
| wxPGEditor () |
| Constructor.
|
virtual | ~wxPGEditor () |
| Destructor.
|