![]() |
Olympe Engine 2.0
2D Game Engine with ECS Architecture
|
Base command class for undo/redo in graph operations. More...
#include <string>#include <memory>
Include dependency graph for GraphCommand.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | Olympe::GraphCommand |
| Abstract base class for all graph modification commands. More... | |
Namespaces | |
| namespace | Olympe |
| < Provides AssetID and INVALID_ASSET_ID | |
Typedefs | |
| using | Olympe::GraphCommandPtr = std::unique_ptr< GraphCommand > |
Base command class for undo/redo in graph operations.
C++14 compliant - no C++17/20 features
Definition in file GraphCommand.h.