KiCad PCB EDA Suite
Loading...
Searching...
No Matches
IMPORT_PROJECT_DESC Struct Reference

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
 

Detailed Description

Describes how non-KiCad boards and schematics should be imported as KiCad projects.

Definition at line 30 of file plugin_common_choose_project.h.

Constructor & Destructor Documentation

◆ IMPORT_PROJECT_DESC()

IMPORT_PROJECT_DESC::IMPORT_PROJECT_DESC ( )
inline

Definition at line 40 of file plugin_common_choose_project.h.

Member Data Documentation

◆ ComboId

wxString IMPORT_PROJECT_DESC::ComboId

Definition at line 36 of file plugin_common_choose_project.h.

Referenced by EASYEDAPRO::ProjectToSelectorDialog().

◆ ComboName

wxString IMPORT_PROJECT_DESC::ComboName

Definition at line 32 of file plugin_common_choose_project.h.

Referenced by EASYEDAPRO::ProjectToSelectorDialog().

◆ PCBId

wxString IMPORT_PROJECT_DESC::PCBId

◆ PCBName

wxString IMPORT_PROJECT_DESC::PCBName

Definition at line 33 of file plugin_common_choose_project.h.

Referenced by EASYEDAPRO::ProjectToSelectorDialog().

◆ SchematicId

wxString IMPORT_PROJECT_DESC::SchematicId

◆ SchematicName

wxString IMPORT_PROJECT_DESC::SchematicName

Definition at line 34 of file plugin_common_choose_project.h.

Referenced by EASYEDAPRO::ProjectToSelectorDialog().


The documentation for this struct was generated from the following file: