Dragonfly 4.20
A text-based game engine
df::Animation Member List

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() constdf::Animation
getIndex() constdf::Animation
getName() constdf::Animation
getSlowdownCount() constdf::Animation
getSprite() constdf::Animation
isModified() constdf::Animation
m_indexdf::Animationprivate
m_modifieddf::Animationprivate
m_namedf::Animationprivate
m_p_spritedf::Animationprivate
m_slowdown_countdf::Animationprivate
operator!=(const Animation &a) (defined in df::Animation)df::Animation
operator==(const Animation &a)df::Animation
serialize(std::stringstream *p_ss) constdf::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() constdf::Animation