qline.h File Reference

#include <QtCore/qpoint.h>

Go to the source code of this file.

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 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 &)

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  
)