QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RMoveReferencePointOperation.h
Go to the documentation of this file.
1 #ifndef RMOVEREFERENCEPOINTOPERATION_H
2 #define RMOVEREFERENCEPOINTOPERATION_H
3 
4 #include "RDocument.h"
5 #include "RExporter.h"
6 #include "ROperation.h"
7 #include "RVector.h"
8 
9 class REntity;
10 
19 public:
22  );
24 
25  virtual RTransaction apply(RDocument& document, bool preview = false) const;
26 
27 private:
30 };
31 
33 
34 #endif