KiCad PCB EDA Suite
Loading...
Searching...
No Matches
DXF_IMPORT_LAYER Class Reference

A helper class to hold layer settings temporarily during import. More...

#include <dxf_import_plugin.h>

Public Member Functions

 DXF_IMPORT_LAYER (const wxString &aName, int aLineWeight)
 

Public Attributes

wxString m_layerName
 
int m_lineWeight
 

Detailed Description

A helper class to hold layer settings temporarily during import.

Definition at line 123 of file dxf_import_plugin.h.

Constructor & Destructor Documentation

◆ DXF_IMPORT_LAYER()

DXF_IMPORT_LAYER::DXF_IMPORT_LAYER ( const wxString &  aName,
int  aLineWeight 
)
inline

Definition at line 129 of file dxf_import_plugin.h.

References m_layerName, and m_lineWeight.

Member Data Documentation

◆ m_layerName

wxString DXF_IMPORT_LAYER::m_layerName

Definition at line 126 of file dxf_import_plugin.h.

Referenced by DXF_IMPORT_LAYER().

◆ m_lineWeight

int DXF_IMPORT_LAYER::m_lineWeight

Definition at line 127 of file dxf_import_plugin.h.

Referenced by DXF_IMPORT_LAYER(), and DXF_IMPORT_PLUGIN::lineWeightToWidth().


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