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

#include <area_selector.h>

Inheritance diagram for AREA_SELECTOR:
FILTER_COMBOBOX

Public Member Functions

 AREA_SELECTOR (wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0)
 
void SetBoard (BOARD *aBoard)
 
void SetSelectedArea (const wxString &aName)
 
wxString GetSelectedArea ()
 
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

AREA_SELECTOR_POPUPm_popup
 

Detailed Description

Definition at line 9 of file area_selector.h.

Constructor & Destructor Documentation

◆ AREA_SELECTOR()

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

Member Function Documentation

◆ GetSelectedArea()

wxString AREA_SELECTOR::GetSelectedArea ( )

Definition at line 58 of file area_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 AREA_SELECTOR::SetBoard ( BOARD * aBoard)

Definition at line 48 of file area_selector.cpp.

References m_popup.

◆ setFilterPopup()

◆ SetSelectedArea()

void AREA_SELECTOR::SetSelectedArea ( const wxString & aName)

Definition at line 53 of file area_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

AREA_SELECTOR_POPUP* AREA_SELECTOR::m_popup
private

Definition at line 20 of file area_selector.h.

Referenced by AREA_SELECTOR(), GetSelectedArea(), SetBoard(), and SetSelectedArea().


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