X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Factiondimlinear.h;h=755b0e6b8f261af6c842a85daac2093652311879;hb=e1d1cacbb43055988d0d9db632fdf05c0bea9543;hp=8b41e94fc80d9a755d97411d3d046e54c40584c9;hpb=3239ef39dcee08fa6e8cd68cdf2727fc68cc7a8c;p=architektonas diff --git a/src/actions/actiondimlinear.h b/src/actions/actiondimlinear.h index 8b41e94..755b0e6 100644 --- a/src/actions/actiondimlinear.h +++ b/src/actions/actiondimlinear.h @@ -34,7 +34,7 @@ class ActionDimLinear: public ActionDimension }; public: - ActionDimLinear(RS_EntityContainer & container, GraphicView & graphicView, + ActionDimLinear(EntityContainer & container, GraphicView & graphicView, double angle = 0.0, bool fixedAngle = false); ~ActionDimLinear(); @@ -45,7 +45,7 @@ class ActionDimLinear: public ActionDimension virtual void mouseMoveEvent(QMouseEvent * e); virtual void mouseReleaseEvent(QMouseEvent * e); 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(); @@ -58,7 +58,7 @@ class ActionDimLinear: public ActionDimension /** * Aligned dimension data. */ - RS_DimLinearData edata; + DimLinearData edata; /** * Is the angle fixed? */