1 #ifndef __ACTIONSETSNAPRESTRICTION_H__
2 #define __ACTIONSETSNAPRESTRICTION_H__
5 #include "actioninterface.h"
8 * This action changes the current additional snap mode.
10 * @author James Hammons
11 * @author Andrew Mustun
13 class ActionSetSnapRestriction: public ActionInterface
16 ActionSetSnapRestriction(EntityContainer & container, GraphicView & graphicView, RS2::SnapRestriction snapRes);
17 ~ActionSetSnapRestriction();
19 virtual void init(int status = 0);
20 virtual void trigger();
23 RS2::SnapRestriction snapRes;
26 #endif // __ACTIONSETSNAPRESTRICTION_H__