Dragonfly 4.20
A text-based game engine
|
This is the complete list of members for df::Box, including all inherited members.
Box(Vector init_corner, float init_horizontal, float init_vertical) | df::Box | |
Box() | df::Box | |
deserialize(std::stringstream *p_ss) | df::Box | |
draw() | df::Box | |
getCorner() const | df::Box | |
getHorizontal() const | df::Box | |
getVertical() const | df::Box | |
m_corner | df::Box | private |
m_horizontal | df::Box | private |
m_vertical | df::Box | private |
operator!=(const Box &other) const (defined in df::Box) | df::Box | |
operator==(const Box &other) const | df::Box | |
serialize(std::stringstream *p_ss) const | df::Box | |
setCorner(Vector new_corner) | df::Box | |
setHorizontal(float new_horizontal) | df::Box | |
setVertical(float new_vertical) | df::Box | |
toString() const | df::Box |