Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qpoint.h File Reference

(fa0d77e290f5ccb5afa7d02716f8726aa6b810e6)

#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
 

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
 
 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]

Q_CORE_EXPORT QDataStream & operator<< ( QDataStream & s,
const QPoint & p )
related

Definition at line 376 of file qpoint.cpp.

◆ operator<<() [2/4]

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

Definition at line 796 of file qpoint.cpp.

◆ operator<<() [3/4]

Q_CORE_EXPORT QDebug operator<< ( QDebug d,
const QPointF & p )

Definition at line 441 of file qpoint.cpp.

References QtDebugUtils::formatQPoint().

+ Here is the call graph for this function:

◆ operator<<() [4/4]

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

Definition at line 431 of file qpoint.cpp.

References QtDebugUtils::formatQPoint().

+ Here is the call graph for this function:

◆ operator>>() [1/2]

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

Definition at line 395 of file qpoint.cpp.

◆ operator>>() [2/2]

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

Definition at line 812 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]

Q_CORE_EXPORT size_t qHash ( QPoint key,
size_t seed = 0 )
related

Definition at line 460 of file qpoint.cpp.

◆ qHash() [2/2]

size_t qHash ( QPointF ,
size_t seed = 0 )
delete