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

Public Member Functions

 GraphRightPanel (bool usePython)
 
void setConfig (const GraphRightConfig &cfg)
 
void update (float deltaTime) override
 
void OnImGuiRender () override
 
void availableFunctions ()
 
void ShowGroupComponents ()
 
void DrawBulkComponentControls (const std::vector< Entity * > &entityVec, const std::string &componentCategory, const std::string &uniqueID)
 
void CopyComponentValues (BaseComponent *source, BaseComponent *target, size_t size)
 
- Public Member Functions inherited from UIElement
template<typename T , typename... Args>
void addUIComponent (Args &&... args)
 
template<typename T >
T * getSubcomponent ()
 

Additional Inherited Members

- Static Public Member Functions inherited from UIElement
template<typename T >
static T * getUIComponent ()
 
- Public Attributes inherited from UIElement
std::vector< std::unique_ptr< UIElement > > subcomponents
 
UIElementparent = nullptr
 
- 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 GraphRightPanel::OnImGuiRender ( )
overridevirtual

Implements UIElement.

◆ update()

void GraphRightPanel::update ( float  deltaTime)
overridevirtual

Reimplemented from UIElement.


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