![]() |
Jopnal Engine
alpha 0.4
Simple Component Based 2D/3D Game Engine
|
This is the complete list of members for jop::Component, including all inherited members.
Component(Object &object, const uint32 ID) | jop::Component | protected |
Component(const Component &other, Object &newObj) | jop::Component | protected |
getID() const | jop::Component | |
getObject() | jop::Component | |
getObject() const | jop::Component | |
isActive() const | jop::Component | |
Object class | jop::Component | friend |
receiveMessage(const Message &message) | jop::Component | protectedvirtual |
removeSelf() | jop::Component | |
sendMessage(const Message &message) | jop::Component | |
setID(const uint32 ID) | jop::Component | |
update(const float deltaTime) | jop::Component | virtual |
~Component()=0 | jop::Component | pure virtual |