29 #include <wx/filedlg.h> 62 wxFileDialog dlg(
this,
_(
"Import Settings From" ), fn.GetPath(), fn.GetFullName(),
65 if( dlg.ShowModal() == wxID_OK )
Class DIALOG_SCH_IMPORT_SETTINGS_BASE.
void DisplayError(wxWindow *aParent, const wxString &aText, int aDisplayTime)
Display an error or warning message box with aMessage.
bool TransferDataToWindow() override
wxTextCtrl * m_filePathCtrl
wxCheckBox * m_SeveritiesOpt
This file is part of the common library.
const std::string ProjectFileExtension
Schematic editor (Eeschema) main window.
DIALOG_SCH_IMPORT_SETTINGS(wxWindow *aParent, SCH_EDIT_FRAME *aFrame)
bool TransferDataFromWindow() override
wxCheckBox * m_FieldNameTemplatesOpt
void OnSelectAll(wxCommandEvent &event) override
SCHEMATIC & Schematic() const
Definition of file extensions used in Kicad.
wxString GetFileName() const
Return the filename corresponding to this sheet.
wxBitmap KiBitmap(BITMAPS aBitmap, int aHeightTag)
Construct a wxBitmap from an image identifier Returns the image from the active theme if the image ha...
wxString ProjectFileWildcard()
void Format(OUTPUTFORMATTER *out, int aNestLevel, int aCtl, const CPTREE &aTree)
Output a PTREE into s-expression format via an OUTPUTFORMATTER derivative.
wxCheckBox * m_FormattingOpt
wxBoxSizer * m_buttonsSizer
void OnBrowseClicked(wxCommandEvent &event) override
static wxString m_filePath
wxBitmapButton * m_browseButton
wxCheckBox * m_NetClassesOpt