52 #ifndef VLAYOUTPIECEPATH_H
53 #define VLAYOUTPIECEPATH_H
56 #include <QSharedDataPointer>
71 #ifdef Q_COMPILER_RVALUE_REFS
89 QSharedDataPointer<VLayoutPiecePathData>
d;
QPainterPath GetPainterPath() const
void Swap(VLayoutPiecePath &path) Q_DECL_NOTHROW
QVector< QPointF > Points() const
void SetPenStyle(const Qt::PenStyle &penStyle)
void SetPoints(const QVector< QPointF > &points)
void SetCutPath(bool cut)
Qt::PenStyle PenStyle() const
QSharedDataPointer< VLayoutPiecePathData > d
VLayoutPiecePath & operator=(const VLayoutPiecePath &path)
virtual ~VLayoutPiecePath()
Q_DECLARE_TYPEINFO(VLayoutPiecePath, Q_MOVABLE_TYPE)