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

(906aa1533f2267b091615d21c2d31e1742f0a520)

#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 376 of file qpoint.cpp.

◆ operator<<() [2/4]

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

Definition at line 792 of file qpoint.cpp.

◆ operator<<() [3/4]

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

Definition at line 431 of file qpoint.cpp.

◆ operator<<() [4/4]

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

Definition at line 441 of file qpoint.cpp.

◆ 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 808 of file qpoint.cpp.

◆ qHash()

size_t qHash ( QPoint key,
size_t seed )
noexcept

\qhashold{QHash}

Since
6.0

Definition at line 456 of file qpoint.cpp.