BoundingBox Member List
This is the complete list of members for
BoundingBox, including all inherited members.
| BoundingBox() | BoundingBox | |
| BoundingBox(int x, int y, int w, int h) | BoundingBox | |
| Display() const | BoundingBox | |
| GetEndX() const | BoundingBox | |
| GetEndY() const | BoundingBox | |
| GetHeight() const | BoundingBox | |
| GetOriginX() const | BoundingBox | |
| GetOriginY() const | BoundingBox | |
| GetWidth() const | BoundingBox | |
| IsEmpty() const | BoundingBox | |
| IsInside(int x, int y, bool border=true) const | BoundingBox | |
| IsInside(const BoundingBox &bb) const | BoundingBox | |
| m_x1 | BoundingBox | [protected] |
| m_x2 | BoundingBox | [protected] |
| m_y1 | BoundingBox | [protected] |
| m_y2 | BoundingBox | [protected] |
| MakeSquare() | BoundingBox | |
| Move(int dx, int dy) | BoundingBox | |
| operator=(const BoundingBox &bb) | BoundingBox | |
| operator==(const BoundingBox &bb) | BoundingBox | |
| operator|(const BoundingBox &bb) const | BoundingBox | |
| operator|=(const BoundingBox &bb) | BoundingBox | |
| SetBoundingBox(int x1, int y1, int w, int h) | BoundingBox | |
| SetCoord(int x1, int y1, int x2, int y2) | BoundingBox | |
| SetEndX(int pos) | BoundingBox | |
| SetEndY(int pos) | BoundingBox | |
| SetOriginX(int pos) | BoundingBox | |
| SetOriginY(int pos) | BoundingBox | |
| Validate() | BoundingBox | |
| ~BoundingBox() | BoundingBox | |