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

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

addEntity(Entity e)=0es::Systempure virtual
addLocalEntity(Entity e, int x, int y)es::LocalSystem
getManager()es::Systeminline
getNeededComponents() const es::Systeminline
getPriority() const es::Systeminline
init()es::Systemvirtual
LocalSystem(int priority, std::set< ComponentType > needed, Manager *manager, int width, int height)es::LocalSysteminline
postUpdate(float delta)es::Systemvirtual
preUpdate(float delta)es::Systemvirtual
removeEntity(Entity e)=0es::Systempure virtual
removeLocalEntity(Entity e, int x, int y)es::LocalSystem
reset(int width, int height)es::LocalSystem
setFocus(int x, int y)es::LocalSysteminline
System(int priority, std::set< ComponentType > needed, Manager *manager)es::Systeminline
update(float delta)es::LocalSystemvirtual
updateEntity(float delta, Entity e)es::LocalSystemvirtual
~System()es::Systemvirtual