The History type exposes the following members.
Name | Description | |
---|---|---|
addCommand | ||
addLayerAdded |
Adds the LayerAddedCommand command to the history. |
|
addLayerMoved |
Adds the LayerMovedCommand command to the history. |
|
addLayerRemoved |
Adds the LayerRemovedCommand command to the history. |
|
addVObjectAdded |
Adds the VObjectAddedCommand command to the history. |
|
addVObjectChanged |
Adds the VObjectChangedCommand command to the history. |
|
addVObjectMoved |
Adds the VObjectMovedCommand command to the history. |
|
addVObjectRemoved |
Adds the VObjectRemovedCommand command to the history. |
|
clear |
Discards the redo and undo history. |
|
clearRedo |
Discards the redo history. |
|
clearUndo |
Discards the undo history. |
|
endVObjectGroupCommand | ||
lockHistory | ||
pauseTracking | ||
redo |
Redoes the last made change. |
|
resumeTracking | ||
startVObjectGroupCommand | ||
undo |
Undoes the last made change. |
Name | Description | |
---|---|---|
vObjectAddedFactMethod | ||
vObjectChangedFactMethod | ||
vObjectMovedFactMethod | ||
vObjectRemovedFactMethod |
Name | Description | |
---|---|---|
canRedo |
Gets the value indicating if the last action can be redone. |
|
canUndo |
Gets the value indicating if the last action can be undone. |
|
enable |
Gets or sets the value indicating if the undo/redo functionality is enabled. |
|
events |
Returns a list of client events of this history. |
|
maxUndoStepCount |
Gets or sets a maximum number of available undo steps. |
|
overflowMaxUndoStepCount | ||
trackingEnabled |
Gets or sets the value indicating if the tracking commands functionality is enabled. |
Name | Description | |
---|---|---|
changed |
Fires when the history is changed. |