#include <CurveDialog.h>
|
virtual wxPGWindowList | CreateControls (wxPropertyGrid *propgrid, wxPGProperty *property, const wxPoint &pos, const wxSize &size) const override |
|
virtual void | UpdateControl (wxPGProperty *property, wxWindow *ctrl) const override |
|
virtual void | DrawValue (wxDC &dc, const wxRect &rect, wxPGProperty *property, const wxString &text) const override |
|
virtual bool | OnEvent (wxPropertyGrid *propgrid, wxPGProperty *property, wxWindow *wnd_primary, wxEvent &event) const override |
|
Definition at line 62 of file CurveDialog.h.
◆ CreateControls()
wxPGWindowList CurveEditor::CreateControls |
( |
wxPropertyGrid * |
propgrid, |
|
|
wxPGProperty * |
property, |
|
|
const wxPoint & |
pos, |
|
|
const wxSize & |
size |
|
) |
| const |
|
overridevirtual |
◆ DrawValue()
void CurveEditor::DrawValue |
( |
wxDC & |
dc, |
|
|
const wxRect & |
rect, |
|
|
wxPGProperty * |
property, |
|
|
const wxString & |
text |
|
) |
| const |
|
overridevirtual |
◆ OnEvent()
bool CurveEditor::OnEvent |
( |
wxPropertyGrid * |
propgrid, |
|
|
wxPGProperty * |
property, |
|
|
wxWindow * |
wnd_primary, |
|
|
wxEvent & |
event |
|
) |
| const |
|
overridevirtual |
◆ UpdateControl()
void CurveEditor::UpdateControl |
( |
wxPGProperty * |
property, |
|
|
wxWindow * |
ctrl |
|
) |
| const |
|
overridevirtual |
The documentation for this class was generated from the following files: