Olympe Engine 2.0
2D Game Engine with ECS Architecture
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
GraphCommand.h File Reference

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 >
 

Detailed Description

Base command class for undo/redo in graph operations.

Author
Olympe Engine

C++14 compliant - no C++17/20 features

Definition in file GraphCommand.h.