| 
    KiCad PCB EDA Suite
    
   | 
 
A helper class to hold style settings temporarily during import. More...
#include <dxf_import_plugin.h>
Public Member Functions | |
| DXF_IMPORT_STYLE (const wxString &aName, double aTextHeight, double aWidthFactor, bool aBold, bool aItalic) | |
Public Attributes | |
| wxString | m_name | 
| double | m_textHeight | 
| double | m_widthFactor | 
| bool | m_bold | 
| bool | m_italic | 
A helper class to hold style settings temporarily during import.
Definition at line 158 of file dxf_import_plugin.h.
      
  | 
  inline | 
Definition at line 167 of file dxf_import_plugin.h.
References m_bold, m_italic, m_name, m_textHeight, and m_widthFactor.
| bool DXF_IMPORT_STYLE::m_bold | 
Definition at line 164 of file dxf_import_plugin.h.
Referenced by DXF_IMPORT_STYLE().
| bool DXF_IMPORT_STYLE::m_italic | 
Definition at line 165 of file dxf_import_plugin.h.
Referenced by DXF_IMPORT_STYLE().
| wxString DXF_IMPORT_STYLE::m_name | 
Definition at line 161 of file dxf_import_plugin.h.
Referenced by DXF_IMPORT_STYLE().
| double DXF_IMPORT_STYLE::m_textHeight | 
Definition at line 162 of file dxf_import_plugin.h.
Referenced by DXF_IMPORT_STYLE().
| double DXF_IMPORT_STYLE::m_widthFactor | 
Definition at line 163 of file dxf_import_plugin.h.
Referenced by DXF_IMPORT_PLUGIN::addMText(), DXF_IMPORT_PLUGIN::addText(), and DXF_IMPORT_STYLE().