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 <netlist.h>
#include <dialogs/dialog_export_netlist_base.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 <eeschema_id.h>
#include <wx/checkbox.h>
#include <wx/filedlg.h>
#include <wx/msgdlg.h>
#include <wx/regex.h>
Go to the source code of this file.
Classes | |
class | EXPORT_NETLIST_PAGE |
class | DIALOG_EXPORT_NETLIST |
class | NETLIST_DIALOG_ADD_GENERATOR |
Macros | |
#define | CUSTOMPANEL_COUNTMAX 8 |
Enumerations | |
enum | panel_netlist_index { PANELPCBNEW = 0 , PANELORCADPCB2 , PANELCADSTAR , PANELSPICE , PANELSPICEMODEL , PANELCUSTOMBASE } |
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_RUN_SIMULATOR } |
Functions | |
int | InvokeDialogNetList (SCH_EDIT_FRAME *aCaller) |
#define CUSTOMPANEL_COUNTMAX 8 |
Definition at line 58 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_RUN_SIMULATOR |
Definition at line 194 of file dialog_export_netlist.cpp.
enum panel_netlist_index |
Enumerator | |
---|---|
PANELPCBNEW | |
PANELORCADPCB2 | |
PANELCADSTAR | |
PANELSPICE | |
PANELSPICEMODEL | |
PANELCUSTOMBASE |
Definition at line 62 of file dialog_export_netlist.cpp.
int InvokeDialogNetList | ( | SCH_EDIT_FRAME * | aCaller | ) |
Definition at line 822 of file dialog_export_netlist.cpp.
References SCH_EDIT_FRAME::SaveProjectLocalSettings().
Referenced by SCH_EDITOR_CONTROL::ExportNetlist().