lab_inheritance
Insidious Inheritance
|
This is the complete list of members for Rectangle, including all inherited members.
area() const | Rectangle | |
center() const | Shape | |
center_ | Shape | protected |
color() const | Shape | |
contains(const Vector2 &p) const | Rectangle | |
draw(cs225::PNG *canvas) const | Rectangle | virtual |
height() const | Rectangle | |
height_ | Rectangle | private |
perimeter() const | Rectangle | |
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 | |
width_ | Rectangle | private |
~Drawable() | Drawable | inline |
~Shape() | Shape | inline |