![]() |
Olympe Engine 2.0
2D Game Engine with ECS Architecture
|
Document class for managing node graphs. More...
#include "NodeGraphCore.h"#include "NodeAnnotations.h"#include "BlackboardSystem.h"#include "../json_helper.h"#include <memory>
Include dependency graph for GraphDocument.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | Olympe::NodeGraph::GraphDocument |
| Main document class for a node graph. More... | |
Namespaces | |
| namespace | Olympe |
| < Provides AssetID and INVALID_ASSET_ID | |
| namespace | Olympe::NodeGraph |
Document class for managing node graphs.
Manages a single node graph with CRUD operations, validation, and JSON serialization. Supports generic node graphs for any editor type.
Definition in file GraphDocument.h.