Jopnal Engine  alpha 0.4
Simple Component Based 2D/3D Game Engine
jop::Component Member List

This is the complete list of members for jop::Component, including all inherited members.

Component(Object &object, const uint32 ID)jop::Componentprotected
Component(const Component &other, Object &newObj)jop::Componentprotected
getID() const jop::Component
getObject()jop::Component
getObject() const jop::Component
isActive() const jop::Component
Object classjop::Componentfriend
receiveMessage(const Message &message)jop::Componentprotectedvirtual
removeSelf()jop::Component
sendMessage(const Message &message)jop::Component
setID(const uint32 ID)jop::Component
update(const float deltaTime)jop::Componentvirtual
~Component()=0jop::Componentpure virtual