Olympe Engine 2.0
2D Game Engine with ECS Architecture
Loading...
Searching...
No Matches
Namespaces | Functions | Variables
NodeGraphPanel.cpp File Reference
#include "NodeGraphPanel.h"
#include "BlueprintEditor.h"
#include "EditorContext.h"
#include "EntityInspectorManager.h"
#include "NodeGraphManager.h"
#include "EnumCatalogManager.h"
#include "CommandSystem.h"
#include "../third_party/imgui/imgui.h"
#include "../third_party/imnodes/imnodes.h"
#include <iostream>
#include <vector>
#include <cstring>
#include <cmath>
+ Include dependency graph for NodeGraphPanel.cpp:

Go to the source code of this file.

Namespaces

namespace  anonymous_namespace{NodeGraphPanel.cpp}
 
namespace  Olympe
 

Functions

ImVec2 anonymous_namespace{NodeGraphPanel.cpp}::ScreenSpaceToGridSpace (const ImVec2 &screenPos)
 

Variables

constexpr int anonymous_namespace{NodeGraphPanel.cpp}::GRAPH_ID_MULTIPLIER = 10000
 
constexpr int anonymous_namespace{NodeGraphPanel.cpp}::ATTR_ID_MULTIPLIER = 100
 
constexpr int anonymous_namespace{NodeGraphPanel.cpp}::LINK_ID_MULTIPLIER = 100000