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