◆ TEXT_BUTTON_FP_CHOOSER()
TEXT_BUTTON_FP_CHOOSER::TEXT_BUTTON_FP_CHOOSER |
( |
wxWindow * |
aParent, |
|
|
DIALOG_SHIM * |
aParentDlg, |
|
|
const wxString & |
aPreselect |
|
) |
| |
|
inline |
Definition at line 241 of file grid_text_button_helpers.cpp.
243 wxComboCtrl( aParent, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize,
244 wxTE_PROCESS_ENTER ),
251 Customize( wxCC_IFLAG_HAS_NONSTANDARD_BUTTON );
wxBitmap KiBitmap(BITMAPS aBitmap, int aHeightTag)
Construct a wxBitmap from an image identifier Returns the image from the active theme if the image ha...
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 260 of file grid_text_button_helpers.cpp.
263 wxString fpid = GetValue();
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...
A wxFrame capable of the OpenProjectFiles function, meaning it can load a portion of a KiCad project.
KIWAY & Kiway() const
Return a reference to the KIWAY that this object has an opportunity to participate in.
virtual KIWAY_PLAYER * Player(FRAME_T aFrameType, bool doCreate=true, wxTopLevelWindow *aParent=nullptr)
Return the KIWAY_PLAYER* given a FRAME_T.
bool Destroy() override
Our version of Destroy() which is virtual from wxWidgets.
References KIWAY_PLAYER::Destroy(), FRAME_FOOTPRINT_VIEWER_MODAL, KIWAY_HOLDER::Kiway(), m_dlg, m_preselect, KIWAY::Player(), and KIWAY_PLAYER::ShowModal().
◆ m_dlg
◆ m_preselect
wxString TEXT_BUTTON_FP_CHOOSER::m_preselect |
|
protected |
The documentation for this class was generated from the following file: