就業培訓
下載中心
Wiki
聯絡
登錄
注冊
首頁
Qt 5.9.9
Qt Core
C++ 類
QPoint
List of All Members for QPoint
這是完整成員列錶為
QPoint
,包括繼承的成員。
QPoint
()
QPoint
(int , int )
dotProduct
(const QPoint &, const QPoint &) : int
isNull
() const : bool
manhattanLength
() const : int
rx
() : int &
ry
() : int &
setX
(int )
setY
(int )
toCGPoint
() const : CGPoint
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 &