1 #ifndef __ACTIONZOOMPREVIOUS_H__
2 #define __ACTIONZOOMPREVIOUS_H__
4 #include "actioninterface.h"
7 * This action switches back to the previously used view..
9 * @author James Hammons
10 * @author Andrew Mustun
12 class ActionZoomPrevious: public ActionInterface
15 ActionZoomPrevious(EntityContainer & container, GraphicView & graphicView);
16 ~ActionZoomPrevious();
18 virtual void init(int status = 0);
19 virtual void trigger();
24 #endif // __ACTIONZOOMPREVIOUS_H__