lab_inheritance
Insidious Inheritance
|
This is the complete list of members for Shape, including all inherited members.
area() const =0 | Shape | pure virtual |
area() const (defined in Shape) | Shape | |
center() const | Shape | |
center_ (defined in Shape) | Shape | protected |
color() const | Shape | |
contains(const Vector2 &p) const =0 | Shape | pure virtual |
contains(const Vector2 &p) const (defined in Shape) | Shape | |
draw(cs225::PNG *canvas) const | Shape | virtual |
perimeter() const =0 | Shape | pure virtual |
perimeter() const (defined in Shape) | Shape | |
set_center(const Vector2 ¢er) | Shape | virtual |
Shape() | Shape | |
Shape(const Vector2 ¢er, const cs225::HSLAPixel &color) | Shape | |
~Drawable() (defined in Drawable) | Drawable | inlinevirtual |
~Drawable() (defined in Drawable) | Drawable | inline |
~Shape() (defined in Shape) | Shape | inlinevirtual |
~Shape() (defined in Shape) | Shape | inline |