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

Public Member Functions

 TEXT_BUTTON_FP_CHOOSER (wxWindow *aParent, DIALOG_SHIM *aParentDlg, const std::function< wxString(int)> &aSymbolNetlistProvider, int &aRow)
 

Protected Member Functions

void DoSetPopupControl (wxComboPopup *popup) override
 
void OnButtonClick () override
 

Protected Attributes

DIALOG_SHIMm_dlg
 
bool m_buttonFpChooserLock
 
std::function< wxString(int)> m_symbolNetlistProvider
 
int & m_row
 

Detailed Description

Definition at line 160 of file grid_text_button_helpers.cpp.

Constructor & Destructor Documentation

◆ TEXT_BUTTON_FP_CHOOSER()

TEXT_BUTTON_FP_CHOOSER::TEXT_BUTTON_FP_CHOOSER ( wxWindow * aParent,
DIALOG_SHIM * aParentDlg,
const std::function< wxString(int)> & aSymbolNetlistProvider,
int & aRow )
inline

Member Function Documentation

◆ DoSetPopupControl()

void TEXT_BUTTON_FP_CHOOSER::DoSetPopupControl ( wxComboPopup * popup)
inlineoverrideprotected

Definition at line 179 of file grid_text_button_helpers.cpp.

◆ OnButtonClick()

void TEXT_BUTTON_FP_CHOOSER::OnButtonClick ( )
inlineoverrideprotected

Member Data Documentation

◆ m_buttonFpChooserLock

bool TEXT_BUTTON_FP_CHOOSER::m_buttonFpChooserLock
protected

Definition at line 215 of file grid_text_button_helpers.cpp.

Referenced by OnButtonClick(), and TEXT_BUTTON_FP_CHOOSER().

◆ m_dlg

DIALOG_SHIM* TEXT_BUTTON_FP_CHOOSER::m_dlg
protected

Definition at line 210 of file grid_text_button_helpers.cpp.

Referenced by OnButtonClick(), and TEXT_BUTTON_FP_CHOOSER().

◆ m_row

int& TEXT_BUTTON_FP_CHOOSER::m_row
protected

Definition at line 223 of file grid_text_button_helpers.cpp.

Referenced by OnButtonClick(), and TEXT_BUTTON_FP_CHOOSER().

◆ m_symbolNetlistProvider

std::function<wxString( int )> TEXT_BUTTON_FP_CHOOSER::m_symbolNetlistProvider
protected

Definition at line 222 of file grid_text_button_helpers.cpp.

Referenced by OnButtonClick(), and TEXT_BUTTON_FP_CHOOSER().


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