1 #ifndef __ACTIONLAYERSREMOVE_H__
2 #define __ACTIONLAYERSREMOVE_H__
4 #include "actioninterface.h"
7 * This action class can handle user events to remove layers.
9 * @author James Hammons
10 * @author Andrew Mustun
12 class ActionLayersRemove: public ActionInterface
15 ActionLayersRemove(EntityContainer & container, GraphicView & graphicView);
16 ~ActionLayersRemove();
18 virtual void init(int status = 0);
19 virtual void trigger();
22 #endif // __ACTIONLAYERSREMOVE_H__