|
RType
|
#include <IComponent.hpp>

Public Member Functions | |
| virtual | ~IComponentRType ()=default |
| Construct a new IComponentRType object. More... | |
| virtual char * | getAttribute () const =0 |
| getAttribute, get the attribute More... | |
| virtual void | setAttribute (std::string attribute)=0 |
| setAttribute, set the attribute More... | |
Protected Attributes | |
| char * | _attribute |
Definition at line 11 of file IComponent.hpp.
|
virtualdefault |
Construct a new IComponentRType object.
|
pure virtual |
getAttribute, get the attribute
Implemented in Timer, Spawnable, Animatable, and Drawable.
|
pure virtual |
setAttribute, set the attribute
| attribute |
Implemented in Timer, Spawnable, Animatable, and Drawable.
|
protected |
Definition at line 36 of file IComponent.hpp.
Referenced by Animatable::Animatable(), Drawable::Drawable(), Drawable::getAttribute(), Animatable::getAttribute(), Timer::getAttribute(), Drawable::getPacket(), Drawable::setAttribute(), Animatable::setAttribute(), Timer::setAttribute(), and Timer::Timer().