Dragonfly 4.19
A text-based game engine
df::Shape Member List

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

draw(Vector world_pos)df::Shape
getColor() constdf::Shape
getOpacity() constdf::Shape
getSize() constdf::Shape
getType() constdf::Shape
m_bdf::Shapeprivate
m_colordf::Shapeprivate
m_g (defined in df::Shape)df::Shapeprivate
m_opacitydf::Shapeprivate
m_r (defined in df::Shape)df::Shapeprivate
m_sizedf::Shapeprivate
m_typedf::Shapeprivate
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