![]() |
KiCad PCB EDA Suite
|
#include <pgm_base.h>
#include <kiface_i.h>
#include <gestfich.h>
#include <sch_edit_frame.h>
#include <general.h>
#include <netlist.h>
#include <dialogs/dialog_netlist_base.h>
#include <wildcards_and_files_ext.h>
#include <invoke_sch_dialog.h>
#include <netlist_exporters/netlist_exporter_pspice.h>
#include <eeschema_settings.h>
#include <schematic.h>
#include <paths.h>
#include <eeschema_id.h>
#include <wx/regex.h>
Go to the source code of this file.
Classes | |
class | NETLIST_PAGE_DIALOG |
class | NETLIST_DIALOG |
class | NETLIST_DIALOG_ADD_GENERATOR |
Macros | |
#define | CUSTOMPANEL_COUNTMAX 8 |
Enumerations | |
enum | panel_netlist_index { PANELPCBNEW = 0, PANELORCADPCB2, PANELCADSTAR, PANELSPICE, PANELCUSTOMBASE } |
enum | id_netlist { ID_CREATE_NETLIST = ID_END_EESCHEMA_ID_LIST + 1, ID_USE_NETCODE_AS_NETNAME, ID_RUN_SIMULATOR } |
Functions | |
int | InvokeDialogNetList (SCH_EDIT_FRAME *aCaller) |
#define CUSTOMPANEL_COUNTMAX 8 |
Definition at line 54 of file eeschema/dialogs/dialog_netlist.cpp.
enum id_netlist |
Enumerator | |
---|---|
ID_CREATE_NETLIST | |
ID_USE_NETCODE_AS_NETNAME | |
ID_RUN_SIMULATOR |
Definition at line 196 of file eeschema/dialogs/dialog_netlist.cpp.
enum panel_netlist_index |
Enumerator | |
---|---|
PANELPCBNEW | |
PANELORCADPCB2 | |
PANELCADSTAR | |
PANELSPICE | |
PANELCUSTOMBASE |
Definition at line 58 of file eeschema/dialogs/dialog_netlist.cpp.
int InvokeDialogNetList | ( | SCH_EDIT_FRAME * | aCaller | ) |
Definition at line 712 of file eeschema/dialogs/dialog_netlist.cpp.
References NETLIST_DIALOG::m_DefaultNetFmtName, SCHEMATIC_SETTINGS::m_NetFormatName, SCH_EDIT_FRAME::SaveProjectSettings(), SCH_EDIT_FRAME::Schematic(), and SCHEMATIC::Settings().
Referenced by SCH_EDITOR_CONTROL::ExportNetlist().