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

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

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