就業培訓
下載中心
Wiki
聯絡
登錄
注冊
首頁
Qt 4.8.7
QtCore
QLine
List of All Members for QLine
這是完整成員列錶為
QLine
,包括繼承的成員。
QLine
()
QLine
(const QPoint &, const QPoint &)
QLine
(int, int, int, int)
p1
() const : QPoint
p2
() const : QPoint
x1
() const : int
x2
() const : int
y1
() const : int
y2
() const : int
dx
() const : int
dy
() const : int
isNull
() const : bool
setP1
(const QPoint &)
setP2
(const QPoint &)
setLine
(int, int, int, int)
setPoints
(const QPoint &, const QPoint &)
translate
(const QPoint &)
translate
(int, int)
translated
(const QPoint &) const : QLine
translated
(int, int) const : QLine
operator!=
(const QLine &) const : bool
operator==
(const QLine &) const : bool