20#ifndef RCOPYOPERATION_H
21#define RCOPYOPERATION_H
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 copies the selection of the given document to the clipboard.
Definition RCopyOperation.h:37
virtual ~RCopyOperation()
Definition RCopyOperation.h:40
RDocument & src
Definition RCopyOperation.h:51
bool clear
Definition RCopyOperation.h:49
RVector offset
Definition RCopyOperation.h:50
void setClear(bool on)
Definition RCopyOperation.h:44
A graphics document contains and owns entities, layers, user coordinate systems, variables,...
Definition RDocument.h:78
Transaction implementation.
Definition RTransaction.h:73
Represents a 3d vector (x/y/z).
Definition RVector.h:47
#define QCADOPERATIONS_EXPORT
Definition operations_global.h:10