QtBase  v6.3.1
Classes | Namespaces | Functions
qpoint.h File Reference
#include <QtCore/qnamespace.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
 The QPoint class defines a point in the plane using integer precision. More...
 
class  QPointF
 The QPointF class defines a point in the plane using floating point precision. 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

 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 398 of file qpoint.cpp.

◆ operator<<() [2/4]

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

Definition at line 794 of file qpoint.cpp.

◆ operator<<() [3/4]

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

Definition at line 463 of file qpoint.cpp.

Here is the call graph for this function:

◆ operator<<() [4/4]

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

Definition at line 453 of file qpoint.cpp.

Here is the call graph for this function:

◆ operator>>() [1/2]

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

Definition at line 417 of file qpoint.cpp.

◆ operator>>() [2/2]

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

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

◆ qHash() [2/2]

size_t qHash ( QPointF  ,
size_t  seed = 0 
)
delete