KiCad PCB EDA Suite
|
#include <eeschema_settings.h>
Public Member Functions | |
NETLIST_PLUGIN_SETTINGS ()=default | |
NETLIST_PLUGIN_SETTINGS (const wxString &aName, const wxString &aPath) | |
Public Attributes | |
wxString | name |
wxString | path |
wxString | command |
Definition at line 141 of file eeschema_settings.h.
|
default |
|
inline |
Definition at line 145 of file eeschema_settings.h.
wxString EESCHEMA_SETTINGS::NETLIST_PLUGIN_SETTINGS::command |
Definition at line 152 of file eeschema_settings.h.
Referenced by EESCHEMA_SETTINGS::netlistSettingsFromJson(), and EESCHEMA_SETTINGS::netlistSettingsToJson().
wxString EESCHEMA_SETTINGS::NETLIST_PLUGIN_SETTINGS::name |
Definition at line 150 of file eeschema_settings.h.
Referenced by EESCHEMA_SETTINGS::netlistSettingsToJson().
wxString EESCHEMA_SETTINGS::NETLIST_PLUGIN_SETTINGS::path |
Definition at line 151 of file eeschema_settings.h.
Referenced by EESCHEMA_SETTINGS::netlistSettingsToJson().