TazGraph Project v0.1.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | List of all members
GraphEditorLayer Class Reference
Inheritance diagram for GraphEditorLayer:
Inheritance graph
[legend]
Collaboration diagram for GraphEditorLayer:
Collaboration graph
[legend]

Public Types

enum  COL_STATE { COLLAPSED , EXPANDED }
 

Public Member Functions

 GraphEditorLayer (bool usePython)
 
void setConfig (const GraphEditorLayerConfig &cfg)
 
void OnImGuiRender () override
 
- Public Member Functions inherited from UIElement
virtual void update (float deltaTime=0.0f)
 
template<typename T , typename... Args>
void addUIComponent (Args &&... args)
 
template<typename T >
T * getSubcomponent ()
 

Public Attributes

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
 
- Public Attributes inherited from UIElement
std::vector< std::unique_ptr< UIElement > > subcomponents
 
UIElementparent = nullptr
 

Additional Inherited Members

- Static Public Member Functions inherited from UIElement
template<typename T >
static T * getUIComponent ()
 
- Static Public Attributes inherited from UIElement
static std::unordered_map< std::type_index, UIElement * > uiComponentRegistry
 
- Protected Attributes inherited from UIElement
std::string name
 
bool visible = true
 

Member Function Documentation

◆ OnImGuiRender()

void GraphEditorLayer::OnImGuiRender ( )
overridevirtual

Implements UIElement.


The documentation for this class was generated from the following files: