23#ifndef DIALOG_SYMBOL_CHOOSER_H
24#define DIALOG_SYMBOL_CHOOSER_H
31#include <wx/checkbox.h>
53 std::vector<PICKED_SYMBOL>& aHistoryList,
54 std::vector<PICKED_SYMBOL>& aAlreadyPlaced,
bool aAllowFieldEdits,
55 bool aShowFootprints );
77 std::vector<std::pair<int, wxString>>
GetFields()
const;
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
std::vector< std::pair< int, wxString > > GetFields() const
Get a list of fields edited by the user.
PANEL_SYMBOL_CHOOSER * m_chooserPanel
wxCheckBox * m_keepSymbol
static std::mutex g_Mutex
LIB_ID GetSelectedLibId(int *aUnit=nullptr) const
To be called after this dialog returns from ShowModal().
A logical library item identifier and consists of various portions much like a URI.
A shim class between EDA_DRAW_FRAME and several derived classes: SYMBOL_EDIT_FRAME,...
Helper object to filter a list of libraries.