KiCad PCB EDA Suite
Loading...
Searching...
No Matches
NETCLASS_SELECTOR Class Reference

#include <netclass_selector.h>

Inheritance diagram for NETCLASS_SELECTOR:
FILTER_COMBOBOX

Public Member Functions

 NETCLASS_SELECTOR (wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0)
 
void SetBoard (BOARD *aBoard)
 
void SetSelectedNetclass (const wxString &aName)
 
wxString GetSelectedNetclass ()
 
virtual void SetStringList (const wxArrayString &aStringList)
 
virtual void SetSelectedString (const wxString &aString)
 

Protected Member Functions

void setFilterPopup (FILTER_COMBOPOPUP *aPopup)
 
void onKeyDown (wxKeyEvent &aEvt)
 

Protected Attributes

FILTER_COMBOPOPUPm_filterPopup
 

Private Attributes

NETCLASS_SELECTOR_POPUPm_popup
 

Detailed Description

Definition at line 9 of file netclass_selector.h.

Constructor & Destructor Documentation

◆ NETCLASS_SELECTOR()

NETCLASS_SELECTOR::NETCLASS_SELECTOR ( wxWindow * parent,
wxWindowID id,
const wxPoint & pos = wxDefaultPosition,
const wxSize & size = wxDefaultSize,
long style = 0 )

Member Function Documentation

◆ GetSelectedNetclass()

wxString NETCLASS_SELECTOR::GetSelectedNetclass ( )

Definition at line 59 of file netclass_selector.cpp.

References m_popup.

◆ onKeyDown()

void FILTER_COMBOBOX::onKeyDown ( wxKeyEvent & aEvt)
protectedinherited

Definition at line 502 of file filter_combobox.cpp.

References m_filterPopup.

Referenced by FILTER_COMBOBOX(), and ~FILTER_COMBOBOX().

◆ SetBoard()

void NETCLASS_SELECTOR::SetBoard ( BOARD * aBoard)

Definition at line 49 of file netclass_selector.cpp.

References m_popup.

◆ setFilterPopup()

◆ SetSelectedNetclass()

void NETCLASS_SELECTOR::SetSelectedNetclass ( const wxString & aName)

Definition at line 54 of file netclass_selector.cpp.

References m_popup.

◆ SetSelectedString()

void FILTER_COMBOBOX::SetSelectedString ( const wxString & aString)
virtualinherited

Reimplemented in NET_SELECTOR.

Definition at line 489 of file filter_combobox.cpp.

References m_filterPopup.

◆ SetStringList()

void FILTER_COMBOBOX::SetStringList ( const wxArrayString & aStringList)
virtualinherited

Definition at line 483 of file filter_combobox.cpp.

References m_filterPopup.

Member Data Documentation

◆ m_filterPopup

FILTER_COMBOPOPUP* FILTER_COMBOBOX::m_filterPopup
protectedinherited

◆ m_popup

NETCLASS_SELECTOR_POPUP* NETCLASS_SELECTOR::m_popup
private

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