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

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
 

Detailed Description

Document class for managing node graphs.

Author
Olympe Engine
Date
2026-02-18

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.