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