#include <vgrainlinedata_p.h>
Public Member Functions | |
VGrainlineDataPrivate () | |
VGrainlineDataPrivate (const VGrainlineDataPrivate &data) | |
~VGrainlineDataPrivate () Q_DECL_EQ_DEFAULT | |
Public Attributes | |
QString | m_qsLength |
QString | m_dRotation |
m_dLength formula to calculate the length of grainline More... | |
ArrowType | m_eArrowType |
m_dRotation formula to calculate the rotation of grainline in [degrees] More... | |
quint32 | m_centerAnchorPoint |
m_eArrowType type of arrow on the grainline More... | |
quint32 | m_topAnchorPoint |
m_centerAnchorPoint center anchor point id More... | |
quint32 | m_bottomAnchorPoint |
m_topAnchorPoint top anchor point id More... | |
Private Member Functions | |
VGrainlineDataPrivate & | operator= (const VGrainlineDataPrivate &) Q_DECL_EQ_DELETE |
m_bottomAnchorPoint bottom anchor point id More... | |
Definition at line 43 of file vgrainlinedata_p.h.
|
inline |
Definition at line 46 of file vgrainlinedata_p.h.
References atBoth.
|
inline |
Definition at line 55 of file vgrainlinedata_p.h.
VGrainlineDataPrivate::~VGrainlineDataPrivate | ( | ) |
|
private |
m_bottomAnchorPoint bottom anchor point id
quint32 VGrainlineDataPrivate::m_bottomAnchorPoint |
m_topAnchorPoint top anchor point id
Definition at line 72 of file vgrainlinedata_p.h.
quint32 VGrainlineDataPrivate::m_centerAnchorPoint |
m_eArrowType type of arrow on the grainline
Definition at line 70 of file vgrainlinedata_p.h.
QString VGrainlineDataPrivate::m_dRotation |
m_dLength formula to calculate the length of grainline
Definition at line 68 of file vgrainlinedata_p.h.
ArrowType VGrainlineDataPrivate::m_eArrowType |
m_dRotation formula to calculate the rotation of grainline in [degrees]
Definition at line 69 of file vgrainlinedata_p.h.
QString VGrainlineDataPrivate::m_qsLength |
Definition at line 67 of file vgrainlinedata_p.h.
quint32 VGrainlineDataPrivate::m_topAnchorPoint |
m_centerAnchorPoint center anchor point id
Definition at line 71 of file vgrainlinedata_p.h.