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

Public Member Functions

void StartPolling (const std::string &file, float delayInSeconds)
 
void update (float deltaTime) override
 
std::string GetComponentName () override
 
- Public Member Functions inherited from BaseComponent
virtual void init ()
 
virtual void draw (size_t e_index, PlaneModelRenderer &batch, TazGraphEngine::Window &window)
 
virtual void draw (size_t e_index, LineRenderer &batch, TazGraphEngine::Window &window)
 
virtual void draw (size_t e_index, PlaneColorRenderer &batch, TazGraphEngine::Window &window)
 
virtual void draw (size_t e_index, LightRenderer &batch, TazGraphEngine::Window &window)
 
virtual void showGUI ()
 

Additional Inherited Members

- Public Attributes inherited from NodeComponent
NodeEntityentity = nullptr
 
- Public Attributes inherited from BaseComponent
ComponentID id = 0u
 

Member Function Documentation

◆ GetComponentName()

std::string PollingComponent::GetComponentName ( )
inlineoverridevirtual

Reimplemented from BaseComponent.

◆ update()

void PollingComponent::update ( float  deltaTime)
inlineoverridevirtual

Reimplemented from BaseComponent.


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