| 
    KiCad PCB EDA Suite
    
   | 
 
Describes how non-KiCad boards and schematics should be imported as KiCad projects. More...
#include <plugin_common_choose_project.h>
Public Member Functions | |
| IMPORT_PROJECT_DESC () | |
Public Attributes | |
| wxString | ComboName | 
| wxString | PCBName | 
| wxString | SchematicName | 
| wxString | ComboId | 
| wxString | PCBId | 
| wxString | SchematicId | 
Describes how non-KiCad boards and schematics should be imported as KiCad projects.
Definition at line 30 of file plugin_common_choose_project.h.
      
  | 
  inline | 
Definition at line 40 of file plugin_common_choose_project.h.
| wxString IMPORT_PROJECT_DESC::ComboId | 
Definition at line 36 of file plugin_common_choose_project.h.
Referenced by EASYEDAPRO::ProjectToSelectorDialog().
| wxString IMPORT_PROJECT_DESC::ComboName | 
Definition at line 32 of file plugin_common_choose_project.h.
Referenced by EASYEDAPRO::ProjectToSelectorDialog().
| wxString IMPORT_PROJECT_DESC::PCBId | 
Definition at line 37 of file plugin_common_choose_project.h.
Referenced by IMPORT_PROJ_HELPER::EasyEDAProProjectHandler(), and EASYEDAPRO::ProjectToSelectorDialog().
| wxString IMPORT_PROJECT_DESC::PCBName | 
Definition at line 33 of file plugin_common_choose_project.h.
Referenced by EASYEDAPRO::ProjectToSelectorDialog().
| wxString IMPORT_PROJECT_DESC::SchematicId | 
Definition at line 38 of file plugin_common_choose_project.h.
Referenced by IMPORT_PROJ_HELPER::EasyEDAProProjectHandler(), and EASYEDAPRO::ProjectToSelectorDialog().
| wxString IMPORT_PROJECT_DESC::SchematicName | 
Definition at line 34 of file plugin_common_choose_project.h.
Referenced by EASYEDAPRO::ProjectToSelectorDialog().