]> Shamusworld >> Repos - architektonas/blobdiff - src/trimaction.h
Trim tool now works for Lines, but inaccurate.
[architektonas] / src / trimaction.h
index 02720deca6e03452faa2882cf221cd166a57025b..78f4425b61baca789583221647b4f9136f1dab6f 100644 (file)
@@ -21,11 +21,13 @@ class TrimAction: public Action
 
        private:
                int state;
-               Line * line;
+//             Line * line;
                Vector p1, p2, p1Save;
-               bool shiftWasPressedOnNextPoint;
-               bool ctrlWasPressed;
-               Container * mirror;
+//             bool shiftWasPressedOnNextPoint;
+//             bool ctrlWasPressed;
+//             Container * mirror;
+               double t, u;
+               Container * doc;
 };
 
 #endif // __TRIMACTION_H__