KiCad PCB EDA Suite
|
#include <pgm_base.h>
#include <kiface_base.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 <eeschema_settings.h>
#include <schematic.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/regex.h>
#include <wx/txtstrm.h>
#include <thread>
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) |
Variables | |
std::map< JOB_EXPORT_SCH_NETLIST::FORMAT, wxString > | jobNetlistNameLookup |
#define CUSTOMPANEL_COUNTMAX 8 |
Definition at line 63 of file dialog_export_netlist.cpp.
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 163 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 68 of file dialog_export_netlist.cpp.
int InvokeDialogNetList | ( | SCH_EDIT_FRAME * | aCaller | ) |
Definition at line 925 of file dialog_export_netlist.cpp.
References SCH_EDIT_FRAME::SaveProjectLocalSettings(), and DIALOG_SHIM::ShowModal().
Referenced by SCH_EDITOR_CONTROL::ExportNetlist().
std::map<JOB_EXPORT_SCH_NETLIST::FORMAT, wxString> jobNetlistNameLookup |
Definition at line 85 of file dialog_export_netlist.cpp.
Referenced by DIALOG_EXPORT_NETLIST::DIALOG_EXPORT_NETLIST(), and DIALOG_EXPORT_NETLIST::NetlistUpdateOpt().