![]() |
VR-Forces 4.0.4 Class Documentation
|
-- Use base class Dt2dIntPoint instead. More...

Public Member Functions | |
| DtDisplayPoint () | |
| DtDisplayPoint (const QPoint &p) | |
| DtDisplayPoint (const int, const int) | |
| DtDisplayPoint (const DtDisplayPoint &orig) | |
| virtual | ~DtDisplayPoint () |
| DtDisplayPoint & | operator= (const DtDisplayPoint &rhs) |
| DtDisplayPoint | operator- (const DtDisplayPoint &rhs) |
| DtDisplayPoint | operator+ (const DtDisplayPoint &rhs) |
| operator QPoint () | |
-- Use base class Dt2dIntPoint instead.
2D integer points are often used for screen coordinates, where pixels have integral values.
| DtDisplayPoint::DtDisplayPoint | ( | const QPoint & | p | ) |
| DtDisplayPoint::DtDisplayPoint | ( | const int | , |
| const int | |||
| ) |
| DtDisplayPoint::DtDisplayPoint | ( | const DtDisplayPoint & | orig | ) |
| virtual DtDisplayPoint::~DtDisplayPoint | ( | ) | [virtual] |
| DtDisplayPoint& DtDisplayPoint::operator= | ( | const DtDisplayPoint & | rhs | ) |
| DtDisplayPoint DtDisplayPoint::operator- | ( | const DtDisplayPoint & | rhs | ) | [inline] |
References Dt2DIntPoint::x(), and Dt2DIntPoint::y().
| DtDisplayPoint DtDisplayPoint::operator+ | ( | const DtDisplayPoint & | rhs | ) | [inline] |
References Dt2DIntPoint::x(), and Dt2DIntPoint::y().
| DtDisplayPoint::operator QPoint | ( | ) | [inline] |
References Dt2DIntPoint::x(), and Dt2DIntPoint::y().