52 #ifndef VTOOLTRIANGLE_H
53 #define VTOOLTRIANGLE_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"
87 static QPointF
FindPoint(
const QPointF &axisP1,
const QPointF &axisP2,
const QPointF &firstPoint,
88 const QPointF &secondPoint);
91 virtual int type() const Q_DECL_OVERRIDE {
return Type;}
118 virtual
void SaveDialog(QDomElement &domElement) Q_DECL_OVERRIDE;
139 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.