![]() |
Olympe Engine 2.0
2D Game Engine with ECS Architecture
|
Command pattern for undo/redo operations. More...
#include <string>#include <vector>#include <memory>
Include dependency graph for CommandSystem.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | Olympe::NodeGraph::ICommand |
| Base interface for all commands. More... | |
| class | Olympe::NodeGraph::CommandStack |
| Manages undo/redo stacks for commands. More... | |
Namespaces | |
| namespace | Olympe |
| < Provides AssetID and INVALID_ASSET_ID | |
| namespace | Olympe::NodeGraph |
Command pattern for undo/redo operations.
Implements Command pattern for all graph operations to enable undo/redo.
Definition in file CommandSystem.h.