1 #ifndef __ACTIONBLOCKSFREEZEALL_H__
2 #define __ACTIONBLOCKSFREEZEALL_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 ActionBlocksFreezeAll: public ActionInterface
15 ActionBlocksFreezeAll(bool freeze, EntityContainer & container, GraphicView & graphicView);
16 ~ActionBlocksFreezeAll();
18 virtual void init(int status = 0);
19 virtual void trigger();
25 #endif // __ACTIONBLOCKSFREEZEALL_H__