DIALOG_IMPORT_NETLIST_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Import Netlist"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
 
void onFilenameChanged(bool aLoadNetlist)
 
void onUpdatePCB(wxCommandEvent &event) override
 
PCB_EDIT_FRAME * m_parent
 
void loadNetlist(bool aDryRun)
 
void onImportNetlist(wxCommandEvent &event) override
 
void OnFilenameKillFocus(wxFocusEvent &event) override
 
void OnOptionChanged(wxCommandEvent &event) override
 
void OnMatchChanged(wxCommandEvent &event) override
 
void onBrowseNetlistFiles(wxCommandEvent &event) override
 
DIALOG_IMPORT_NETLIST(PCB_EDIT_FRAME *aParent, wxString &aNetlistFullFilename)
 
Store information read from a netlist along with the flags used to update the NETLIST in the BOARD.
 
The main frame for Pcbnew.