#include <vpatternlabeldata_p.h>
Public Member Functions | |
VPatternLabelDataPrivate () | |
VPatternLabelDataPrivate (const VPatternLabelDataPrivate &data) | |
~VPatternLabelDataPrivate () Q_DECL_EQ_DEFAULT | |
Public Attributes | |
QString | m_pieceLabelWidth |
QString | m_pieceLabelHeight |
m_pieceLabelWidth formula to calculate the width of label More... | |
QString | m_pieceLabelAngle |
m_pieceLabelHeight formula to calculate the height of label More... | |
int | m_iFontSize |
m_pieceLabelAngle formula to calculate the rotation angle of label More... | |
quint32 | m_centerAnchorPoint |
m_iFontSize label text base font size More... | |
quint32 | m_topLeftAnchorPoint |
m_centerAnchorPoint center pin id More... | |
quint32 | m_bottomRightAnchorPoint |
m_topLeftAnchorPoint top left corner pin id More... | |
Private Member Functions | |
VPatternLabelDataPrivate & | operator= (const VPatternLabelDataPrivate &) Q_DECL_EQ_DELETE |
m_bottomRightAnchorPoint bottom right corner pin id More... | |
Definition at line 42 of file vpatternlabeldata_p.h.
|
inline |
Definition at line 45 of file vpatternlabeldata_p.h.
|
inline |
Definition at line 55 of file vpatternlabeldata_p.h.
VPatternLabelDataPrivate::~VPatternLabelDataPrivate | ( | ) |
|
private |
m_bottomRightAnchorPoint bottom right corner pin id
quint32 VPatternLabelDataPrivate::m_bottomRightAnchorPoint |
m_topLeftAnchorPoint top left corner pin id
Definition at line 74 of file vpatternlabeldata_p.h.
quint32 VPatternLabelDataPrivate::m_centerAnchorPoint |
m_iFontSize label text base font size
Definition at line 72 of file vpatternlabeldata_p.h.
int VPatternLabelDataPrivate::m_iFontSize |
m_pieceLabelAngle formula to calculate the rotation angle of label
Definition at line 71 of file vpatternlabeldata_p.h.
QString VPatternLabelDataPrivate::m_pieceLabelAngle |
m_pieceLabelHeight formula to calculate the height of label
Definition at line 70 of file vpatternlabeldata_p.h.
QString VPatternLabelDataPrivate::m_pieceLabelHeight |
m_pieceLabelWidth formula to calculate the width of label
Definition at line 69 of file vpatternlabeldata_p.h.
QString VPatternLabelDataPrivate::m_pieceLabelWidth |
Definition at line 68 of file vpatternlabeldata_p.h.
quint32 VPatternLabelDataPrivate::m_topLeftAnchorPoint |
m_centerAnchorPoint center pin id
Definition at line 73 of file vpatternlabeldata_p.h.