52 #ifndef VLAYOUTPIECEPATH_P_H
53 #define VLAYOUTPIECEPATH_P_H
55 #include <QSharedData>
59 #include "../vmisc/diagnostic.h"
62 QT_WARNING_DISABLE_GCC(
"-Weffc++")
63 QT_WARNING_DISABLE_GCC("-Wnon-virtual-dtor")
70 m_penStyle(Qt::SolidLine),
82 m_points(path.m_points),
83 m_penStyle(path.m_penStyle),
93 Qt::PenStyle m_penStyle;
~VLayoutPiecePathData() Q_DECL_EQ_DEFAULT
VLayoutPiecePathData(const VLayoutPiecePathData &path)
VLayoutPiecePathData(const QVector< QPointF > points, bool cut, Qt::PenStyle penStyle)