X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Factiondrawlineangle.h;h=3b87567ed4ff2e53d8f3c5fce62427337a9b8a16;hb=5adb444f3e523d3fd028617ced72d1ea6661db21;hp=2bc5a220d4d22374a9a05e2f478b0144bd3902ff;hpb=3239ef39dcee08fa6e8cd68cdf2727fc68cc7a8c;p=architektonas diff --git a/src/actions/actiondrawlineangle.h b/src/actions/actiondrawlineangle.h index 2bc5a22..3b87567 100644 --- a/src/actions/actiondrawlineangle.h +++ b/src/actions/actiondrawlineangle.h @@ -24,7 +24,7 @@ class ActionDrawLineAngle: public ActionInterface SetLength /**< Setting length in the command line. */ }; - ActionDrawLineAngle(RS_EntityContainer & container, GraphicView & graphicView, + ActionDrawLineAngle(EntityContainer & container, GraphicView & graphicView, double angle = 0.0, bool fixedAngle = false); ~ActionDrawLineAngle(); @@ -36,7 +36,7 @@ class ActionDrawLineAngle: public ActionInterface virtual void mouseReleaseEvent(QMouseEvent * e); void preparePreview(); virtual void coordinateEvent(Vector * e); - virtual void commandEvent(RS_CommandEvent * e); + virtual void commandEvent(CommandEvent * e); virtual QStringList getAvailableCommands(); virtual void hideOptions(); virtual void showOptions(); @@ -53,7 +53,7 @@ class ActionDrawLineAngle: public ActionInterface protected: /** Line data defined so far. */ - RS_LineData data; + LineData data; /** Position. */ Vector pos; /** Line angle. */