#include <pg_editors.h>
|
| PG_COLOR_EDITOR () |
|
virtual | ~PG_COLOR_EDITOR () |
|
wxString | GetName () const override |
|
wxPGWindowList | CreateControls (wxPropertyGrid *aGrid, wxPGProperty *aProperty, const wxPoint &aPos, const wxSize &aSize) const override |
|
void | UpdateControl (wxPGProperty *aProperty, wxWindow *aCtrl) const override |
|
bool | OnEvent (wxPropertyGrid *aGrid, wxPGProperty *aProperty, wxWindow *aWindow, wxEvent &aEvent) const override |
|
|
static const wxString | EDITOR_NAME = wxS( "KiCadColorEditor" ) |
|
Definition at line 88 of file pg_editors.h.
◆ PG_COLOR_EDITOR()
PG_COLOR_EDITOR::PG_COLOR_EDITOR |
( |
| ) |
|
|
inline |
◆ ~PG_COLOR_EDITOR()
virtual PG_COLOR_EDITOR::~PG_COLOR_EDITOR |
( |
| ) |
|
|
inlinevirtual |
◆ colorFromProperty()
KIGFX::COLOR4D PG_COLOR_EDITOR::colorFromProperty |
( |
wxPGProperty * |
aProperty | ) |
const |
|
private |
◆ colorFromVariant()
KIGFX::COLOR4D PG_COLOR_EDITOR::colorFromVariant |
( |
const wxVariant & |
aVariant | ) |
const |
|
private |
◆ CreateControls()
wxPGWindowList PG_COLOR_EDITOR::CreateControls |
( |
wxPropertyGrid * |
aGrid, |
|
|
wxPGProperty * |
aProperty, |
|
|
const wxPoint & |
aPos, |
|
|
const wxSize & |
aSize |
|
) |
| const |
|
override |
◆ GetName()
wxString PG_COLOR_EDITOR::GetName |
( |
| ) |
const |
|
inlineoverride |
◆ OnEvent()
bool PG_COLOR_EDITOR::OnEvent |
( |
wxPropertyGrid * |
aGrid, |
|
|
wxPGProperty * |
aProperty, |
|
|
wxWindow * |
aWindow, |
|
|
wxEvent & |
aEvent |
|
) |
| const |
|
override |
◆ UpdateControl()
void PG_COLOR_EDITOR::UpdateControl |
( |
wxPGProperty * |
aProperty, |
|
|
wxWindow * |
aCtrl |
|
) |
| const |
|
override |
◆ EDITOR_NAME
const wxString PG_COLOR_EDITOR::EDITOR_NAME = wxS( "KiCadColorEditor" ) |
|
static |
The documentation for this class was generated from the following files: