|
QCAD Application Framework
CAD Application Development and Automation.
|
Implementation of an operation that deletes entities. More...
#include <RDeleteObjectsOperation.h>
Public Member Functions | |
| virtual RTransaction | apply (RDocument &document, bool preview=false) const |
| Applies this operation to selection in the given document. | |
| void | deleteObject (const QSharedPointer< RObject > &o) |
| virtual void | preview (RDocument &document, RExporter &exporter) const |
| RDeleteObjectsOperation (bool undoable=true) | |
| RDeleteObjectsOperation (QList< QSharedPointer< RObject > > &list, bool undoable=true) | |
| virtual | ~RDeleteObjectsOperation () |
Public Member Functions inherited from ROperation | |
| RS::EntityType | getEntityTypeFilter () const |
| ROperation (bool undoable=true, RS::EntityType entityTypeFilter=RS::EntityAll) | |
| virtual | ~ROperation () |
Private Attributes | |
| QList< QSharedPointer< RObject > > | list |
Additional Inherited Members | |
Protected Attributes inherited from ROperation | |
| RS::EntityType | entityTypeFilter |
| bool | undoable |
Implementation of an operation that deletes entities.
| RDeleteObjectsOperation::RDeleteObjectsOperation | ( | bool | undoable = true | ) |
| RDeleteObjectsOperation::RDeleteObjectsOperation | ( | QList< QSharedPointer< RObject > > & | list, |
| bool | undoable = true |
||
| ) |
|
inlinevirtual |
|
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 RDeleteObjectsOperation::deleteObject | ( | const QSharedPointer< RObject > & | o | ) |
|
private |