(c5608c675a61a413b4a32c6c99721a1bb2f41e71)
#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>
Go to the source code of this file.
|
| Q_DECLARE_TYPEINFO (QPoint, Q_PRIMITIVE_TYPE) |
|
Q_CORE_EXPORT QDataStream & | operator<< (QDataStream &, const QPoint &) |
|
Q_CORE_EXPORT QDataStream & | operator>> (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 QDataStream & | operator<< (QDataStream &, const QPointF &) |
|
Q_CORE_EXPORT QDataStream & | operator>> (QDataStream &, QPointF &) |
|
Q_CORE_EXPORT QDebug | operator<< (QDebug d, const QPointF &p) |
|
◆ operator<<() [1/4]
◆ operator<<() [2/4]
◆ operator<<() [3/4]
◆ operator<<() [4/4]
◆ operator>>() [1/2]
◆ operator>>() [2/2]
◆ Q_DECLARE_TYPEINFO() [1/2]
◆ Q_DECLARE_TYPEINFO() [2/2]
◆ qHash() [1/2]
size_t qHash |
( |
QPoint | key, |
|
|
size_t | seed ) |
|
noexcept |
◆ qHash() [2/2]
size_t qHash |
( |
QPointF | , |
|
|
size_t | seed = 0 ) |
|
delete |