Implementation of an operation that copies the selection of the given document to the clipboard.
More...
Additional Inherited Members |
| void | copy (RDocument &src, RDocument &dest, const RVector &offset, double scale, double rotation, bool flipHorizontal, bool flipVertical, bool toCurrentLayer, bool toCurrentBlock, bool overwriteLayers, bool overwriteBlocks, const QString &blockName, RTransaction &transaction, bool selectionOnly, bool clear, bool toModelSpaceBlock, bool preview) const |
| void | copyEntity (REntity &entity, RDocument &src, RDocument &dest, const RVector &offset, double scale, double rotation, bool flipHorizontal, bool flipVertical, bool toCurrentLayer, bool toCurrentBlock, bool overwriteLayers, bool overwriteBlocks, const QString &blockName, RTransaction &transaction, bool toModelSpaceBlock) const |
| | Adds the given entity (and its layer(s) and block reference(s)) to the given document.
|
| QSharedPointer< RLayer > | copyEntityLayer (REntity &entity, RDocument &src, RDocument &dest, bool overwriteLayers, RTransaction &transaction) const |
Implementation of an operation that copies the selection of the given document to the clipboard.
- Scriptable:
- This class is wrapped for script environments.