QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RDeleteSelectionOperation.h
Go to the documentation of this file.
1 #ifndef RDELETESELECTIONOPERATION_H
2 #define RDELETESELECTIONOPERATION_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:
22 
23  virtual RTransaction apply(RDocument& document, bool preview = false) const;
24  virtual void preview(RDocument& document, RExporter& exporter) const;
25 };
26 
28 
29 #endif