DIALOG_EXPORT_NETLIST_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Export Netlist"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
 
void OnDelGenerator(wxCommandEvent &event) override
Remove a panel relative to a netlist plugin.
 
void WriteCurrentNetlistSetup()
Write the current netlist options setup in the configuration.
 
EXPORT_NETLIST_PAGE * AddOneCustomPage(const wxString &aTitle, const wxString &aCommandString, NETLIST_TYPE_ID aNetTypeId)
 
void InstallPageSpiceModel()
 
bool TransferDataFromWindow() override
 
std::vector< EXPORT_NETLIST_PAGE * > m_PanelNetType
 
void InstallCustomPages()
 
SCH_EDIT_FRAME * m_editFrame
 
JOB_EXPORT_SCH_NETLIST * m_job
 
void OnAddGenerator(wxCommandEvent &event) override
Add a new panel for a new netlist plugin.
 
void OnNetlistTypeSelection(wxNotebookEvent &event) override
 
bool FilenamePrms(NETLIST_TYPE_ID aType, wxString *aExt, wxString *aWildCard)
Return the filename extension and the wildcard string for this page or a void name if there is no def...
 
DIALOG_EXPORT_NETLIST(SCH_EDIT_FRAME *aEditFrame)
 
void updateGeneratorButtons()
 
Schematic editor (Eeschema) main window.
 
NETLIST_TYPE_ID
netlist types