21#ifndef DIALOG_UPDATE_SYMBOL_FIELDS_H
22#define DIALOG_UPDATE_SYMBOL_FIELDS_H
Class DIALOG_UPDATE_SYMBOL_FIELDS_BASE.
Dialog to update or change schematic library symbols.
void onSelectAll(wxCommandEvent &event) override
~DIALOG_UPDATE_SYMBOL_FIELDS() override
void checkAll(bool aCheck)
void onSelectNone(wxCommandEvent &event) override
Select or deselect all fields in the listbox widget.
void onOkButtonClicked(wxCommandEvent &aEvent) override
LIB_SYMBOL * m_symbol
Set of field names that should have values updated.
std::set< wxString > m_updateFields
SYMBOL_EDIT_FRAME * m_editFrame
A logical library item identifier and consists of various portions much like a URI.
Define a library symbol object.
The symbol library editor main window.