getBottomRight() | GUI::Rectangle | |
getHeight() const | GUI::Rectangle | |
getTopLeft() | GUI::Rectangle | |
getWidth() const | GUI::Rectangle | |
move(const Point &position) | GUI::Rectangle | |
operator<<(std::ostream &os, const Rectangle &obj) | GUI::Rectangle | [friend] |
operator>>(std::istream &os, const Rectangle &obj) | GUI::Rectangle | [friend] |
Rectangle() | GUI::Rectangle | |
Rectangle(const Point &top_left, const Point &bottom_right) | GUI::Rectangle | |
Rectangle(int x1, int y1, int x2, int y2) | GUI::Rectangle | |
setBottomRight(const Point &value) | GUI::Rectangle | |
setCoord(int x1, int y1, int x2, int y2) | GUI::Rectangle | |
setSize(const Size &size) | GUI::Rectangle | |
setTopLeft(const Point &value) | GUI::Rectangle |