Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qline.h File Reference
#include <QtCore/qpoint.h>
+ Include dependency graph for qline.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QLine
 \inmodule QtCore More...
 
class  QLineF
 \inmodule QtCore More...
 

Functions

 Q_DECLARE_TYPEINFO (QLine, Q_PRIMITIVE_TYPE)
 
Q_CORE_EXPORT QDebug operator<< (QDebug d, const QLine &p)
 
Q_CORE_EXPORT QDataStreamoperator<< (QDataStream &, const QLine &)
 
Q_CORE_EXPORT QDataStreamoperator>> (QDataStream &, QLine &)
 
 Q_DECLARE_TYPEINFO (QLineF, Q_PRIMITIVE_TYPE)
 
Q_CORE_EXPORT QDebug operator<< (QDebug d, const QLineF &p)
 
Q_CORE_EXPORT QDataStreamoperator<< (QDataStream &, const QLineF &)
 
Q_CORE_EXPORT QDataStreamoperator>> (QDataStream &, QLineF &)
 

Function Documentation

◆ operator<<() [1/4]

Q_CORE_EXPORT QDataStream & operator<< ( QDataStream ,
const QLine  
)
related

◆ operator<<() [2/4]

Q_CORE_EXPORT QDataStream & operator<< ( QDataStream ,
const QLineF  
)
related

◆ operator<<() [3/4]

Q_CORE_EXPORT QDebug operator<< ( QDebug  d,
const QLine p 
)

Definition at line 242 of file qline.cpp.

◆ operator<<() [4/4]

Q_CORE_EXPORT QDebug operator<< ( QDebug  d,
const QLineF p 
)

Definition at line 785 of file qline.cpp.

◆ operator>>() [1/2]

Q_CORE_EXPORT QDataStream & operator>> ( QDataStream ,
QLine  
)
related

◆ operator>>() [2/2]

Q_CORE_EXPORT QDataStream & operator>> ( QDataStream ,
QLineF  
)
related

◆ Q_DECLARE_TYPEINFO() [1/2]

Q_DECLARE_TYPEINFO ( QLine  ,
Q_PRIMITIVE_TYPE   
)

◆ Q_DECLARE_TYPEINFO() [2/2]

Q_DECLARE_TYPEINFO ( QLineF  ,
Q_PRIMITIVE_TYPE   
)