| 
    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 124 of file eeschema_settings.h.
      
  | 
  default | 
      
  | 
  inline | 
Definition at line 128 of file eeschema_settings.h.
| wxString EESCHEMA_SETTINGS::BOM_PLUGIN_SETTINGS::command | 
Definition at line 135 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 133 of file eeschema_settings.h.
Referenced by BOM_PLUGIN_SETTINGS(), EESCHEMA_SETTINGS::bomSettingsToJson(), DIALOG_BOM::installGeneratorsList(), and BOM_CFG_PARSER::parseGenerator().
| wxString EESCHEMA_SETTINGS::BOM_PLUGIN_SETTINGS::path | 
Definition at line 134 of file eeschema_settings.h.
Referenced by BOM_PLUGIN_SETTINGS(), EESCHEMA_SETTINGS::bomSettingsToJson(), DIALOG_BOM::installGeneratorsList(), and BOM_CFG_PARSER::parseGenerator().