lab_inheritance
Insidious Inheritance
|
This is the complete list of members for Circle, including all inherited members.
area() const | Circle | virtual |
center() const | Shape | |
center_ (defined in Shape) | Shape | protected |
Circle(const Vector2 ¢er, const cs225::HSLAPixel &color, int radius) | Circle | |
color() const | Shape | |
contains(const Vector2 &p) const | Circle | virtual |
draw(cs225::PNG *canvas) const | Circle | virtual |
perimeter() const | Circle | virtual |
radius() const | Circle | |
set_center(const Vector2 ¢er) | Shape | virtual |
set_radius(int radius) | Circle | |
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 |