Dragonfly 4.20
A text-based game engine
|
This is the complete list of members for df::Animation, including all inherited members.
Animation() | df::Animation | |
deserialize(std::stringstream *p_ss) | df::Animation | |
draw(Vector position) | df::Animation | |
getBox() const | df::Animation | |
getIndex() const | df::Animation | |
getName() const | df::Animation | |
getSlowdownCount() const | df::Animation | |
getSprite() const | df::Animation | |
isModified() const | df::Animation | |
m_index | df::Animation | private |
m_modified | df::Animation | private |
m_name | df::Animation | private |
m_p_sprite | df::Animation | private |
m_slowdown_count | df::Animation | private |
operator!=(const Animation &a) (defined in df::Animation) | df::Animation | |
operator==(const Animation &a) | df::Animation | |
serialize(std::stringstream *p_ss) const | df::Animation | |
setIndex(int new_index) | df::Animation | |
setName(std::string new_name) | df::Animation | |
setSlowdownCount(int new_slowdown_count) | df::Animation | |
setSprite(Sprite *p_new_sprite) | df::Animation | |
toString() const | df::Animation |