52 #ifndef VTOOLCUTSPLINEPATH_H
53 #define VTOOLCUTSPLINEPATH_H
55 #include <qcompilerdetection.h>
56 #include <QDomElement>
57 #include <QGraphicsItem>
58 #include <QMetaObject>
63 #include "../ifc/xml/vabstractpattern.h"
64 #include "../vmisc/def.h"
83 quint32 splinePathId, qreal mx, qreal my,
bool showPointName,
88 virtual int type() const Q_DECL_OVERRIDE {
return Type;}
101 virtual void SaveDialog(QDomElement &domElement) Q_DECL_OVERRIDE;
105 virtual QString
makeToolTip() const Q_DECL_OVERRIDE;
111 const quint32 &splinePathId, const
Source &typeCreation, QGraphicsItem * parent =
nullptr);
The VContainer class container of all variables.
The VMainGraphicsScene class main scene.
The VPointF class keep data of point.
The VSplinePath class keep information about splinePath.