Public Methods |
|
| QSPt2 (const QPoint &p) |
|
| QSPt2 (int newX=0, int newY=0) |
|
| ~QSPt2 () |
|
QSPt2 & | set (int newX, int newY) |
|
QPoint | point () const |
Public Attributes |
|
QCOORD | x |
|
QCOORD | y |
Friends |
|
QSPt2 | operator+ (const QSPt2 &p1, const QSPt2 &p2) |
|
QSPt2 | operator- (const QSPt2 &p1, const QSPt2 &p2) |
|
bool | operator== (const QSPt2 &p1, const QSPt2 &p2) |
|
bool | operator!= (const QSPt2 &p1, const QSPt2 &p2) |
Used internally.