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

This is the complete list of members for df::Pause, including all inherited members.

accelerate()df::Object
deserialize(std::stringstream *p_ss, unsigned int *p_a=NULL)df::Objectvirtual
doPathFollowing()df::Object
draw()df::Objectvirtual
eventHandler(const Event *p_e) overridedf::Pausevirtual
getAcceleration() constdf::Object
getAltitude() constdf::Object
getAnimation() constdf::Object
getAvoidCollisions() constdf::Object
getBox() constdf::Object
getDirection() constdf::Object
getEventCount() constdf::Object
getFollowPath() constdf::Object
getId() constdf::Object
getModified() constdf::Objectvirtual
getNoSoft() constdf::Object
getPath() constdf::Object
getPathFind()df::Object
getPosition() constdf::Object
getShape() constdf::Object
getSolidness() constdf::Object
getSpeed() constdf::Object
getType() constdf::Object
getVelocity() constdf::Object
isActive() constdf::Object
isModified(enum ObjectAttribute attribute) constdf::Object
isModified() constdf::Object
isSolid() constdf::Object
isVisible() constdf::Objectvirtual
m_accelerationdf::Objectprivate
m_altitudedf::Objectprivate
m_animationdf::Objectprivate
m_avoid_collisionsdf::Objectprivate
m_boxdf::Objectprivate
m_directiondf::Objectprivate
m_event_countdf::Objectprivate
m_event_namedf::Objectprivate
m_follow_pathdf::Objectprivate
m_iddf::Objectprivate
m_is_activedf::Objectprivate
m_is_visibledf::Objectprivate
m_modifieddf::Objectprivate
m_no_softdf::Objectprivate
m_p_path_finddf::Objectprivate
m_pathdf::Objectprivate
m_pause_keydf::Pauseprivate
m_positiondf::Objectprivate
m_shapedf::Objectprivate
m_solidnessdf::Objectprivate
m_speeddf::Objectprivate
m_typedf::Objectprivate
max_iddf::Objectstatic
moveTo(Vector new_position)df::Object
Object()df::Object
operator!=(const Object &o) (defined in df::Object)df::Object
operator==(const Object &o)df::Object
pathTo(Vector position)df::Object
pathTo(Object *p_o_target)df::Object
Pause(int init_pause_key=DF_PAUSE_KEY) (defined in df::Pause)df::Pause
predictPosition()df::Object
registerInterest(std::string event_type)df::Object
serialize(std::stringstream *p_ss, unsigned int attr=0)df::Objectvirtual
setAcceleration(Vector new_acceleration)df::Objectvirtual
setActive(bool new_active=true)df::Objectvirtual
setAltitude(int new_altitude)df::Objectvirtual
setAnimation(Animation new_animation, bool set_box=true)df::Objectvirtual
setAvoidCollisions(bool new_avoid_collisions=true)df::Objectvirtual
setBox(Box new_box)df::Objectvirtual
setDirection(Vector new_direction)df::Objectvirtual
setFollowPath(bool new_follow_path=true)df::Objectvirtual
setId(int new_id)df::Object
setModified(unsigned int new_modified)df::Objectvirtual
setNoSoft(bool new_no_soft=true)df::Object
setPath(Path new_path)df::Object
setPosition(Vector new_position)df::Objectvirtual
setShape(Shape new_shape)df::Objectvirtual
setSolidness(Solidness new_solid)df::Objectvirtual
setSpeed(float speed)df::Object
setSprite(std::string sprite_label)df::Objectvirtual
setType(std::string new_type)df::Objectvirtual
setVelocity(Vector velocity)df::Objectvirtual
setVisible(bool new_visible=true)df::Object
toString() constdf::Object
unregisterInterest(std::string event_type)df::Object
~Object()df::Objectvirtual