Dragonfly 4.20
A text-based game engine
|
This is the complete list of members for df::Shape, including all inherited members.
deserialize(std::stringstream *p_ss) (defined in df::Shape) | df::Shape | |
draw(Vector world_pos) | df::Shape | |
getColor() const | df::Shape | |
getOpacity() const | df::Shape | |
getSize() const | df::Shape | |
getType() const | df::Shape | |
m_b | df::Shape | private |
m_color | df::Shape | private |
m_g (defined in df::Shape) | df::Shape | private |
m_opacity | df::Shape | private |
m_r (defined in df::Shape) | df::Shape | private |
m_size | df::Shape | private |
m_type | df::Shape | private |
operator!=(const Shape &s) (defined in df::Shape) | df::Shape | |
operator==(const Shape &s) | df::Shape | |
serialize(std::stringstream *p_ss) const (defined in df::Shape) | df::Shape | |
setColor(Color new_color) | df::Shape | |
setColor(unsigned char r, unsigned char g, unsigned char b) | df::Shape | |
setOpacity(unsigned char new_opacity) | df::Shape | |
setSize(float new_size) | df::Shape | |
setType(ShapeType new_type) | df::Shape | |
Shape() | df::Shape | |
toString() const (defined in df::Shape) | df::Shape |