|
QCAD Application Framework
CAD Application Development and Automation.
|
Implementation of an operation that adds entities. More...
#include <RAddObjectOperation.h>
Public Member Functions | |
| RAddObjectOperation () | |
| RAddObjectOperation (QSharedPointer< RObject > object, bool useCurrentAttributes=true, bool undoable=true) | |
| virtual | ~RAddObjectOperation () |
Public Member Functions inherited from RAddObjectsOperation | |
| 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 () |
Public Member Functions inherited from ROperation | |
| RS::EntityType | getEntityTypeFilter () const |
| ROperation (bool undoable=true, RS::EntityType entityTypeFilter=RS::EntityAll) | |
| virtual | ~ROperation () |
Implementation of an operation that adds entities.
|
inline |
| RAddObjectOperation::RAddObjectOperation | ( | QSharedPointer< RObject > | object, |
| bool | useCurrentAttributes = true, |
||
| bool | undoable = true |
||
| ) |
|
inlinevirtual |