KiCad PCB EDA Suite
|
Describes an imported layer and how it could be mapped to KiCad Layers. More...
#include <plugin_common_layer_mapping.h>
Public Member Functions | |
INPUT_LAYER_DESC () | |
Public Attributes | |
wxString | Name |
Imported layer name as displayed in original application. More... | |
LSET | PermittedLayers |
KiCad layers that the imported layer can be mapped onto. More... | |
PCB_LAYER_ID | AutoMapLayer |
Best guess as to what the equivalent KiCad layer might be. More... | |
bool | Required |
Should we require the layer to be assigned? More... | |
Describes an imported layer and how it could be mapped to KiCad Layers.
Definition at line 34 of file plugin_common_layer_mapping.h.
|
inline |
Definition at line 41 of file plugin_common_layer_mapping.h.
PCB_LAYER_ID INPUT_LAYER_DESC::AutoMapLayer |
Best guess as to what the equivalent KiCad layer might be.
Definition at line 38 of file plugin_common_layer_mapping.h.
Referenced by EAGLE_PLUGIN::mapEagleLayersToKicad(), and CADSTAR_PCB_ARCHIVE_LOADER::remapUnsureLayers().
wxString INPUT_LAYER_DESC::Name |
Imported layer name as displayed in original application.
Definition at line 36 of file plugin_common_layer_mapping.h.
Referenced by DIALOG_IMPORTED_LAYERS::GetUnmappedRequiredLayers(), EAGLE_PLUGIN::mapEagleLayersToKicad(), and CADSTAR_PCB_ARCHIVE_LOADER::remapUnsureLayers().
LSET INPUT_LAYER_DESC::PermittedLayers |
KiCad layers that the imported layer can be mapped onto.
Definition at line 37 of file plugin_common_layer_mapping.h.
Referenced by EAGLE_PLUGIN::mapEagleLayersToKicad(), and CADSTAR_PCB_ARCHIVE_LOADER::remapUnsureLayers().
bool INPUT_LAYER_DESC::Required |
Should we require the layer to be assigned?
Definition at line 39 of file plugin_common_layer_mapping.h.
Referenced by DIALOG_IMPORTED_LAYERS::GetUnmappedRequiredLayers(), and EAGLE_PLUGIN::mapEagleLayersToKicad().