X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftrimaction.h;h=78f4425b61baca789583221647b4f9136f1dab6f;hb=8a5bf49d09b5a00ebea3ffc449519ad05b0326cc;hp=02720deca6e03452faa2882cf221cd166a57025b;hpb=31dd33b097661175a86b6799df525972055099fb;p=architektonas diff --git a/src/trimaction.h b/src/trimaction.h index 02720de..78f4425 100644 --- a/src/trimaction.h +++ b/src/trimaction.h @@ -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__