QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RDeleteAllEntitiesOperation.h
Go to the documentation of this file.
1 #ifndef RDELETEALLENTITIESOBJECTSOPERATION_H
2 #define RDELETEALLENTITIESOBJECTSOPERATION_H
3 
4 #include <QList>
5 #include <QSharedPointer>
6 
7 #include "RDocument.h"
8 #include "RExporter.h"
9 #include "ROperation.h"
10 #include "RTransaction.h"
11 #include "RVector.h"
12 
13 class RObject;
14 
22 public:
25  }
26 
27  virtual RTransaction apply(RDocument& document, bool preview = false) const;
28  virtual void preview(RDocument& document, RExporter& exporter) const;
29 };
30 
32 
33 #endif