52 #ifndef VISTOOLROTATION_H
53 #define VISTOOLROTATION_H
55 #include <qcompilerdetection.h>
57 #include <QGraphicsItem>
58 #include <QMetaObject>
65 #include "../ifc/ifcdef.h"
66 #include "../vmisc/def.h"
80 QString
Angle()
const;
81 void SetAngle(
const QString &expression);
83 virtual int type() const Q_DECL_OVERRIDE {
return Type;}
93 int AddCurve(qreal
angle, const QPointF &origin, quint32
id,
int i);
The VContainer class container of all variables.