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 133 of file eeschema_settings.h.
|
default |
|
inline |
Definition at line 137 of file eeschema_settings.h.
wxString EESCHEMA_SETTINGS::NETLIST_PLUGIN_SETTINGS::command |
Definition at line 144 of file eeschema_settings.h.
Referenced by EESCHEMA_SETTINGS::netlistSettingsFromJson(), and EESCHEMA_SETTINGS::netlistSettingsToJson().
wxString EESCHEMA_SETTINGS::NETLIST_PLUGIN_SETTINGS::name |
Definition at line 142 of file eeschema_settings.h.
Referenced by EESCHEMA_SETTINGS::netlistSettingsToJson().
wxString EESCHEMA_SETTINGS::NETLIST_PLUGIN_SETTINGS::path |
Definition at line 143 of file eeschema_settings.h.
Referenced by EESCHEMA_SETTINGS::netlistSettingsToJson().