QtCore/qline.h File Reference

qline.h File Reference
#include <QtCore/qpoint.h>

Classes

class  QLine
 
class  QLineF
 

Functions

 Q_DECLARE_TYPEINFO (QLine, Q_MOVABLE_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_MOVABLE_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

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

Go to the source code of this file.