QCAD
Open Source 2D CAD
Loading...
Searching...
No Matches
RDeleteObjectOperation.h
Go to the documentation of this file.
1
20#ifndef RDELETEOBJECTOPERATION_H
21#define RDELETEOBJECTOPERATION_H
22
23#include "operations_global.h"
24
25#include <QSharedPointer>
26
28
29class RObject;
30
38public:
39 RDeleteObjectOperation(QSharedPointer<RObject> object, bool undoable = true);
41 }
42};
43
45
46#endif
Q_DECLARE_METATYPE(RMath *)
Implementation of an operation that deletes entities.
Definition RDeleteObjectOperation.h:37
virtual ~RDeleteObjectOperation()
Definition RDeleteObjectOperation.h:40
Implementation of an operation that deletes entities.
Definition RDeleteObjectsOperation.h:40
Abstract base class for all objects.
Definition RObject.h:64
#define QCADOPERATIONS_EXPORT
Definition operations_global.h:10