53 #ifndef VLAYOUTPAPER_P_H
54 #define VLAYOUTPAPER_P_H
56 #include <QSharedData>
64 QT_WARNING_DISABLE_GCC(
"-Weffc++")
65 QT_WARNING_DISABLE_GCC("-Wnon-virtual-dtor")
78 globalRotationIncrease(180),
79 localRotationIncrease(180),
85 globalContour(
VContour(height, width)),
91 globalRotationIncrease(180),
92 localRotationIncrease(180),
99 globalContour(paper.globalContour),
100 paperIndex(paper.paperIndex),
102 layoutWidth(paper.layoutWidth),
103 globalRotate(paper.globalRotate),
104 localRotate(paper.localRotate),
105 globalRotationIncrease(paper.globalRotationIncrease),
106 localRotationIncrease(paper.localRotationIncrease),
107 saveLength(paper.saveLength)
int globalRotationIncrease
VLayoutPaperData(int height, int width)
QVector< VLayoutPiece > pieces
pieces list of arranged pieces.
VLayoutPaperData(const VLayoutPaperData &paper)
VContour globalContour
globalContour list of global points contour.
int localRotationIncrease
VLayoutPaperData & operator=(const VLayoutPaperData &) Q_DECL_EQ_DELETE