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

Public Member Functions

 TEXT_BUTTON_SYMBOL_CHOOSER (wxWindow *aParent, DIALOG_SHIM *aParentDlg, const wxString &aPreselect)
 

Protected Member Functions

void DoSetPopupControl (wxComboPopup *popup) override
 
wxString escapeLibId (const wxString &aRawValue)
 
void OnButtonClick () override
 

Protected Attributes

DIALOG_SHIMm_dlg
 
wxString m_preselect
 

Detailed Description

Definition at line 173 of file grid_text_button_helpers.cpp.

Constructor & Destructor Documentation

◆ TEXT_BUTTON_SYMBOL_CHOOSER()

TEXT_BUTTON_SYMBOL_CHOOSER::TEXT_BUTTON_SYMBOL_CHOOSER ( wxWindow * aParent,
DIALOG_SHIM * aParentDlg,
const wxString & aPreselect )
inline

Definition at line 176 of file grid_text_button_helpers.cpp.

References KiBitmapBundle(), m_dlg, m_preselect, and small_library.

Member Function Documentation

◆ DoSetPopupControl()

void TEXT_BUTTON_SYMBOL_CHOOSER::DoSetPopupControl ( wxComboPopup * popup)
inlineoverrideprotected

Definition at line 189 of file grid_text_button_helpers.cpp.

◆ escapeLibId()

wxString TEXT_BUTTON_SYMBOL_CHOOSER::escapeLibId ( const wxString & aRawValue)
inlineprotected

Definition at line 194 of file grid_text_button_helpers.cpp.

References CTX_LIBID, and EscapeString().

Referenced by OnButtonClick().

◆ OnButtonClick()

void TEXT_BUTTON_SYMBOL_CHOOSER::OnButtonClick ( )
inlineoverrideprotected

Member Data Documentation

◆ m_dlg

DIALOG_SHIM* TEXT_BUTTON_SYMBOL_CHOOSER::m_dlg
protected

Definition at line 220 of file grid_text_button_helpers.cpp.

Referenced by OnButtonClick(), and TEXT_BUTTON_SYMBOL_CHOOSER().

◆ m_preselect

wxString TEXT_BUTTON_SYMBOL_CHOOSER::m_preselect
protected

Definition at line 221 of file grid_text_button_helpers.cpp.

Referenced by OnButtonClick(), and TEXT_BUTTON_SYMBOL_CHOOSER().


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