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