Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qline.h File Reference

(9bedf8a53c8127effb7ab6f331986b967d9c1254)

#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\compares equality \compareswith equality QLineF \endcompareswith More...
 
class  QLineF
 \inmodule QtCore\compares equality \compareswith equality QLine \endcompareswith 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 245 of file qline.cpp.

◆ operator<<() [4/4]

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

Definition at line 810 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  )