52 #ifndef VTOOLCURVEINTERSECTAXIS_H
53 #define VTOOLCURVEINTERSECTAXIS_H
55 #include <qcompilerdetection.h>
56 #include <QDomElement>
57 #include <QGraphicsItem>
58 #include <QMetaObject>
64 #include "../ifc/xml/vabstractpattern.h"
65 #include "../vgeometry/vgeometrydef.h"
66 #include "../vpatterndb/vformula.h"
67 #include "../vmisc/def.h"
83 const QString &lineWeight,
85 quint32
curveId, qreal mx, qreal my,
bool showPointName,
90 QPointF *intersectPoint);
93 virtual
int type() const Q_DECL_OVERRIDE {
return Type;}
110 virtual void SaveDialog(QDomElement &domElement) Q_DECL_OVERRIDE;
121 const QString &lineType, const QString &lineWeight,
125 QGraphicsItem * parent =
nullptr);
127 template <class
Item>
The VContainer class container of all variables.
The VMainGraphicsScene class main scene.
The VPointF class keep data of point.