32 #ifndef INTERSECT_CIRCLES_TOOL_H 
   33 #define INTERSECT_CIRCLES_TOOL_H 
   36 #include "../ifc/xml/vabstractpattern.h" 
   37 #include "../vmisc/def.h" 
   39 #include <qcompilerdetection.h> 
   40 #include <QDomElement> 
   41 #include <QGraphicsItem> 
   42 #include <QMetaObject> 
   67                                         const Source &typeCreation);
 
   69     static QPointF       
FindPoint(
const QPointF &c1Point, 
const QPointF &c2Point, qreal c1Radius, qreal c2Radius,
 
   73     virtual int          type() const Q_DECL_OVERRIDE {
return Type;}
 
  101     virtual 
void         SaveDialog(QDomElement &domElement) Q_DECL_OVERRIDE;
 
  121                                               QGraphicsItem * parent = 
nullptr);
 
The VContainer class container of all variables.
 
The VGObject class keep information graphical objects.
 
The VMainGraphicsScene class main scene.
 
@ PointOfIntersectionCircles