Public Member Functions |
| | RModifyObjectsOperation (bool undoable=true) |
| | RModifyObjectsOperation (QList< QSharedPointer< RObject > > &list, bool undoable=true) |
| void | transformSelection (RTransformation *transformation, RDocumentInterface *di, int copies, bool preview, bool selectResult, bool useCurrentAttributes) |
| virtual | ~RModifyObjectsOperation () |
| void | addObject (const QSharedPointer< RObject > &object, bool useCurrentAttributes=true) |
| virtual RTransaction | apply (RDocument &document, bool preview=false) const |
| | Applies this operation to selection in the given document.
|
| int | getPreviewCounter () const |
| | RAddObjectsOperation (bool undoable=true) |
| | RAddObjectsOperation (QList< QSharedPointer< RObject > > &list, bool useCurrentAttributes=true, bool undoable=true) |
| void | setLimitPreview (bool on) |
| virtual | ~RAddObjectsOperation () |
| RS::EntityType | getEntityTypeFilter () const |
| | ROperation (bool undoable=true, RS::EntityType entityTypeFilter=RS::EntityAll) |
| virtual | ~ROperation () |
Implementation of an operation that adds entities.
- Scriptable:
- This class is wrapped for script environments.