Qt 5.15
Qt Core
C++ Classes
QPoint
Qt 5.15.8 Reference Documentation
List of All Members for QPoint
This is the complete list of members for
QPoint
, including inherited members.
QPoint
(int , int )
QPoint
()
dotProduct
(const QPoint &, const QPoint &) : int
isNull
() const : bool
manhattanLength
() const : int
rx
() : int &
ry
() : int &
setX
(int )
setY
(int )
toCGPoint
() const : CGPoint
transposed
() const : QPoint
x
() const : int
y
() const : int
operator*=
(float ) : QPoint &
operator*=
(double ) : QPoint &
operator*=
(int ) : QPoint &
operator+=
(const QPoint &) : QPoint &
operator-=
(const QPoint &) : QPoint &
operator/=
(qreal ) : QPoint &