49 COL_STATE leftColumnState = COL_STATE::EXPANDED;
50 COL_STATE last_leftColumnState = COL_STATE::EXPANDED;
52 COL_STATE rightColumnState = COL_STATE::EXPANDED;
53 COL_STATE last_rightColumnState = COL_STATE::EXPANDED;
60 addUIComponent<MenuDropdownPanel>();
61 addUIComponent<GraphLeftPanel>();
62 addUIComponent<GraphMiddlePanel>(usePython);
63 addUIComponent<GraphRightPanel>(usePython);
67 void OnImGuiRender()
override;