X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Factiondimaligned.h;h=89044baa65fd0727139a9a643c3bd5bf0b8febaa;hb=e1d1cacbb43055988d0d9db632fdf05c0bea9543;hp=ba4900f9c0f277e377bc81097b88fd0cf5582661;hpb=3239ef39dcee08fa6e8cd68cdf2727fc68cc7a8c;p=architektonas diff --git a/src/actions/actiondimaligned.h b/src/actions/actiondimaligned.h index ba4900f..89044ba 100644 --- a/src/actions/actiondimaligned.h +++ b/src/actions/actiondimaligned.h @@ -25,7 +25,7 @@ class ActionDimAligned: public ActionDimension }; public: - ActionDimAligned(RS_EntityContainer & container, GraphicView & graphicView); + ActionDimAligned(EntityContainer & container, GraphicView & graphicView); ~ActionDimAligned(); virtual RS2::ActionType rtti(); @@ -35,7 +35,7 @@ class ActionDimAligned: 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(); @@ -45,7 +45,7 @@ class ActionDimAligned: public ActionDimension /** * Aligned dimension data. */ - RS_DimAlignedData edata; + DimAlignedData edata; /** Last status before entering text. */ Status lastStatus;