| 
    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_BLOCK (const wxString &aName, double aX, double aY) | |
Public Attributes | |
| wxString | m_name | 
| double | m_baseX | 
| double | m_baseY | 
| GRAPHICS_IMPORTER_BUFFER | m_buffer | 
A helper class to hold layer settings temporarily during import.
Definition at line 139 of file dxf_import_plugin.h.
      
  | 
  inline | 
Definition at line 147 of file dxf_import_plugin.h.
| double DXF_IMPORT_BLOCK::m_baseX | 
Definition at line 143 of file dxf_import_plugin.h.
Referenced by DXF_IMPORT_PLUGIN::addInsert(), and DXF_IMPORT_BLOCK().
| double DXF_IMPORT_BLOCK::m_baseY | 
Definition at line 143 of file dxf_import_plugin.h.
Referenced by DXF_IMPORT_PLUGIN::addInsert(), and DXF_IMPORT_BLOCK().
| GRAPHICS_IMPORTER_BUFFER DXF_IMPORT_BLOCK::m_buffer | 
Definition at line 145 of file dxf_import_plugin.h.
Referenced by DXF_IMPORT_PLUGIN::addInsert().
| wxString DXF_IMPORT_BLOCK::m_name | 
Definition at line 142 of file dxf_import_plugin.h.
Referenced by DXF_IMPORT_BLOCK().