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

Public Member Functions

 UILabel (Manager *manager, std::string lab, std::string fontFam)
 
void init () override
 
void update (float deltaTime) override
 
void draw (size_t e_index, PlaneModelRenderer &batch, TazGraphEngine::Window &window) override
 
void setLetters (std::string lab)
 
std::string GetComponentName () override
 
- Public Member Functions inherited from BaseComponent
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 ()
 

Public Attributes

TransformComponenttransform = nullptr
 
- Public Attributes inherited from Component
Entityentity = nullptr
 
- Public Attributes inherited from BaseComponent
ComponentID id = 0u
 

Member Function Documentation

◆ draw()

void UILabel::draw ( size_t  e_index,
PlaneModelRenderer batch,
TazGraphEngine::Window window 
)
inlineoverridevirtual

Reimplemented from BaseComponent.

◆ GetComponentName()

std::string UILabel::GetComponentName ( )
inlineoverridevirtual

Reimplemented from BaseComponent.

◆ init()

void UILabel::init ( )
inlineoverridevirtual

Reimplemented from BaseComponent.

◆ update()

void UILabel::update ( float  deltaTime)
inlineoverridevirtual

Reimplemented from BaseComponent.


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