|
QCAD Application Framework
CAD Application Development and Automation.
|
This is the complete list of members for RTransaction, including all inherited members.
| addAffectedObject(RObject::Id objectId) | RTransaction | |
| addAffectedObject(QSharedPointer< RObject > object) | RTransaction | |
| addAffectedObjects(const QSet< RObject::Id > &objectIds) | RTransaction | |
| addObject(QSharedPointer< RObject > obj, bool useCurrentAttributes=true, const QSet< RPropertyTypeId > &modifiedPropertyTypeIds=RDEFAULT_QSET_RPROPERTYTYPEID) | RTransaction | |
| addPropertyChange(RObject::Id objectId, const RPropertyChange &propertyChange) | RTransaction | protected |
| affectedObjects | RTransaction | protected |
| allowAll | RTransaction | protected |
| allowInvisible | RTransaction | protected |
| appendChild(RTransaction &t) | RTransaction | protected |
| childTransactions | RTransaction | protected |
| commit() | RTransaction | protected |
| deleteObject(RObject::Id objectId, RDocument *document) | RTransaction | |
| deleteObject(QSharedPointer< RObject > object, RDocument *document) | RTransaction | |
| end() | RTransaction | |
| fail() | RTransaction | |
| failed | RTransaction | protected |
| getAffectedObjects() | RTransaction | inline |
| getId() | RTransaction | inline |
| getPropertyChanges() | RTransaction | inline |
| getStatusChanges() | RTransaction | inline |
| getText() | RTransaction | inline |
| hasOnlyChanges() | RTransaction | inline |
| isFailed() | RTransaction | inline |
| isUndoable() | RTransaction | inline |
| onlyChanges | RTransaction | protected |
| overwriteBlock(QSharedPointer< RBlock > block) | RTransaction | |
| overwrittenBlockReferences | RTransaction | protected |
| propertyChanges | RTransaction | protected |
| recordAffectedObjects | RTransaction | protected |
| redo(RDocument *objectContainer=NULL) | RTransaction | virtual |
| rollback() | RTransaction | protected |
| RTransaction() | RTransaction | |
| RTransaction(RStorage &storage) | RTransaction | |
| RTransaction(RStorage &storage, int transactionId, const QString &text, const QList< RObject::Id > &affectedObjects, const QMap< RObject::Id, QList< RPropertyChange > > &propertyChanges, RTransaction *parent=NULL) | RTransaction | |
| RTransaction(RStorage &storage, const QString &text, bool undoable=true, RTransaction *parent=NULL) | RTransaction | |
| setAllowAll(bool on) | RTransaction | inline |
| setAllowInvisible(bool on) | RTransaction | inline |
| setId(int id) | RTransaction | inline |
| setRecordAffectedObjects(bool on) | RTransaction | inline |
| setSpatialIndexDisabled(bool on) | RTransaction | inline |
| spatialIndexDisabled | RTransaction | protected |
| statusChanges | RTransaction | protected |
| storage | RTransaction | protected |
| text | RTransaction | protected |
| transactionId | RTransaction | protected |
| undo(RDocument *objectContainer=NULL) | RTransaction | virtual |
| undoable | RTransaction | protected |
| updateOverwrittenBlockReferences() | RTransaction | |
| ~RTransaction() | RTransaction | virtual |