Crate zng_ext_undo
source ·Expand description
Structs§
- Undo-redo service.
- Arguments for
UndoAction::merge
. - Undo-redo app extension.
- Snapshot of the undo or redo stacks in an
UNDO
scope. - Represents captured undo actions in an
UNDO.transaction
operation. - Identifies var modify requests by undo/redo action.
- Represents a widget undo scope.
Enums§
- Represents a full undo/redo action.
- Represents an undo/redo action.
Statics§
- Represents the clear history action.
- Represents the redo action.
- Represents the undo action.
- Contextual undo interval.
- Contextual undo limit.
Traits§
- Undo extension methods for commands.
- Represents a single redo action.
- Represents a single undo action.
- Metadata info about an action registered for undo action.
- Selects actions to undo or redo.
- Represents a type that can select actions for undo or redo once.
- Undo extension methods for widget info.