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