Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qpoint.h File Reference
#include <QtCore/qnamespace.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 371 of file qpoint.cpp.

◆ operator<<() [2/4]

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

Definition at line 767 of file qpoint.cpp.

◆ operator<<() [3/4]

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

Definition at line 436 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 426 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 390 of file qpoint.cpp.

◆ operator>>() [2/2]

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

Definition at line 783 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 455 of file qpoint.cpp.

◆ qHash() [2/2]

size_t qHash ( QPointF  ,
size_t  seed = 0 
)
delete