Expand description
Structs§
- UNDO
- Undo-redo service.
- Undo
Action Merge Args - Arguments for
UndoAction::merge
. - Undo
Manager - Undo-redo app extension.
- Undo
Stack Info - Snapshot of the undo or redo stacks in an
UNDO
scope. - Undo
Transaction - Represents captured undo actions in an
UNDO.transaction
operation. - Undo
VarModify Tag - Identifies var modify requests by undo/redo action.
- Widget
Undo Scope - Represents a widget undo scope.
Enums§
- Undo
Full Op - Represents a full undo/redo action.
- UndoOp
- Represents an undo/redo action.
Statics§
- CLEAR_
HISTORY_ CMD - Represents the clear history action.
- REDO_
CMD - Represents the redo action.
- UNDO_
CMD - Represents the undo action.
- UNDO_
INTERVAL_ VAR - Contextual undo interval.
- UNDO_
LIMIT_ VAR - Contextual undo limit.
Traits§
- Command
Undo Ext - Undo extension methods for commands.
- Redo
Action - Represents a single redo action.
- Undo
Action - Represents a single undo action.
- Undo
Info - Metadata info about an action registered for undo action.
- Undo
Select - Selects actions to undo or redo.
- Undo
Selector - Represents a type that can select actions for undo or redo once.
- Widget
Info Undo Ext - Undo extension methods for widget info.