X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Frs_actionzoomin.h;h=4dbd693d323cc3d7051c2928809710a1d2d55e1a;hb=f7188d32d0beaef31fc3475be05daea2f018ebec;hp=64e1bab59660b30412fe64716ac7356ed2281072;hpb=16ce54abf01ca3032e42a5bb11a4afcf9014dcca;p=architektonas diff --git a/src/actions/rs_actionzoomin.h b/src/actions/rs_actionzoomin.h index 64e1bab..4dbd693 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, 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();