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.h File Reference

(eb4e880142dc49dbb429540c1cd0a972cef2967c)

#include <QtCore/qcheckedint_impl.h>
#include <QtCore/qcompare.h>
#include <QtCore/qnamespace.h>
#include <QtCore/qnumeric.h>
#include <QtCore/q20type_traits.h>
#include <QtCore/q23utility.h>
Include dependency graph for qpoint.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QPoint
 \inmodule QtCore\reentrant More...
class  QPointF
 \inmodule QtCore\reentrant More...
class  std::tuple_size< QT_PREPEND_NAMESPACE(QPoint)>
class  std::tuple_element< 0, QT_PREPEND_NAMESPACE(QPoint)>
class  std::tuple_element< 1, QT_PREPEND_NAMESPACE(QPoint)>
class  std::tuple_size< QT_PREPEND_NAMESPACE(QPointF)>
class  std::tuple_element< 0, QT_PREPEND_NAMESPACE(QPointF)>
class  std::tuple_element< 1, QT_PREPEND_NAMESPACE(QPointF)>

Namespaces

namespace  std
 [33]

Functions

 Q_DECLARE_TYPEINFO (QPoint, Q_PRIMITIVE_TYPE)
Q_CORE_EXPORT QDataStreamoperator<< (QDataStream &, const QPoint &)
Q_CORE_EXPORT QDataStreamoperator>> (QDataStream &, QPoint &)
Q_CORE_EXPORT QDebug operator<< (QDebug, const QPoint &)
Q_CORE_EXPORT size_t qHash (QPoint key, size_t seed=0) noexcept
 \qhashold{QHash}
 Q_DECLARE_TYPEINFO (QPointF, Q_PRIMITIVE_TYPE)
size_t qHash (QPointF, size_t seed=0)=delete
Q_CORE_EXPORT QDataStreamoperator<< (QDataStream &, const QPointF &)
Q_CORE_EXPORT QDataStreamoperator>> (QDataStream &, QPointF &)
Q_CORE_EXPORT QDebug operator<< (QDebug d, const 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 d,
const QPointF & p )

Definition at line 441 of file qpoint.cpp.

◆ operator<<() [4/4]

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

Definition at line 431 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.

◆ Q_DECLARE_TYPEINFO() [1/2]

Q_DECLARE_TYPEINFO ( QPoint ,
Q_PRIMITIVE_TYPE  )

◆ Q_DECLARE_TYPEINFO() [2/2]

Q_DECLARE_TYPEINFO ( QPointF ,
Q_PRIMITIVE_TYPE  )

◆ qHash() [1/2]

size_t qHash ( QPoint key,
size_t seed )
noexcept

\qhashold{QHash}

Since
6.0

Definition at line 456 of file qpoint.cpp.

◆ qHash() [2/2]

size_t qHash ( QPointF ,
size_t seed = 0 )
delete