Trees | Indices | Help |
|
---|
|
object --+ | TableUndo
Binds a Table to a qubx.undo.UndoStack.
Simply create a TableUndo object, and all edits are pushed to the undo stack. You still have to seal_undo to mark each restore point (that way several edits can be sealed as a single undo).
To disassociate the table and the undoStack, call .dispose().
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
ref | |||
table | |||
undoStack | |||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Disassociates the table from the undoStack. No more undos are pushed. |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Dec 15 19:07:38 2017 | http://epydoc.sourceforge.net |