]> Shamusworld >> Repos - architektonas/blobdiff - src/arc.h
Mirror tool now works successfully for all object types. :-D
[architektonas] / src / arc.h
index a05a259bd640951ed9530d1d4cc020d1cb98d800..da0a6ea674375e037bbe33807ef4bf4544824504 100644 (file)
--- a/src/arc.h
+++ b/src/arc.h
@@ -18,6 +18,9 @@ class Arc: public Object
                virtual void Enumerate(FILE *);
                virtual Object * Copy(void);
                virtual QRectF Extents(void);
+               virtual void Mirror(Point, Point);
+               virtual void Save(void);
+               virtual void Restore(void);
 
        private:
                bool AngleInArcSpan(double angle);
@@ -30,6 +33,9 @@ class Arc: public Object
                double radius;                                          // Center is Object::position
                double startAngle;                                      // Starting angle in radians
                double angleSpan;                                       // # of degrees the arc spans in radians
+               double oldRadius2;
+               double oldStartAngle;
+               double oldAngleSpan;
 
        private:
 //             bool hitHandle1;        // Moving