◆ TEXT_BUTTON_FP_CHOOSER()
TEXT_BUTTON_FP_CHOOSER::TEXT_BUTTON_FP_CHOOSER |
( |
wxWindow * |
aParent, |
|
|
DIALOG_SHIM * |
aParentDlg, |
|
|
const wxString & |
aSymbolNetlist, |
|
|
const wxString & |
aPreselect |
|
) |
| |
|
inline |
Definition at line 242 of file grid_text_button_helpers.cpp.
243 :
244 wxComboCtrl( aParent, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize,
245 wxTE_PROCESS_ENTER ),
249 {
251
252
253 Customize( wxCC_IFLAG_HAS_NONSTANDARD_BUTTON );
254 }
wxBitmap KiBitmap(BITMAPS aBitmap, int aHeightTag)
Construct a wxBitmap from an image identifier Returns the image from the active theme if the image ha...
std::string m_symbolNetlist
References KiBitmap(), and small_library.
◆ DoSetPopupControl()
void TEXT_BUTTON_FP_CHOOSER::DoSetPopupControl |
( |
wxComboPopup * |
popup | ) |
|
|
inlineoverrideprotected |
◆ OnButtonClick()
void TEXT_BUTTON_FP_CHOOSER::OnButtonClick |
( |
| ) |
|
|
inlineoverrideprotected |
Definition at line 262 of file grid_text_button_helpers.cpp.
263 {
264
265 wxString fpid = GetValue();
266
267 if( fpid.IsEmpty() )
269
271
273 {
276 }
277
279 SetValue( fpid );
280
282 }
Carry a payload from one KIWAY_PLAYER to another within a PROJECT.
KIWAY & Kiway() const
Return a reference to the KIWAY that this object has an opportunity to participate in.
A wxFrame capable of the OpenProjectFiles function, meaning it can load a portion of a KiCad project.
virtual bool ShowModal(wxString *aResult=nullptr, wxWindow *aResultantFocusWindow=nullptr)
Show this wxFrame as if it were a modal dialog, with all other instantiated wxFrames disabled until t...
virtual void KiwayMailIn(KIWAY_EXPRESS &aEvent)
Receive KIWAY_EXPRESS messages from other players.
bool Destroy() override
Our version of Destroy() which is virtual from wxWidgets.
virtual KIWAY_PLAYER * Player(FRAME_T aFrameType, bool doCreate=true, wxTopLevelWindow *aParent=nullptr)
Return the KIWAY_PLAYER* given a FRAME_T.
@ FRAME_FOOTPRINT_VIEWER_MODAL
References KIWAY_PLAYER::Destroy(), FRAME_FOOTPRINT_VIEWER, FRAME_FOOTPRINT_VIEWER_MODAL, KIWAY_HOLDER::Kiway(), KIWAY_PLAYER::KiwayMailIn(), m_dlg, m_preselect, m_symbolNetlist, MAIL_SYMBOL_NETLIST, KIWAY::Player(), and KIWAY_PLAYER::ShowModal().
◆ m_dlg
◆ m_preselect
wxString TEXT_BUTTON_FP_CHOOSER::m_preselect |
|
protected |
◆ m_symbolNetlist
std::string TEXT_BUTTON_FP_CHOOSER::m_symbolNetlist |
|
protected |
The documentation for this class was generated from the following file: