|
QCAD Application Framework
CAD Application Development and Automation.
|
This module contains implementations of the ROperation Interface. Operations offer a convenient API to preview and apply common modifications to a drawing document (adding entities, changing entities, removing entities). More...
Classes | |
| class | RAddObjectOperation |
| Implementation of an operation that adds entities. More... | |
| class | RAddObjectsOperation |
| Implementation of an operation that adds entities. More... | |
| class | RChangePropertyOperation |
| Implementation of an operation that changes a given property to a given value for the selection in a document. More... | |
| class | RClipboardOperation |
| Base class for clipboard related operations (copy, cut, paste). More... | |
| class | RCopyOperation |
| Implementation of an operation that copies the selection of the given document to the clipboard. More... | |
| class | RDeleteAllEntitiesOperation |
| Implementation of an operation that adds entities. More... | |
| class | RDeleteObjectOperation |
| Implementation of an operation that deletes entities. More... | |
| class | RDeleteObjectsOperation |
| Implementation of an operation that deletes entities. More... | |
| class | RDeleteSelectionOperation |
| Implementation of an operation that deletes the selection of the given document to the clipboard. More... | |
| class | RMixedOperation |
| Implementation of an operation that adds, modifies and deletes entities. More... | |
| class | RModifyObjectOperation |
| Implementation of an operation that adds entities. More... | |
| class | RModifyObjectsOperation |
| Implementation of an operation that adds entities. More... | |
| class | RMoveReferencePointOperation |
| Implementation of an operation that moves a reference point by a given distance. More... | |
| class | RMoveSelectionOperation |
| Implementation of an operation that moves a selection by a given distance. More... | |
| class | RPasteOperation |
| Implementation of an operation that pastes the clipboard at a given reference point. More... | |
| class | RTransformation |
| Helper class for RModifyObjectsOperation::transformSelection. More... | |
| class | RTranslation |
| Helper class for RModifyObjectsOperation::transformSelection. More... | |
This module contains implementations of the ROperation Interface. Operations offer a convenient API to preview and apply common modifications to a drawing document (adding entities, changing entities, removing entities).