KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PG_NET_SELECTOR_EDITOR Class Reference
Inheritance diagram for PG_NET_SELECTOR_EDITOR:

Public Member Functions

 PG_NET_SELECTOR_EDITOR ()=default
 
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 GetValueFromControl (wxVariant &aVariant, wxPGProperty *aProperty, wxWindow *aCtrl) const override
 
bool OnEvent (wxPropertyGrid *aGrid, wxPGProperty *aProperty, wxWindow *aWindow, wxEvent &aEvent) const override
 

Static Public Attributes

static const wxString EDITOR_NAME = wxS( "PG_NET_SELECTOR_EDITOR" )
 

Detailed Description

Definition at line 146 of file pcb_properties_panel.cpp.

Constructor & Destructor Documentation

◆ PG_NET_SELECTOR_EDITOR()

PG_NET_SELECTOR_EDITOR::PG_NET_SELECTOR_EDITOR ( )
default

Member Function Documentation

◆ CreateControls()

wxPGWindowList PG_NET_SELECTOR_EDITOR::CreateControls ( wxPropertyGrid * aGrid,
wxPGProperty * aProperty,
const wxPoint & aPos,
const wxSize & aSize ) const
inlineoverride

◆ GetName()

wxString PG_NET_SELECTOR_EDITOR::GetName ( ) const
inlineoverride

Definition at line 153 of file pcb_properties_panel.cpp.

References EDITOR_NAME.

◆ GetValueFromControl()

bool PG_NET_SELECTOR_EDITOR::GetValueFromControl ( wxVariant & aVariant,
wxPGProperty * aProperty,
wxWindow * aCtrl ) const
inlineoverride

Definition at line 205 of file pcb_properties_panel.cpp.

References editor.

◆ OnEvent()

bool PG_NET_SELECTOR_EDITOR::OnEvent ( wxPropertyGrid * aGrid,
wxPGProperty * aProperty,
wxWindow * aWindow,
wxEvent & aEvent ) const
inlineoverride

Definition at line 216 of file pcb_properties_panel.cpp.

◆ UpdateControl()

void PG_NET_SELECTOR_EDITOR::UpdateControl ( wxPGProperty * aProperty,
wxWindow * aCtrl ) const
inlineoverride

Definition at line 194 of file pcb_properties_panel.cpp.

References editor.

Referenced by CreateControls().

Member Data Documentation

◆ EDITOR_NAME

const wxString PG_NET_SELECTOR_EDITOR::EDITOR_NAME = wxS( "PG_NET_SELECTOR_EDITOR" )
static

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