|
| enum | COL_STATE { COLLAPSED
, EXPANDED
} |
| |
|
|
| GraphEditorLayer (bool usePython) |
| |
|
void | setConfig (const GraphEditorLayerConfig &cfg) |
| |
| void | OnImGuiRender () override |
| |
| virtual void | update (float deltaTime=0.0f) |
| |
|
template<typename T , typename... Args> |
| void | addUIComponent (Args &&... args) |
| |
|
template<typename T > |
| T * | getSubcomponent () |
| |
|
|
COL_STATE | leftColumnState = COL_STATE::EXPANDED |
| |
|
COL_STATE | last_leftColumnState = COL_STATE::EXPANDED |
| |
|
COL_STATE | rightColumnState = COL_STATE::EXPANDED |
| |
|
COL_STATE | last_rightColumnState = COL_STATE::EXPANDED |
| |
|
std::vector< std::unique_ptr< UIElement > > | subcomponents |
| |
|
UIElement * | parent = nullptr |
| |
|
|
template<typename T > |
| static T * | getUIComponent () |
| |
|
static std::unordered_map< std::type_index, UIElement * > | uiComponentRegistry |
| |
|
std::string | name |
| |
|
bool | visible = true |
| |
◆ OnImGuiRender()
| void GraphEditorLayer::OnImGuiRender |
( |
| ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files:
- /mnt/c/Users/lefte/Mujin/MastersThesis/Taz/TazGraph/TazGraph/Src/EditorIMGUI/GraphEditorLayer/GraphEditorLayer.h
- /mnt/c/Users/lefte/Mujin/MastersThesis/Taz/TazGraph/TazGraph/Src/EditorIMGUI/GraphEditorLayer/GraphEditorLayer.cpp