| 
    KiCad PCB EDA Suite
    
   | 
 
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 | 
A helper class to hold layer settings temporarily during import.
Definition at line 123 of file dxf_import_plugin.h.
      
  | 
  inline | 
Definition at line 129 of file dxf_import_plugin.h.
References m_layerName, and m_lineWeight.
| wxString DXF_IMPORT_LAYER::m_layerName | 
Definition at line 126 of file dxf_import_plugin.h.
Referenced by DXF_IMPORT_LAYER().
| 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().