QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RDeleteObjectOperation.h
Go to the documentation of this file.
1 #ifndef RDELETEOBJECTOPERATION_H
2 #define RDELETEOBJECTOPERATION_H
3 
4 #include <QSharedPointer>
5 
7 #include "ROperation.h"
8 #include "RVector.h"
9 
10 class RDocument;
11 class RExporter;
12 class RObject;
13 
21 public:
22  RDeleteObjectOperation(QSharedPointer<RObject> object, bool undoable = true);
24  }
25 };
26 
28 
29 #endif