_active | EventPoint | [private] |
_box | Object | [protected] |
_collidable | Object | [protected] |
_collideEvent | EventPoint | [private] |
_collideList | EventPoint | [private] |
_depth | Object | [protected] |
_hasSprite | EventPoint | [private] |
_id | Object | [protected] |
_sprite | EventPoint | [private] |
_type | Object | [protected] |
collidable() | Object | [inline] |
collide(Object *o) | EventPoint | [virtual] |
control() | Object | [inline, virtual] |
draw() | EventPoint | [virtual] |
EventPoint(List *info, int x, int y) | EventPoint | |
findAndReplace(std::string find, std::string replace) | EventPoint | |
getBox() | Object | [inline, virtual] |
getDepth() | Object | [inline] |
getType() | Object | [inline] |
id() | Object | [inline, virtual] |
load(List *info) | EventPoint | [virtual] |
loadObject(std::string filename, int x, int y) | Object | [static] |
Object() | Object | |
Object(List *objInfo, int x, int y) | Object | |
setCollidable(bool b) | Object | [inline] |
setDepth(double depth) | Object | [inline] |
setId(std::string id) | Object | [inline, virtual] |
setType(CollisionType type) | Object | [inline] |
update() | EventPoint | [inline, virtual] |
~EventPoint() | EventPoint | |