X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Factiondimaligned.h;fp=src%2Factions%2Frs_actiondimaligned.h;h=731aab1d61c3b4f5acdb122a8d5085625a66884e;hb=d774c2655ba2c3657a565f325411144452392277;hp=b7bf152dbc1a886aa7373e8af115ddff5c865140;hpb=468780dd17f8b0ebb35427a9fc43491721d44d69;p=architektonas diff --git a/src/actions/rs_actiondimaligned.h b/src/actions/actiondimaligned.h similarity index 77% rename from src/actions/rs_actiondimaligned.h rename to src/actions/actiondimaligned.h index b7bf152..731aab1 100644 --- a/src/actions/rs_actiondimaligned.h +++ b/src/actions/actiondimaligned.h @@ -1,16 +1,17 @@ -#ifndef RS_ACTIONDIMALIGNED_H -#define RS_ACTIONDIMALIGNED_H +#ifndef __ACTIONDIMALIGNED_H__ +#define __ACTIONDIMALIGNED_H__ -#include "rs_actiondimension.h" +#include "actiondimension.h" #include "rs_dimaligned.h" /** * This action class can handle user events to draw * aligned dimensions. * + * @author James Hammons * @author Andrew Mustun */ -class RS_ActionDimAligned: public RS_ActionDimension +class ActionDimAligned: public ActionDimension { public: /** @@ -24,8 +25,8 @@ class RS_ActionDimAligned: public RS_ActionDimension }; public: - RS_ActionDimAligned(RS_EntityContainer & container, GraphicView & graphicView); - ~RS_ActionDimAligned(); + ActionDimAligned(RS_EntityContainer & container, GraphicView & graphicView); + ~ActionDimAligned(); virtual RS2::ActionType rtti(); virtual void reset(); @@ -50,4 +51,4 @@ class RS_ActionDimAligned: public RS_ActionDimension Status lastStatus; }; -#endif +#endif // __ACTIONDIMALIGNED_H__