Refactoring.
--HG-- branch : develop
This commit is contained in:
parent
f52d609b9c
commit
9aa8713203
|
@ -100,6 +100,9 @@ public:
|
|||
bool isFlipped;
|
||||
|
||||
QString formulaLength;
|
||||
|
||||
private:
|
||||
VArcData &operator=(const VArcData &) Q_DECL_EQ_DELETE;
|
||||
};
|
||||
|
||||
VArcData::~VArcData()
|
||||
|
|
|
@ -69,6 +69,9 @@ public:
|
|||
|
||||
/** @brief mode object created in calculation or drawing mode */
|
||||
Draw mode;
|
||||
|
||||
private:
|
||||
VGObjectData &operator=(const VGObjectData &) Q_DECL_EQ_DELETE;
|
||||
};
|
||||
|
||||
VGObjectData::~VGObjectData()
|
||||
|
|
|
@ -75,6 +75,9 @@ public:
|
|||
|
||||
/** @brief _y y coordinate */
|
||||
qreal _y;
|
||||
|
||||
private:
|
||||
VPointFData &operator=(const VPointFData &) Q_DECL_EQ_DELETE;
|
||||
};
|
||||
|
||||
VPointFData::~VPointFData()
|
||||
|
|
|
@ -113,6 +113,9 @@ public:
|
|||
|
||||
/** @brief kCurve coefficient of curvature spline. */
|
||||
qreal kCurve;
|
||||
|
||||
private:
|
||||
VSplineData &operator=(const VSplineData &) Q_DECL_EQ_DELETE;
|
||||
};
|
||||
|
||||
VSplineData::~VSplineData()
|
||||
|
|
|
@ -63,6 +63,9 @@ public:
|
|||
* @brief kCurve coefficient of curvature spline.
|
||||
*/
|
||||
qreal kCurve;
|
||||
|
||||
private:
|
||||
VSplinePathData &operator=(const VSplinePathData &) Q_DECL_EQ_DELETE;
|
||||
};
|
||||
|
||||
VSplinePathData::~VSplinePathData()
|
||||
|
|
|
@ -78,6 +78,9 @@ public:
|
|||
|
||||
/** @brief kAsm2 coefficient of length second control line. */
|
||||
qreal kAsm2;
|
||||
|
||||
private:
|
||||
VSplinePointData &operator=(const VSplinePointData &) Q_DECL_EQ_DELETE;
|
||||
};
|
||||
|
||||
VSplinePointData::~VSplinePointData()
|
||||
|
|
|
@ -63,6 +63,9 @@ public:
|
|||
bool closed;
|
||||
/** @brief width value seamAllowance in mm. */
|
||||
qreal width;
|
||||
|
||||
private:
|
||||
VAbstractDetailData &operator=(const VAbstractDetailData &) Q_DECL_EQ_DELETE;
|
||||
};
|
||||
|
||||
#ifdef Q_CC_GNU
|
||||
|
|
|
@ -65,6 +65,9 @@ public:
|
|||
int paperWidth;
|
||||
|
||||
quint32 shift;
|
||||
|
||||
private:
|
||||
VContourData &operator=(const VContourData &) Q_DECL_EQ_DELETE;
|
||||
};
|
||||
|
||||
#ifdef Q_CC_GNU
|
||||
|
|
|
@ -71,6 +71,9 @@ public:
|
|||
qreal layoutWidth;
|
||||
|
||||
bool mirror;
|
||||
|
||||
private:
|
||||
VLayoutDetailData &operator=(const VLayoutDetailData &) Q_DECL_EQ_DELETE;
|
||||
};
|
||||
|
||||
#ifdef Q_CC_GNU
|
||||
|
|
|
@ -74,6 +74,9 @@ public:
|
|||
bool rotate;
|
||||
int rotationIncrease;
|
||||
bool saveLength;
|
||||
|
||||
private:
|
||||
VLayoutPaperData &operator=(const VLayoutPaperData &) Q_DECL_EQ_DELETE;
|
||||
};
|
||||
|
||||
#ifdef Q_CC_GNU
|
||||
|
|
|
@ -55,6 +55,9 @@ public:
|
|||
virtual ~VArcRadiusData() Q_DECL_OVERRIDE;
|
||||
|
||||
quint32 arcId;
|
||||
|
||||
private:
|
||||
VArcRadiusData &operator=(const VArcRadiusData &) Q_DECL_EQ_DELETE;
|
||||
};
|
||||
|
||||
VArcRadiusData::~VArcRadiusData()
|
||||
|
|
|
@ -58,6 +58,9 @@ public:
|
|||
|
||||
quint32 id;
|
||||
quint32 parentId;
|
||||
|
||||
private:
|
||||
VCurveVariableData &operator=(const VCurveVariableData &) Q_DECL_EQ_DELETE;
|
||||
};
|
||||
|
||||
VCurveVariableData::~VCurveVariableData()
|
||||
|
|
|
@ -62,6 +62,9 @@ public:
|
|||
QString formula;
|
||||
bool formulaOk;
|
||||
VContainer data;
|
||||
|
||||
private:
|
||||
VIncrementData &operator=(const VIncrementData &) Q_DECL_EQ_DELETE;
|
||||
};
|
||||
|
||||
VIncrementData::~VIncrementData()
|
||||
|
|
|
@ -57,6 +57,9 @@ public:
|
|||
qreal value;
|
||||
|
||||
QString name;
|
||||
|
||||
private:
|
||||
VInternalVariableData &operator=(const VInternalVariableData &) Q_DECL_EQ_DELETE;
|
||||
};
|
||||
|
||||
VInternalVariableData::~VInternalVariableData()
|
||||
|
|
|
@ -58,6 +58,9 @@ public:
|
|||
|
||||
quint32 p1Id;
|
||||
quint32 p2Id;
|
||||
|
||||
private:
|
||||
VLineAngleData &operator=(const VLineAngleData &) Q_DECL_EQ_DELETE;
|
||||
};
|
||||
|
||||
VLineAngleData::~VLineAngleData()
|
||||
|
|
|
@ -59,6 +59,9 @@ public:
|
|||
quint32 p1Id;
|
||||
quint32 p2Id;
|
||||
Unit patternUnit;
|
||||
|
||||
private:
|
||||
VLengthLineData &operator=(const VLengthLineData &) Q_DECL_EQ_DELETE;
|
||||
};
|
||||
|
||||
VLengthLineData::~VLengthLineData()
|
||||
|
|
|
@ -65,6 +65,9 @@ public:
|
|||
QString gui_text;
|
||||
QString _tagName;
|
||||
bool formulaOk;
|
||||
|
||||
private:
|
||||
VMeasurementData &operator=(const VMeasurementData &) Q_DECL_EQ_DELETE;
|
||||
};
|
||||
|
||||
VMeasurementData::~VMeasurementData()
|
||||
|
|
|
@ -75,6 +75,9 @@ public:
|
|||
|
||||
qreal baseSize;
|
||||
qreal baseHeight;
|
||||
|
||||
private:
|
||||
VVariableData &operator=(const VVariableData &) Q_DECL_EQ_DELETE;
|
||||
};
|
||||
|
||||
VVariableData::~VVariableData()
|
||||
|
|
|
@ -84,6 +84,9 @@ public:
|
|||
|
||||
const VTranslateVars *trVars;
|
||||
const Unit *patternUnit;
|
||||
|
||||
private:
|
||||
VContainerData &operator=(const VContainerData &) Q_DECL_EQ_DELETE;
|
||||
};
|
||||
|
||||
#if defined(Q_CC_INTEL)
|
||||
|
|
|
@ -66,6 +66,9 @@ public:
|
|||
|
||||
/** @brief my bias y axis. */
|
||||
qreal my;
|
||||
|
||||
private:
|
||||
VDetailData &operator=(const VDetailData &) Q_DECL_EQ_DELETE;
|
||||
};
|
||||
|
||||
#ifdef Q_CC_GNU
|
||||
|
|
|
@ -79,6 +79,9 @@ public:
|
|||
* @brief reverse true if need reverse points list for node.
|
||||
*/
|
||||
bool reverse;
|
||||
|
||||
private:
|
||||
VNodeDetailData &operator=(const VNodeDetailData &) Q_DECL_EQ_DELETE;
|
||||
};
|
||||
|
||||
#ifdef Q_CC_GNU
|
||||
|
|
Loading…
Reference in New Issue
Block a user