-
Notifications
You must be signed in to change notification settings - Fork 2
Undo Redo System
The Undo-Redo-System is a tool that can be used to undo and redo various actions. The actions that are currently supported are the following:
- Creating menus
- Positioning, scaling and rotating of objects using the AppBar
- Resizing of the Kanban Board Columns via the handles
- Resizing of the Progress Bar via the handles
- Creating objects from the Visualization Shelf
- Moving shelves
- Removing Visualizations and shelves
The system can be extended by implementing a command for any function of the project (for developers).
The Undo-Redo-Menu can be accessed in the Main Menu.
By pressing the “Follow Me” button, the button following the player can be toggled on or off. For undoing and redoing actions you can press the “Undo” and “Redo” buttons which will indicate by their grey color if there is no action to be undone or redone.
The “History” button opens a new menu - the Undo-History menu. This menu displays the history of the actions that have been executed through which can be scrolled via the “Up” and “Down” buttons. In order to follow where the current state is, the correspondent action is changed to a blue color. Additionally, by pressing the square buttons on the left side of the menu the associated state is restored. Just like the Undo-Redo-Menu, the “Follow Me” behavior can be toggled.
-
User Manual
-
Code Documentation