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

#include <symbol_filter_combobox.h>

Inheritance diagram for SYMBOL_FILTER_COMBOBOX:
FILTER_COMBOBOX

Public Member Functions

 SYMBOL_FILTER_COMBOBOX (wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0)
 
wxString GetValue () const override
 
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

SYMBOL_FILTER_COMBOPOPUPm_selectorPopup
 
FILTER_COMBOPOPUPm_filterPopup
 

Detailed Description

Definition at line 32 of file symbol_filter_combobox.h.

Constructor & Destructor Documentation

◆ SYMBOL_FILTER_COMBOBOX()

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

Member Function Documentation

◆ GetValue()

wxString SYMBOL_FILTER_COMBOBOX::GetValue ( ) const
override

Definition at line 59 of file symbol_filter_combobox.cpp.

References kNoParentSymbol(), and m_selectorPopup.

◆ onKeyDown()

void FILTER_COMBOBOX::onKeyDown ( wxKeyEvent & aEvt)
protectedinherited

Definition at line 496 of file filter_combobox.cpp.

References m_filterPopup.

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

◆ setFilterPopup()

void FILTER_COMBOBOX::setFilterPopup ( FILTER_COMBOPOPUP * aPopup)
protectedinherited

◆ SetSelectedString()

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

Reimplemented in NET_SELECTOR.

Definition at line 483 of file filter_combobox.cpp.

References m_filterPopup.

◆ SetStringList()

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

Definition at line 477 of file filter_combobox.cpp.

References m_filterPopup.

Member Data Documentation

◆ m_filterPopup

FILTER_COMBOPOPUP* FILTER_COMBOBOX::m_filterPopup
protectedinherited

◆ m_selectorPopup

SYMBOL_FILTER_COMBOPOPUP* SYMBOL_FILTER_COMBOBOX::m_selectorPopup
protected

Definition at line 43 of file symbol_filter_combobox.h.

Referenced by GetValue(), and SYMBOL_FILTER_COMBOBOX().


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