Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qpoint.cpp File Reference

(00ff24091d5928492577b7a13e4856bc4c171178)

#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
 \qhashold{QHash}
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 377 of file qpoint.cpp.

◆ operator<<() [2/4]

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

Definition at line 793 of file qpoint.cpp.

◆ operator<<() [3/4]

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

Definition at line 432 of file qpoint.cpp.

◆ operator<<() [4/4]

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

Definition at line 442 of file qpoint.cpp.

◆ operator>>() [1/2]

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

Definition at line 396 of file qpoint.cpp.

◆ operator>>() [2/2]

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

Definition at line 809 of file qpoint.cpp.

◆ qHash()

size_t qHash ( QPoint key,
size_t seed )
noexcept

\qhashold{QHash}

Since
6.0

Definition at line 457 of file qpoint.cpp.