QCAD
Open Source 2D CAD
Loading...
Searching...
No Matches
RModifyObjectOperation.h
Go to the documentation of this file.
1
20#ifndef RMODIFYOBJECTOPERATION_H_
21#define RMODIFYOBJECTOPERATION_H_
22
23#include "operations_global.h"
24
25#include "RAddObjectOperation.h"
26
34public:
35 RModifyObjectOperation(QSharedPointer<RObject> object, bool undoable = true);
37};
38
40
41#endif /* RMODIFYOBJECTOPERATION_H_ */
Q_DECLARE_METATYPE(RModifyObjectOperation *)
Implementation of an operation that adds entities.
Definition RAddObjectOperation.h:37
Copyright (c) 2011-2018 by Andrew Mustun.
Definition RModifyObjectOperation.h:33
virtual ~RModifyObjectOperation()
Definition RModifyObjectOperation.h:36
#define QCADOPERATIONS_EXPORT
Definition operations_global.h:10