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