libes  0.5.3
an Entity System library for C++
es::GlobalSystem Member List

This is the complete list of members for es::GlobalSystem, including all inherited members.

addEntity(Entity e) overridees::GlobalSystemvirtual
getManager()es::Systeminline
getNeededComponents() const es::Systeminline
getPriority() const es::Systeminline
GlobalSystem(int priority, std::set< ComponentType > needed, Manager *manager)es::GlobalSysteminline
init()es::Systemvirtual
postUpdate(float delta)es::Systemvirtual
preUpdate(float delta)es::Systemvirtual
removeEntity(Entity e) overridees::GlobalSystemvirtual
System(int priority, std::set< ComponentType > needed, Manager *manager)es::Systeminline
update(float delta) overridees::GlobalSystemvirtual
updateEntity(float delta, Entity e)es::GlobalSystemvirtual
~System()es::Systemvirtual