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