VSHistoryManger class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- historyIndex ↔ int
-
The current index of the history
getter/setter pair
- provider ↔ VSNodeDataProvider
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
loadHistory(
) → void -
Loads the state of
_history
at the current historyIndex -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
redo(
) → bool -
Will overwrite the current nodes with the next state according to
_future
-
toString(
) → String -
A string representation of this object.
inherited
-
undo(
) → bool -
Will overwrite the current nodes with the last state according to
_history
-
updateHistory(
) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited