29 #ifndef VGRAINLINEDATA_P_H
30 #define VGRAINLINEDATA_P_H
33 #include <QSharedData>
35 #include "../vmisc/diagnostic.h"
37 #include "../ifc/ifcdef.h"
40 QT_WARNING_DISABLE_GCC(
"-Weffc++")
41 QT_WARNING_DISABLE_GCC("-Wnon-virtual-dtor")
57 , m_qsLength(data.m_qsLength)
58 , m_dRotation(data.m_dRotation)
59 , m_eArrowType(data.m_eArrowType)
60 , m_centerAnchorPoint(data.m_centerAnchorPoint)
61 , m_topAnchorPoint(data.m_topAnchorPoint)
62 , m_bottomAnchorPoint(data.m_bottomAnchorPoint)
70 quint32 m_centerAnchorPoint;
71 quint32 m_topAnchorPoint;
72 quint32 m_bottomAnchorPoint;
VGrainlineDataPrivate(const VGrainlineDataPrivate &data)
~VGrainlineDataPrivate() Q_DECL_EQ_DEFAULT