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

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.
 
LSET PermittedLayers
 KiCad layers that the imported layer can be mapped onto.
 
PCB_LAYER_ID AutoMapLayer
 Best guess as to what the equivalent KiCad layer might be.
 
bool Required
 Should we require the layer to be assigned?
 

Detailed Description

Describes an imported layer and how it could be mapped to KiCad Layers.

Definition at line 35 of file plugin_common_layer_mapping.h.

Constructor & Destructor Documentation

◆ INPUT_LAYER_DESC()

INPUT_LAYER_DESC::INPUT_LAYER_DESC ( )
inline

Member Data Documentation

◆ AutoMapLayer

◆ Name

◆ PermittedLayers

◆ Required


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