|
KiCad PCB EDA Suite
|
#include <pgm_base.h>#include <kiface_base.h>#include <string_utils.h>#include <gestfich.h>#include <widgets/wx_html_report_panel.h>#include <sch_edit_frame.h>#include <dialogs/dialog_export_netlist.h>#include <wildcards_and_files_ext.h>#include <invoke_sch_dialog.h>#include <netlist_exporters/netlist_exporter_spice.h>#include <paths.h>#include <jobs/job_export_sch_netlist.h>#include <eeschema_id.h>#include <wx/checkbox.h>#include <wx/filedlg.h>#include <wx/msgdlg.h>#include <wx/process.h>#include <wx/regex.h>#include <wx/txtstrm.h>#include <wx/utils.h>#include <thread>#include <vector>Go to the source code of this file.
Classes | |
| class | EXPORT_NETLIST_PAGE |
| class | NETLIST_DIALOG_ADD_GENERATOR |
Macros | |
| #define | CUSTOMPANEL_COUNTMAX 8 |
Enumerations | |
| enum | PANEL_NETLIST_INDEX { PANELPCBNEW = 0 , PANELORCADPCB2 , PANELALLEGRO , PANELCADSTAR , PANELPADS , PANELSPICE , PANELSPICEMODEL , DEFINED_NETLISTS_COUNT , PANELCUSTOMBASE = DEFINED_NETLISTS_COUNT } |
| enum | id_netlist { ID_CREATE_NETLIST = ID_END_EESCHEMA_ID_LIST + 1 , ID_CUR_SHEET_AS_ROOT , ID_SAVE_ALL_VOLTAGES , ID_SAVE_ALL_CURRENTS , ID_SAVE_ALL_DISSIPATIONS , ID_SAVE_ALL_EVENTS , ID_RUN_SIMULATOR } |
Functions | |
| int | InvokeDialogNetList (SCH_EDIT_FRAME *aCaller) |
| #define CUSTOMPANEL_COUNTMAX 8 |
Definition at line 115 of file dialog_export_netlist.cpp.
Referenced by DIALOG_EXPORT_NETLIST::DIALOG_EXPORT_NETLIST(), DIALOG_EXPORT_NETLIST::InstallCustomPages(), DIALOG_EXPORT_NETLIST::OnAddGenerator(), and DIALOG_EXPORT_NETLIST::WriteCurrentNetlistSetup().
| enum id_netlist |
| Enumerator | |
|---|---|
| ID_CREATE_NETLIST | |
| ID_CUR_SHEET_AS_ROOT | |
| ID_SAVE_ALL_VOLTAGES | |
| ID_SAVE_ALL_CURRENTS | |
| ID_SAVE_ALL_DISSIPATIONS | |
| ID_SAVE_ALL_EVENTS | |
| ID_RUN_SIMULATOR | |
Definition at line 204 of file dialog_export_netlist.cpp.
| enum PANEL_NETLIST_INDEX |
| Enumerator | |
|---|---|
| PANELPCBNEW | |
| PANELORCADPCB2 | |
| PANELALLEGRO | |
| PANELCADSTAR | |
| PANELPADS | |
| PANELSPICE | |
| PANELSPICEMODEL | |
| DEFINED_NETLISTS_COUNT | |
| PANELCUSTOMBASE | |
Definition at line 120 of file dialog_export_netlist.cpp.
| int InvokeDialogNetList | ( | SCH_EDIT_FRAME * | aCaller | ) |
Definition at line 936 of file dialog_export_netlist.cpp.
References SCH_EDIT_FRAME::SaveProjectLocalSettings(), and DIALOG_SHIM::ShowModal().
Referenced by SCH_EDITOR_CONTROL::ExportNetlist().