#include <QtCore/qpoint.h>
Go to the source code of this file.
|
class | QLine |
| The QLine class provides a two-dimensional vector using integer precision. More...
|
|
class | QLineF |
| The QLineF class provides a two-dimensional vector using floating point precision. More...
|
|
◆ operator<<() [1/4]
Definition at line 330 of file qline.cpp.
332 d <<
"QLine(" << p.
p1() <<
',' << p.
p2() <<
')';
QPoint p1() const
Returns the line's start point.
QPoint p2() const
Returns the line's end point.
◆ operator<<() [2/4]
◆ operator<<() [3/4]
Definition at line 1006 of file qline.cpp.
1008 d <<
"QLineF(" << p.
p1() <<
',' << p.
p2() <<
')';
QPointF p1() const
Returns the line's start point.
QPointF p2() const
Returns the line's end point.
◆ operator<<() [4/4]
◆ operator>>() [1/2]
◆ operator>>() [2/2]
◆ Q_DECLARE_TYPEINFO() [1/2]
◆ Q_DECLARE_TYPEINFO() [2/2]