GoDiagram Web Reference
GoUndoManagerCompoundEdit Class Members
Properties  Methods 


The following tables list the members exposed by GoUndoManagerCompoundEdit.

Public Constructors
 NameDescription
Public ConstructorGoUndoManagerCompoundEdit ConstructorConstruct an empty list of edits.  
Top
Public Properties
 NameDescription
Public PropertyAllEditsGets a list of all the IGoUndoableEdits in this compound edit.  
Public PropertyIsCompleteGets or sets whether we can add more undoable edits to this compound edit.  
Public PropertyPresentationNameGets the user-visible string description of this compound edit.  
Top
Public Methods
 NameDescription
Public MethodAddEditAdd an IGoUndoableEdit to the end of the list.  
Public MethodCanRedoThis predicate returns true if you can call Redo-- namely when IsComplete is true.  
Public MethodCanUndoThis predicate returns true if you can call Undo-- namely when IsComplete is true.  
Public MethodClearClear all of the IGoUndoableEdits and forget all references to them.  
Public MethodRedoRedo all of the IGoUndoableEdits, in forwards order.  
Public MethodUndoUndo all of the IGoUndoableEdits, in reverse order.  
Top
See Also

Reference

GoUndoManagerCompoundEdit Class
Northwoods.GoWeb Namespace

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback