Public Member Functions | |
| IPoint () | |
| IPoint (const IPoint &cPnt) | |
| IPoint (const Point &cPnt) | |
| IPoint (int nX, int nY) | |
| IPoint | operator- (void) const |
| IPoint | operator+ (const IPoint &cPoint) const |
| IPoint | operator- (const IPoint &cPoint) const |
| const IPoint & | operator+= (const IPoint &cPoint) |
| const IPoint & | operator-= (const IPoint &cPoint) |
| bool | operator< (const IPoint &cPoint) const |
| bool | operator> (const IPoint &cPoint) const |
| bool | operator== (const IPoint &cPoint) const |
| bool | operator!= (const IPoint &cPoint) const |
Public Attributes | |
| int | x |
| int | y |
| os::IPoint::IPoint | ( | ) | [inline] |
| os::IPoint::IPoint | ( | const IPoint & | cPnt | ) | [inline] |
| os::IPoint::IPoint | ( | const Point & | cPnt | ) | [inline, explicit] |
| os::IPoint::IPoint | ( | int | nX, | |
| int | nY | |||
| ) | [inline] |
| IPoint os::IPoint::operator- | ( | void | ) | const [inline] |
| bool os::IPoint::operator< | ( | const IPoint & | cPoint | ) | const [inline] |
| bool os::IPoint::operator> | ( | const IPoint & | cPoint | ) | const [inline] |
| bool os::IPoint::operator== | ( | const IPoint & | cPoint | ) | const [inline] |
| bool os::IPoint::operator!= | ( | const IPoint & | cPoint | ) | const [inline] |
| int os::IPoint::x |
| int os::IPoint::y |
1.5.1