QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RSnapReference.h
Go to the documentation of this file.
1 #ifndef RSNAPREFERENCE_H
2 #define RSNAPREFERENCE_H
3 
4 #include "RSnapEntityBase.h"
5 #include "REntity.h"
6 
7 class RMouseEvent;
8 
17 public:
18  virtual ~RSnapReference() {}
19 
20 protected:
21  virtual QList<RVector> snapEntity(
22  QSharedPointer<REntity> entity,
23  const RVector& point,
24  const RBox& queryBox,
25  RGraphicsView& view);
26 };
27 
29 
30 #endif