52 #ifndef VTOOLSHOULDERPOINT_H
53 #define VTOOLSHOULDERPOINT_H
55 #include <qcompilerdetection.h>
56 #include <QDomElement>
57 #include <QGraphicsItem>
58 #include <QMetaObject>
64 #include "../ifc/xml/vabstractpattern.h"
65 #include "../vmisc/def.h"
85 quint32
pShoulder,
const QString &typeLine,
const QString &lineWeight,
87 const QString &pointName, qreal mx, qreal my,
bool showPointName,
90 const Source &typeCreation);
93 virtual int type() const Q_DECL_OVERRIDE {
return Type;}
113 virtual
void SaveDialog(QDomElement &domElement) Q_DECL_OVERRIDE;
117 virtual QString
makeToolTip() const Q_DECL_OVERRIDE;
126 const QString &lineWeight,
127 const QString &
lineColor, const QString &formula, const quint32 &p1Line, const quint32 &
p2Line,
128 const quint32 &
pShoulder, const
Source &typeCreation, QGraphicsItem * parent =
nullptr);
The VContainer class container of all variables.
The VGObject class keep information graphical objects.
The VMainGraphicsScene class main scene.