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

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
 

Detailed Description

A helper class to hold style settings temporarily during import.

Definition at line 158 of file dxf_import_plugin.h.

Constructor & Destructor Documentation

◆ DXF_IMPORT_STYLE()

DXF_IMPORT_STYLE::DXF_IMPORT_STYLE ( const wxString &  aName,
double  aTextHeight,
double  aWidthFactor,
bool  aBold,
bool  aItalic 
)
inline

Definition at line 167 of file dxf_import_plugin.h.

References m_bold, m_italic, m_name, m_textHeight, and m_widthFactor.

Member Data Documentation

◆ m_bold

bool DXF_IMPORT_STYLE::m_bold

Definition at line 164 of file dxf_import_plugin.h.

Referenced by DXF_IMPORT_STYLE().

◆ m_italic

bool DXF_IMPORT_STYLE::m_italic

Definition at line 165 of file dxf_import_plugin.h.

Referenced by DXF_IMPORT_STYLE().

◆ m_name

wxString DXF_IMPORT_STYLE::m_name

Definition at line 161 of file dxf_import_plugin.h.

Referenced by DXF_IMPORT_STYLE().

◆ m_textHeight

double DXF_IMPORT_STYLE::m_textHeight

Definition at line 162 of file dxf_import_plugin.h.

Referenced by DXF_IMPORT_STYLE().

◆ m_widthFactor

double DXF_IMPORT_STYLE::m_widthFactor

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