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