Implementation of an operation that pastes the clipboard at a given reference point.
More...
|
virtual RTransaction | apply (RDocument &document, bool preview=false) |
| Applies this operation to selection in the given document.
|
|
QString | getBlockName () |
|
RPolyline | getBoundary (double unitFactor) |
|
RVector | getCenter () |
|
bool | getFlipHorizontal () |
|
bool | getFlipVertical () |
|
QString | getLayerName () |
|
RVector | getOffset () |
|
bool | getOverwriteBlocks () |
|
bool | getOverwriteLayers () |
|
double | getRotation () |
|
double | getScale () |
|
bool | getToCurrentLayer () |
|
| RPasteOperation (RDocument &sourceDocument) |
| Copyright (c) 2011-2018 by Andrew Mustun.
|
|
void | setAttribute (const QString &tag, const QString &value) |
|
void | setBlockName (const QString &blockName) |
|
void | setBlockProperty (const QString &name, const QString &value) |
|
void | setCenter (const RVector ¢ers) |
|
void | setCenters (const QList< RVector > ¢ers) |
|
void | setFlipHorizontal (bool flipHorizontal) |
|
void | setFlipVertical (bool flipVertical) |
|
void | setLayerName (const QString &layerName) |
|
void | setOffset (const RVector &offset) |
|
void | setOffsets (const QList< RVector > &offsets) |
|
void | setOverwriteBlocks (bool overwriteBlocks) |
|
void | setOverwriteLayers (bool overwriteLayers) |
|
void | setProperty (const QString &name, const QString &value) |
|
void | setRotation (double rotation) |
|
void | setRotations (const QList< double > &rotations) |
|
void | setScale (double scale) |
|
void | setToCurrentLayer (bool toCurrentLayer) |
|
virtual | ~RPasteOperation () |
|
void | copy (RDocument &src, RDocument &dest, const RVector &offset, double scale, double rotation, const RVector ¢er, bool flipHorizontal, bool flipVertical, bool toCurrentLayer, bool toCurrentBlock, bool overwriteLayers, bool overwriteBlocks, const QString &blockName, const QString &layerName, RTransaction &transaction, bool selectionOnly, bool clear, bool toModelSpaceBlock, bool preview) |
|
void | copy (RDocument &src, RDocument &dest, const RVector &offset, double scale, double rotation, const RVector ¢er, bool flipHorizontal, bool flipVertical, bool toCurrentLayer, bool toCurrentBlock, bool overwriteLayers, bool overwriteBlocks, const QString &blockName, const QString &layerName, RTransaction &transaction, bool selectionOnly, bool clear, bool toModelSpaceBlock, bool preview, const RQMapQStringQString &attributes, const RQMapQStringQString &properties, const RQMapQStringQString &blockProperties) |
|
QSharedPointer< RBlock > | copyBlock (RObject::Id blockId, RDocument &src, RDocument &dest, bool overwriteBlocks, bool toCurrentBlock, const QString &blockName, RTransaction &transaction) |
|
void | copyEntity (REntity &entity, RDocument &src, RDocument &dest, const RVector &offset, double scale, double unitScale, double rotation, const RVector ¢er, bool flipHorizontal, bool flipVertical, bool toCurrentLayer, bool toCurrentBlock, bool overwriteLayers, bool overwriteBlocks, const QString &blockName, const QString &layerName, RTransaction &transaction, bool toModelSpaceBlock) |
|
void | copyEntity (REntity &entity, RDocument &src, RDocument &dest, const RVector &offset, double scale, double unitScale, double rotation, const RVector ¢er, bool flipHorizontal, bool flipVertical, bool toCurrentLayer, bool toCurrentBlock, bool overwriteLayers, bool overwriteBlocks, const QString &blockName, const QString &layerName, RTransaction &transaction, bool toModelSpaceBlock, const RQMapQStringQString &attributes) |
| Adds the given entity (and its layer(s) and block reference(s)) to the given document.
|
|
QSharedPointer< RBlock > | copyEntityBlock (REntity &entity, RDocument &src, RDocument &dest, bool overwriteBlocks, bool toCurrentBlock, const QString &blockName, RTransaction &transaction) |
|
QSharedPointer< RLayer > | copyEntityLayer (REntity &entity, RDocument &src, RDocument &dest, bool overwriteLayers, RTransaction &transaction) |
|
QSharedPointer< RLinetype > | copyEntityLinetype (REntity &entity, RDocument &src, RDocument &dest, bool overwriteLinetypes, RTransaction &transaction) |
|
QSharedPointer< RLayer > | copyLayer (RObject::Id layerId, RDocument &src, RDocument &dest, bool overwriteLayers, RTransaction &transaction) |
|
QSharedPointer< RLinetype > | copyLinetype (RObject::Id linetypeId, RDocument &src, RDocument &dest, bool overwriteLinetypes, RTransaction &transaction) |
|
virtual RBlockReferenceEntity * | createBlockReferenceEntity (RDocument &doc, RS::EntityType customEntityType, const RBlockReferenceData &data) |
|
| RClipboardOperation () |
| Copyright (c) 2011-2018 by Andrew Mustun.
|
|
void | setBlockOwnership (bool on) |
|
void | setCopyAllLayers (bool on) |
|
void | setCopyEmptyBlocks (bool on) |
|
void | setCustomEntityType (RS::EntityType t) |
|
void | setKeepSelection (bool on) |
|
virtual | ~RClipboardOperation () |
|
RS::EntityType | getEntityTypeFilter () const |
|
QString | getText () const |
|
int | getTransactionGroup () const |
|
bool | getTransactionType (RTransaction::Type t) const |
|
RTransaction::Types | getTransactionTypes () const |
|
| ROperation (bool undoable=true, RS::EntityType entityTypeFilter=RS::EntityAll) |
|
void | setAllowAll (bool on) |
|
void | setAllowInvisible (bool on) |
|
void | setKeepChildren (bool on) |
| Keep child entities (e.g.
|
|
void | setRecordAffectedObjects (bool on) |
|
void | setSpatialIndexDisabled (bool on) |
|
void | setText (const QString &t) |
|
void | setTransactionGroup (int g) |
|
void | setTransactionType (RTransaction::Type t, bool on=true) |
|
virtual | ~ROperation () |
|
void | doDelete () |
|
Implementation of an operation that pastes the clipboard at a given reference point.
- Scriptable:\nThis class is available in script environments.\n