25#ifndef KICAD_DIALOG_IMPORT_SETTINGS_H
26#define KICAD_DIALOG_IMPORT_SETTINGS_H
DIALOG_IMPORT_SETTINGS_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Import Settings"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
void OnSelectAll(wxCommandEvent &event) override
bool UpdateImportSettingsButton()
Enable or disable the "Import Settings" button.
bool TransferDataFromWindow() override
bool TransferDataToWindow() override
DIALOG_IMPORT_SETTINGS(wxWindow *aParent, PCB_EDIT_FRAME *aFrame)
void OnCheckboxClicked(wxCommandEvent &event) override
void OnBrowseClicked(wxCommandEvent &event) override
void UpdateSelectAllButton()
Update "Select All" button label as appropriate.
static wxString m_filePath
bool m_showSelectAllOnBtn
Store state used to toggle button between "Select All" and "Deselect All".
The main frame for Pcbnew.