4#include "../../UIElement.h"
6#include "ViewportPanel/ViewportPanel.h"
7#include "GraphTopBar/GraphTopBar.h"
8#include "../PythonInterpreterPanel/PythonInterpreterPanel.h"
14 ImVec2* c_viewportPos;
15 ImVec2* c_viewportSize;
30 addUIComponent<GraphTopBar>();
31 addUIComponent<ViewportPanel>();
33 addUIComponent<PythonInterpreterPanel>();
38 void OnImGuiRender()
override;
Definition Framebuffer.h:6
Definition GraphMiddlePanel.h:21
Definition UIElement.h:16
Definition GraphMiddlePanel.h:10