1 #ifndef __ACTIONZOOMAUTOY_H__
2 #define __ACTIONZOOMAUTOY_H__
4 #include "actioninterface.h"
7 * This action triggers an auto zoom in Y only.
9 * @author James Hammons
10 * @author Andrew Mustun
12 class ActionZoomAutoY: public ActionInterface
15 ActionZoomAutoY(EntityContainer & container, GraphicView & graphicView);
18 virtual void init(int status = 0);
19 virtual void trigger();
22 #endif // __ACTIONZOOMAUTOY_H__