center | Shape | [protected] |
Circle(int r, int x, int y) | Circle | |
Circle(int r, Point c) | Circle | |
getArea() const | Circle | [virtual] |
getCenter() const | Shape | |
getType() const | Circle | [virtual] |
setCenter(Point c) | Shape | |
Shape(int x, int y) | Shape | |
Shape(Point c) | Shape |