X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actionzoomin.h;h=68abaebb44640e5a55854ef71923db18c4f1dabc;hb=3f46c180da0806c9c263e6d87d0f1404632402da;hp=64e1bab59660b30412fe64716ac7356ed2281072;hpb=16ce54abf01ca3032e42a5bb11a4afcf9014dcca;p=architektonas diff --git a/src/actions/rs_actionzoomin.h b/src/actions/rs_actionzoomin.h index 64e1bab..68abaeb 100644 --- a/src/actions/rs_actionzoomin.h +++ b/src/actions/rs_actionzoomin.h @@ -1,23 +1,20 @@ #ifndef RS_ACTIONZOOMIN_H #define RS_ACTIONZOOMIN_H +#include "rs.h" #include "rs_actioninterface.h" +#include "vector.h" /** * This action triggers zoom increase. * * @author Andrew Mustun */ -class RS_ActionZoomIn : public RS_ActionInterface +class RS_ActionZoomIn: public RS_ActionInterface { - //Q_OBJECT public: - RS_ActionZoomIn(RS_EntityContainer& container, RS_GraphicView& graphicView, - RS2::ZoomDirection direction = RS2::In, RS2::Axis axis = RS2::Both, - const Vector& center = Vector(false)); - ~RS_ActionZoomIn() {} - - static QAction * createGUIAction(RS2::ActionType type, QObject * /*parent*/); + RS_ActionZoomIn(RS_EntityContainer & container, RS_GraphicView & graphicView, RS2::ZoomDirection direction = RS2::In, RS2::Axis axis = RS2::Both, const Vector & center = Vector(false)); + ~RS_ActionZoomIn(); virtual void init(int status = 0); virtual void trigger();