accelerate() | df::Object | |
createObject(std::string object_type) | df::NetworkNode | virtual |
deserialize(std::stringstream *p_ss, unsigned int *p_a=NULL) | df::Object | virtual |
doPathFollowing() | df::Object | |
draw() | df::Object | virtual |
eventHandler(const Event *p_e) override | df::NetworkNode | virtual |
getAcceleration() const | df::Object | |
getAltitude() const | df::Object | |
getAnimation() const | df::Object | |
getAvoidCollisions() const | df::Object | |
getBox() const | df::Object | |
getDirection() const | df::Object | |
getEventCount() const | df::Object | |
getFollowPath() const | df::Object | |
getId() const | df::Object | |
getModified() const | df::Object | virtual |
getNoSoft() const | df::Object | |
getPath() const | df::Object | |
getPathFind() | df::Object | |
getPosition() const | df::Object | |
getShape() const | df::Object | |
getSolidness() const | df::Object | |
getSpeed() const | df::Object | |
getType() const | df::Object | |
getVelocity() const | df::Object | |
handleAccept(const EventNetwork *p_e) | df::NetworkNode | virtual |
handleClose(const EventNetwork *p_e) | df::NetworkNode | virtual |
handleConnect(const EventNetwork *p_e) | df::NetworkNode | virtual |
handleData(const EventNetwork *p_e) | df::NetworkNode | virtual |
isActive() const | df::Object | |
isModified(enum ObjectAttribute attribute) const | df::Object | |
isModified() const | df::Object | |
isSolid() const | df::Object | |
isVisible() const | df::Object | virtual |
m_acceleration | df::Object | private |
m_altitude | df::Object | private |
m_animation | df::Object | private |
m_avoid_collisions | df::Object | private |
m_box | df::Object | private |
m_buff_size (defined in df::NetworkNode) | df::NetworkNode | protected |
m_direction | df::Object | private |
m_event_count | df::Object | private |
m_event_name | df::Object | private |
m_follow_path | df::Object | private |
m_id | df::Object | private |
m_is_active | df::Object | private |
m_is_visible | df::Object | private |
m_modified | df::Object | private |
m_no_soft | df::Object | private |
m_p_buff (defined in df::NetworkNode) | df::NetworkNode | protected |
m_p_path_find | df::Object | private |
m_path | df::Object | private |
m_position | df::Object | private |
m_shape | df::Object | private |
m_solidness | df::Object | private |
m_speed | df::Object | private |
m_type | df::Object | private |
max_id | df::Object | static |
moveTo(Vector new_position) | df::Object | |
NetworkNode() (defined in df::NetworkNode) | df::NetworkNode | |
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 | |
predictPosition() | df::Object | |
prepMessageHeader(MessageType msg_type, int msg_size) | df::NetworkNode | private |
registerInterest(std::string event_type) | df::Object | |
sendMessage(MessageType msg_type, int sock_index=-1) | df::NetworkNode | |
sendMessage(MessageType msg_type, Object *p_obj, unsigned int attr=0, int sock_index=-1) | df::NetworkNode | |
sendMessage(MessageType msg_type, EventKeyboardAction action, Keyboard::Key key, int sock_index=-1) | df::NetworkNode | |
sendMessage(MessageType msg_type, EventMouseAction action, Mouse::Button button, Vector mouse_position, int sock_index=-1) | df::NetworkNode | |
sendMessage(MessageType msg_type, int num_bytes, const void *bytes, int sock_index=-1) | df::NetworkNode | |
serialize(std::stringstream *p_ss, unsigned int attr=0) | df::Object | virtual |
setAcceleration(Vector new_acceleration) | df::Object | virtual |
setActive(bool new_active=true) | df::Object | virtual |
setAltitude(int new_altitude) | df::Object | virtual |
setAnimation(Animation new_animation, bool set_box=true) | df::Object | virtual |
setAvoidCollisions(bool new_avoid_collisions=true) | df::Object | virtual |
setBox(Box new_box) | df::Object | virtual |
setDirection(Vector new_direction) | df::Object | virtual |
setFollowPath(bool new_follow_path=true) | df::Object | virtual |
setId(int new_id) | df::Object | |
setModified(unsigned int new_modified) | df::Object | virtual |
setNoSoft(bool new_no_soft=true) | df::Object | |
setPath(Path new_path) | df::Object | |
setPosition(Vector new_position) | df::Object | virtual |
setShape(Shape new_shape) | df::Object | virtual |
setSolidness(Solidness new_solid) | df::Object | virtual |
setSpeed(float speed) | df::Object | |
setSprite(std::string sprite_label) | df::Object | virtual |
setType(std::string new_type) | df::Object | virtual |
setVelocity(Vector velocity) | df::Object | virtual |
setVisible(bool new_visible=true) | df::Object | |
sizeBuffer(int msg_size) | df::NetworkNode | private |
toString() const | df::Object | |
unregisterInterest(std::string event_type) | df::Object | |
~NetworkNode() (defined in df::NetworkNode) | df::NetworkNode | |
~Object() | df::Object | virtual |