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

Singleton manager for multiple node graphs. More...

#include "GraphDocument.h"
#include <map>
#include <memory>
+ Include dependency graph for NodeGraphManager.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Olympe::NodeGraph::NodeGraphManager
 Singleton manager for multiple node graphs. More...
 

Namespaces

namespace  Olympe
 < Provides AssetID and INVALID_ASSET_ID
 
namespace  Olympe::NodeGraph
 

Detailed Description

Singleton manager for multiple node graphs.

Author
Olympe Engine
Date
2026-02-18

Manages multiple graph documents with tab-like interface. Handles graph lifecycle (create, load, save, close) and active graph selection.

Definition in file NodeGraphManager.h.