score::Component Class Referenceabstract
A component adds custom data to an Entity. More...
Inheritance diagram for score::Component:
Detailed Description
Public Member Functions | |
Component (QObject *parent) | |
Component (const QString &name, QObject *parent) | |
virtual UuidKey< score::Component > | key () const noexcept=0 |
virtual bool | key_match (UuidKey< score::Component > other) const noexcept=0 |
The documentation for this class was generated from the following files:
- lib/score/model/Component.hpp
- lib/score/model/Component.cpp