KiCad PCB EDA Suite
|
#include <eeschema_settings.h>
Public Member Functions | |
BOM_PLUGIN_SETTINGS ()=default | |
BOM_PLUGIN_SETTINGS (const wxString &aName, const wxString &aPath) | |
Public Attributes | |
wxString | name |
wxString | path |
wxString | command |
Definition at line 119 of file eeschema_settings.h.
|
default |
|
inline |
Definition at line 123 of file eeschema_settings.h.
wxString EESCHEMA_SETTINGS::BOM_PLUGIN_SETTINGS::command |
Definition at line 130 of file eeschema_settings.h.
Referenced by EESCHEMA_SETTINGS::bomSettingsFromJson(), EESCHEMA_SETTINGS::bomSettingsToJson(), DIALOG_BOM::installGeneratorsList(), BOM_CFG_PARSER::parseGenerator(), and DIALOG_BOM::~DIALOG_BOM().
wxString EESCHEMA_SETTINGS::BOM_PLUGIN_SETTINGS::name |
Definition at line 128 of file eeschema_settings.h.
Referenced by EESCHEMA_SETTINGS::bomSettingsToJson(), DIALOG_BOM::installGeneratorsList(), and BOM_CFG_PARSER::parseGenerator().
wxString EESCHEMA_SETTINGS::BOM_PLUGIN_SETTINGS::path |
Definition at line 129 of file eeschema_settings.h.
Referenced by EESCHEMA_SETTINGS::bomSettingsToJson(), DIALOG_BOM::installGeneratorsList(), and BOM_CFG_PARSER::parseGenerator().