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

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
 

Detailed Description

A helper class to hold layer settings temporarily during import.

Definition at line 139 of file dxf_import_plugin.h.

Constructor & Destructor Documentation

◆ DXF_IMPORT_BLOCK()

DXF_IMPORT_BLOCK::DXF_IMPORT_BLOCK ( const wxString &  aName,
double  aX,
double  aY 
)
inline

Definition at line 147 of file dxf_import_plugin.h.

References m_baseX, m_baseY, and m_name.

Member Data Documentation

◆ m_baseX

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().

◆ m_baseY

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().

◆ m_buffer

◆ m_name

wxString DXF_IMPORT_BLOCK::m_name

Definition at line 142 of file dxf_import_plugin.h.

Referenced by DXF_IMPORT_BLOCK().


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