Structs§
- Undo
Entry Args - Represents an action in the undo or redo stack.
- Undo
History W
Undo/redo stack view.- Undo
Panel Args - Args to present the child of
UndoHistory!
. - Undo
Redo Button Style W
Menu style button for an entry in a undo/redo stack.- Undo
Stack Args - Represents an undo or redo stack.
Statics§
- GROUP_
BY_ UNDO_ INTERVAL_ VAR - If undo entries are grouped by the
UNDO.undo_interval
. - UNDO_
BUTTON_ STYLE_ FN_ VAR - Style for the default undo/redo entry
Button!
. - UNDO_
ENTRY_ FN_ VAR - Widget function for a single undo or redo entry.
- UNDO_
ENTRY_ VAR - Variable set in each undo/redo entry widget.
- UNDO_
PANEL_ FN_ VAR - Widget function for the
UndoHistory!
child. - UNDO_
STACK_ FN_ VAR - Widget function for an undo or redo stack.
- UNDO_
STACK_ VAR - Variable set in each undo/redo stack widget.
Functions§
- default_
undo_ entry_ fn - Default
UNDO_ENTRY_FN_VAR
. - default_
undo_ panel_ fn - Default
UNDO_PANEL_FN_VAR
. - default_
undo_ stack_ fn - Default
UNDO_STACK_FN_VAR
. - group_
by_ undo_ interval P
If undo entries are grouped by theUNDO.undo_interval
.- is_
cap_ hovered_ timestamp P
State is true when the widget is anundo_entry
and it is hovered, has captured the mouse or a sibling with higher timestamp is hovered/has cap.- op
c
Identifies what stack history is shown by the widget.- undo_
button_ style_ fn P
Extend or replace the undo/redo entry button style in a context.- undo_
entry P
Sets the undo/redo entry widget context.- undo_
entry_ fn P
Widget function that convertsUndoEntryArgs
to widgets.- undo_
panel_ fn P
Widget function that convertsUndoPanelArgs
to widgets.- undo_
stack P
Setups the context in an undo/redo stack widget.- undo_
stack_ fn P
Widget function that convertsUndoStackArgs
to widgets.