![]() |
GA::kit v0.3
G&A's in-house C++ application framework
|
#include <tint_component.h>
Public Attributes | |
| Color | color { 1.f } |
Protected Member Functions | |
| void | setNode (std::shared_ptr< Node > node) override |
Protected Member Functions inherited from ga::Component | |
| virtual void | update () |
| virtual void | draw () |
| virtual void | setNode (std::shared_ptr< Node > node) |
| virtual void | setScene (std::shared_ptr< Scene > scene) |
Protected Attributes | |
| ScopedConnection | m_connWillDraw |
| ScopedConnection | m_connDidDraw |
| Color | m_pGlobalColor |
Protected Attributes inherited from ga::Component | |
| std::weak_ptr< Node > | m_node |
Friends | |
| class | Node |
Additional Inherited Members | |
Public Member Functions inherited from ga::Component | |
| Component ()=default | |
| virtual | ~Component ()=default |
| Component (const Component &other) | |
| Component & | operator= (const Component &other) |
| std::shared_ptr< Node > | getNode () const |
|
inlineoverrideprotectedvirtual |
Reimplemented from ga::Component.
|
friend |
| Color ga::Tint::color { 1.f } |
|
protected |
|
protected |
|
protected |