#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 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 &) |
Q_DECLARE_TYPEINFO | ( | QLine | , |
Q_MOVABLE_TYPE | |||
) |
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 QDataStream& operator<< | ( | QDataStream & | , |
const QLineF & | |||
) |
Q_CORE_EXPORT QDataStream& operator>> | ( | QDataStream & | , |
QLineF & | |||
) |