7#include <private/qdebug_p.h>
8#include <QtCore/qhashfunctions.h>
360#ifndef QT_NO_DATASTREAM
373 if (
s.version() == 1)
392 if (
s.version() == 1) {
425#ifndef QT_NO_DEBUG_STREAM
430 dbg <<
"QPoint" <<
'(';
440 dbg <<
"QPointF" <<
'(';
756#ifndef QT_NO_DATASTREAM
769 s << double(
p.x()) << double(
p.y());
\inmodule QtCore\reentrant
\inmodule QtCore\reentrant
\inmodule QtCore\reentrant
Combined button and popup list for selecting options.
static void formatQPoint(QDebug &debug, const Point &point)
constexpr QtPrivate::QHashMultiReturnType< T... > qHashMulti(size_t seed, const T &... args) noexcept(std::conjunction_v< QtPrivate::QNothrowHashable< T >... >)
GLint GLint GLint GLint GLint x
[0]
QDataStream & operator>>(QDataStream &s, QPoint &p)
QDataStream & operator<<(QDataStream &s, const QPoint &p)
size_t qHash(QPoint key, size_t seed) noexcept
static Q_CONSTINIT QBasicAtomicInteger< unsigned > seed