Code::Blocks  SVN r11506
Public Member Functions | List of all members
cbDummyEditor Class Reference
Inheritance diagram for cbDummyEditor:
Collaboration diagram for cbDummyEditor:

Public Member Functions

 cbDummyEditor ()
 
wxPG_CONST_WXCHAR_PTR GetName () const override
 
wxPGWindowList CreateControls (cb_unused wxPropertyGrid *propgrid, cb_unused wxPGProperty *property, cb_unused const wxPoint &pos, cb_unused const wxSize &sz) const override
 
void UpdateControl (cb_unused wxPGProperty *property, cb_unused wxWindow *ctrl) const override
 
bool OnEvent (cb_unused wxPropertyGrid *propgrid, cb_unused wxPGProperty *property, cb_unused wxWindow *wnd_primary, cb_unused wxEvent &event) const override
 
bool GetValueFromControl (cb_unused wxVariant &variant, cb_unused wxPGProperty *property, cb_unused wxWindow *ctrl) const override
 
void SetValueToUnspecified (cb_unused wxPGProperty *property, cb_unused wxWindow *ctrl) const override
 
- Public Member Functions inherited from wxPGEditor
 wxPGEditor ()
 
virtual ~wxPGEditor ()
 
virtual wxPGWindowList CreateControls (wxPropertyGrid *propgrid, wxPGProperty *property, const wxPoint &pos, const wxSize &size) const=0
 
virtual void UpdateControl (wxPGProperty *property, wxWindow *ctrl) const=0
 
virtual void DrawValue (wxDC &dc, const wxRect &rect, wxPGProperty *property, const wxString &text) const
 
virtual bool OnEvent (wxPropertyGrid *propgrid, wxPGProperty *property, wxWindow *wnd_primary, wxEvent &event) const=0
 
virtual bool GetValueFromControl (wxVariant &variant, wxPGProperty *property, wxWindow *ctrl) const
 
virtual void SetValueToUnspecified (wxPGProperty *property, wxWindow *ctrl) const=0
 
virtual void SetControlAppearance (wxPropertyGrid *pg, wxPGProperty *property, wxWindow *ctrl, const wxPGCell &appearance, const wxPGCell &oldAppearance, bool unspecified) const
 
virtual void SetControlStringValue (wxPGProperty *property, wxWindow *ctrl, const wxString &txt) const
 
virtual void SetControlIntValue (wxPGProperty *property, wxWindow *ctrl, int value) const
 
virtual int InsertItem (wxWindow *ctrl, const wxString &label, int index) const
 
virtual void DeleteItem (wxWindow *ctrl, int index) const
 
virtual void OnFocus (wxPGProperty *property, wxWindow *wnd) const
 
virtual bool CanContainCustomImage () const
 

Detailed Description

Definition at line 89 of file watchesdlg.cpp.

Constructor & Destructor Documentation

◆ cbDummyEditor()

cbDummyEditor::cbDummyEditor ( )
inline

Definition at line 93 of file watchesdlg.cpp.

Member Function Documentation

◆ CreateControls()

wxPGWindowList cbDummyEditor::CreateControls ( cb_unused wxPropertyGrid propgrid,
cb_unused wxPGProperty property,
cb_unused const wxPoint pos,
cb_unused const wxSize sz 
) const
inlineoverride

Definition at line 99 of file watchesdlg.cpp.

◆ GetName()

wxPG_CONST_WXCHAR_PTR cbDummyEditor::GetName ( ) const
inlineoverridevirtual

Reimplemented from wxPGEditor.

Definition at line 94 of file watchesdlg.cpp.

References wxT.

◆ GetValueFromControl()

bool cbDummyEditor::GetValueFromControl ( cb_unused wxVariant variant,
cb_unused wxPGProperty property,
cb_unused wxWindow ctrl 
) const
inlineoverride

Definition at line 114 of file watchesdlg.cpp.

◆ OnEvent()

bool cbDummyEditor::OnEvent ( cb_unused wxPropertyGrid propgrid,
cb_unused wxPGProperty property,
cb_unused wxWindow wnd_primary,
cb_unused wxEvent event 
) const
inlineoverride

Definition at line 108 of file watchesdlg.cpp.

◆ SetValueToUnspecified()

void cbDummyEditor::SetValueToUnspecified ( cb_unused wxPGProperty property,
cb_unused wxWindow ctrl 
) const
inlineoverride

Definition at line 119 of file watchesdlg.cpp.

References IMPLEMENT_DYNAMIC_CLASS().

◆ UpdateControl()

void cbDummyEditor::UpdateControl ( cb_unused wxPGProperty property,
cb_unused wxWindow ctrl 
) const
inlineoverride

Definition at line 107 of file watchesdlg.cpp.


The documentation for this class was generated from the following file: