|
QCAD
Open Source 2D CAD
|
Functions | |
| void | endTransaction () |
| Ends a transaction. | |
| void | getOperation () |
| Returns the current operation if we are in a transaction or a new operation. | |
| void | getTransactionDocument () |
| Returns the RDocument the current transaction applies to or the current document or undefined. | |
| void | getTransactionDocumentInterface () |
| Returns the RDocumentInterface the current transaction applies to or the current document interface or undefined. | |
| void | startTransaction (void d) |
| Starts a transaction. | |