Northwoods.Go Assembly > Northwoods.Go Namespace : GoUndoManager Class |
For a list of all members of this type, see GoUndoManager members.
Name | Description | |
---|---|---|
AbortTransaction | Just call EndTransaction, aborting the current transaction. | |
AddDocument | Make sure this undo manager knows about a GoDocument for which it is receiving document Changed event notifications. | |
CanRedo | This predicate is true when one can call Redo. | |
CanUndo | This predicate is true when one can call Undo. | |
Clear | Clear all of the GoUndoManagerCompoundEdits and reset all other state. | |
CommitCompoundEdit | This method is called by EndTransaction when committing a compound edit. | |
DocumentChanged | Create an IGoUndoableEdit for a GoDocument Changed event. | |
EndTransaction | Stop the current transaction, either aborting it or committing it. | |
FinishTransaction | Just call EndTransaction, committing the current transaction, with the presentation name for the given transaction name. | |
GetPresentationName | Look up a string in a ResourceManager . | |
Redo | Restore the state of some documents to after the current IGoUndoableEdit. | |
RemoveDocument | Call this method to inform this undo manager that it no longer will be notified of document Changed events. | |
SkipEvent | This predicate is responsible for deciding if a GoChangedEventArgs is not interesting enough to be recorded. | |
StartTransaction | Begin a transaction, where the changes are held by a GoUndoManagerCompoundEdit. | |
Undo | Restore the state of some documents to before the current IGoUndoableEdit. |