QCAD
Open Source 2D CAD
Loading...
Searching...
No Matches
RDeleteSelectionOperation.h
Go to the documentation of this file.
1
20#ifndef RDELETESELECTIONOPERATION_H
21#define RDELETESELECTIONOPERATION_H
22
23#include "operations_global.h"
24
25#include "RClipboardOperation.h"
26
27class RDocument;
28
37public:
40
41 virtual RTransaction apply(RDocument& document, bool preview = false);
42};
43
45
46#endif
Q_DECLARE_METATYPE(RMath *)
Base class for clipboard related operations (copy, cut, paste).
Definition RClipboardOperation.h:48
virtual RTransaction apply(RDocument &document, bool preview=false)
Applies this operation to selection in the given document.
Definition RClipboardOperation.h:53
Implementation of an operation that deletes the selection of the given document to the clipboard.
Definition RDeleteSelectionOperation.h:36
virtual ~RDeleteSelectionOperation()
Definition RDeleteSelectionOperation.h:39
A graphics document contains and owns entities, layers, user coordinate systems, variables,...
Definition RDocument.h:78
Transaction implementation.
Definition RTransaction.h:73
#define QCADOPERATIONS_EXPORT
Definition operations_global.h:10