|
QCAD Application Framework
CAD Application Development and Automation.
|
Implementation of an operation that adds, modifies and deletes entities. More...
#include <RMixedOperation.h>
Public Types | |
| enum | Mode { NoMode = 0x0, UseCurrentAttributes = 0x1, Delete = 0x2 } |
Public Member Functions | |
| QSharedPointer< RObject > | addObject (const QSharedPointer< RObject > &obj, bool useCurrentAttributes=true) |
| virtual RTransaction | apply (RDocument &document, bool preview=false) const |
| Applies this operation to selection in the given document. | |
| void | deleteObject (const QSharedPointer< RObject > &obj) |
| RMixedOperation (bool undoable=true) | |
| virtual | ~RMixedOperation () |
Public Member Functions inherited from ROperation | |
| RS::EntityType | getEntityTypeFilter () const |
| ROperation (bool undoable=true, RS::EntityType entityTypeFilter=RS::EntityAll) | |
| virtual | ~ROperation () |
Protected Member Functions | |
| bool | getMode (const RMixedOperation::Modes &modes, RMixedOperation::Mode mode) const |
| void | setMode (RMixedOperation::Modes &modes, RMixedOperation::Mode mode, bool on=true) |
Private Attributes | |
| QList< QPair< QSharedPointer < RObject >, Modes > > | list |
Additional Inherited Members | |
Protected Attributes inherited from ROperation | |
| RS::EntityType | entityTypeFilter |
| bool | undoable |
Implementation of an operation that adds, modifies and deletes entities.
| RMixedOperation::RMixedOperation | ( | bool | undoable = true | ) |
|
inlinevirtual |
| QSharedPointer< RObject > RMixedOperation::addObject | ( | const QSharedPointer< RObject > & | obj, |
| bool | useCurrentAttributes = true |
||
| ) |
|
virtual |
Applies this operation to selection in the given document.
This is used for both previews and the actual apply. In case of a preview, the given document is a temporary document with a storage that is linked to the real document for realistic condiditions for the preview.
Implements ROperation.
| void RMixedOperation::deleteObject | ( | const QSharedPointer< RObject > & | obj | ) |
|
protected |
|
protected |
|
private |