1 #ifndef __ACTIONLOCKRELATIVEZERO_H__
2 #define __ACTIONLOCKRELATIVEZERO_H__
4 #include "actioninterface.h"
7 * This action class can handle user events to lock or unlock
8 * the relative Zero point.
9 * It overrides but retains the locking of the relative Zero.
11 * @author James Hammons
14 class ActionLockRelativeZero: public ActionInterface
17 ActionLockRelativeZero(EntityContainer & container, GraphicView & graphicView, bool on);
18 ~ActionLockRelativeZero();
20 virtual void init(int status = 0);
21 virtual void trigger();
27 #endif // __ACTIONLOCKRELATIVEZERO_H__