QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RRestrictHorizontal.h
Go to the documentation of this file.
1 #ifndef RRESTRICTHORIZONTAL_H
2 #define RRESTRICTHORIZONTAL_H
3 
4 #include "RSnapRestriction.h"
5 
14 public:
15  virtual ~RRestrictHorizontal() {}
16 
17  virtual RVector restrictSnap(const RVector& position, const RVector& relativeZero);
18 };
19 
21 
22 #endif