QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RSnapAuto.h
Go to the documentation of this file.
1 #ifndef RSNAPAUTO_H
2 #define RSNAPAUTO_H
3 
4 #include "RSnap.h"
5 
6 class RMouseEvent;
7 class RGraphicsView;
8 
16 class RSnapAuto : public RSnap {
17 public:
18  virtual ~RSnapAuto() {}
19 
20  virtual RVector snap(
21  const RVector& position,
22  RGraphicsView& view,
23  double range=RNANDOUBLE
24  );
25 };
26 
28 
29 #endif