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
qpoint.cpp File Reference

(fa0d77e290f5ccb5afa7d02716f8726aa6b810e6)

#include "qpoint.h"
#include "qdatastream.h"
#include <private/qdebug_p.h>
#include <QtCore/qhashfunctions.h>
+ Include dependency graph for qpoint.cpp:

Go to the source code of this file.

Functions

QDataStreamoperator<< (QDataStream &s, const QPoint &p)
 
QDataStreamoperator>> (QDataStream &s, QPoint &p)
 
QDebug operator<< (QDebug dbg, const QPoint &p)
 
QDebug operator<< (QDebug dbg, const QPointF &p)
 
size_t qHash (QPoint key, size_t seed) noexcept
 
QDataStreamoperator<< (QDataStream &s, const QPointF &p)
 
QDataStreamoperator>> (QDataStream &s, QPointF &p)
 

Function Documentation

◆ operator<<() [1/4]

QDataStream & operator<< ( QDataStream & s,
const QPoint & p )
related

Definition at line 376 of file qpoint.cpp.

◆ operator<<() [2/4]

QDataStream & operator<< ( QDataStream & s,
const QPointF & p )
related

Definition at line 796 of file qpoint.cpp.

◆ operator<<() [3/4]

QDebug operator<< ( QDebug dbg,
const QPoint & p )

Definition at line 431 of file qpoint.cpp.

References QtDebugUtils::formatQPoint().

+ Here is the call graph for this function:

◆ operator<<() [4/4]

QDebug operator<< ( QDebug dbg,
const QPointF & p )

Definition at line 441 of file qpoint.cpp.

References QtDebugUtils::formatQPoint().

+ Here is the call graph for this function:

◆ operator>>() [1/2]

QDataStream & operator>> ( QDataStream & s,
QPoint & p )
related

Definition at line 395 of file qpoint.cpp.

◆ operator>>() [2/2]

QDataStream & operator>> ( QDataStream & s,
QPointF & p )
related

Definition at line 812 of file qpoint.cpp.

◆ qHash()

size_t qHash ( QPoint key,
size_t seed )
related

Definition at line 460 of file qpoint.cpp.