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 (PCB_BASE_EDIT_FRAME *aFrame)
 
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" )
 

Private Attributes

PCB_BASE_EDIT_FRAMEm_frame
 

Detailed Description

Definition at line 111 of file pcb_properties_panel.cpp.

Constructor & Destructor Documentation

◆ PG_NET_SELECTOR_EDITOR()

PG_NET_SELECTOR_EDITOR::PG_NET_SELECTOR_EDITOR ( PCB_BASE_EDIT_FRAME * aFrame)
inline

Definition at line 116 of file pcb_properties_panel.cpp.

References m_frame.

Member Function Documentation

◆ CreateControls()

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

Definition at line 122 of file pcb_properties_panel.cpp.

References editor, INDETERMINATE_STATE, m_frame, and UpdateControl().

◆ GetName()

wxString PG_NET_SELECTOR_EDITOR::GetName ( ) const
inlineoverride

Definition at line 120 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 160 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 172 of file pcb_properties_panel.cpp.

◆ UpdateControl()

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

Definition at line 149 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

◆ m_frame

PCB_BASE_EDIT_FRAME* PG_NET_SELECTOR_EDITOR::m_frame
private

Definition at line 179 of file pcb_properties_panel.cpp.

Referenced by CreateControls(), and PG_NET_SELECTOR_EDITOR().


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