Qt 5.15
Qt Core
C++ Classes
QLine
Qt 5.15.8 Reference Documentation
List of All Members for QLine
This is the complete list of members for
QLine
, including inherited members.
QLine
(int , int , int , int )
QLine
(const QPoint &, const QPoint &)
QLine
()
p1
() const : QPoint
p2
() const : QPoint
x1
() const : int
x2
() const : int
y1
() const : int
y2
() const : int
center
() const : QPoint
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