QtBase  v6.3.1
Classes | Functions
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
 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...
 

Functions

 Q_DECLARE_TYPEINFO (QLine, Q_RELOCATABLE_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_RELOCATABLE_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 269 of file qline.cpp.

Here is the call graph for this function:

◆ operator<<() [4/4]

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

Definition at line 812 of file qline.cpp.

Here is the call graph for this function:

◆ 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_RELOCATABLE_TYPE   
)

◆ Q_DECLARE_TYPEINFO() [2/2]

Q_DECLARE_TYPEINFO ( QLineF  ,
Q_RELOCATABLE_TYPE   
)