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

(3ca9877f8cae41e1b1cb3c72d4a7872d97fb8254)

#include <QtCore/qnamespace.h>
#include <QtCore/qhashfunctions.h>
#include <QtCore/qmargins.h>
#include <QtCore/q20type_traits.h>
#include <QtCore/q23utility.h>
+ Include dependency graph for qsize.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QSize
 \inmodule QtCore More...
 
class  QSizeF
 \inmodule QtCore More...
 
class  std::tuple_size< QT_PREPEND_NAMESPACE(QSize)>
 
class  std::tuple_element< 0, QT_PREPEND_NAMESPACE(QSize)>
 
class  std::tuple_element< 1, QT_PREPEND_NAMESPACE(QSize)>
 
class  std::tuple_size< QT_PREPEND_NAMESPACE(QSizeF)>
 
class  std::tuple_element< 0, QT_PREPEND_NAMESPACE(QSizeF)>
 
class  std::tuple_element< 1, QT_PREPEND_NAMESPACE(QSizeF)>
 

Namespaces

namespace  std
 

Functions

 Q_DECLARE_TYPEINFO (QSize, Q_RELOCATABLE_TYPE)
 
Q_CORE_EXPORT QDataStreamoperator<< (QDataStream &, const QSize &)
 
Q_CORE_EXPORT QDataStreamoperator>> (QDataStream &, QSize &)
 
constexpr size_t qHash (const QSize &s, size_t seed=0) noexcept
 
Q_CORE_EXPORT QDebug operator<< (QDebug, const QSize &)
 
 Q_DECLARE_TYPEINFO (QSizeF, Q_RELOCATABLE_TYPE)
 
Q_CORE_EXPORT QDataStreamoperator<< (QDataStream &, const QSizeF &)
 
Q_CORE_EXPORT QDataStreamoperator>> (QDataStream &, QSizeF &)
 
Q_CORE_EXPORT QDebug operator<< (QDebug, const QSizeF &)
 

Function Documentation

◆ operator<<() [1/4]

Q_CORE_EXPORT QDataStream & operator<< ( QDataStream & s,
const QSize & sz )
related

Definition at line 393 of file qsize.cpp.

◆ operator<<() [2/4]

Q_CORE_EXPORT QDataStream & operator<< ( QDataStream & s,
const QSizeF & sz )
related

Definition at line 844 of file qsize.cpp.

◆ operator<<() [3/4]

Q_CORE_EXPORT QDebug operator<< ( QDebug dbg,
const QSize & s )

Definition at line 429 of file qsize.cpp.

References QtDebugUtils::formatQSize().

+ Here is the call graph for this function:

◆ operator<<() [4/4]

Q_CORE_EXPORT QDebug operator<< ( QDebug dbg,
const QSizeF & s )

Definition at line 872 of file qsize.cpp.

References QtDebugUtils::formatQSize().

+ Here is the call graph for this function:

◆ operator>>() [1/2]

Q_CORE_EXPORT QDataStream & operator>> ( QDataStream & s,
QSize & sz )
related

Definition at line 412 of file qsize.cpp.

◆ operator>>() [2/2]

Q_CORE_EXPORT QDataStream & operator>> ( QDataStream & s,
QSizeF & sz )
related

Definition at line 860 of file qsize.cpp.

◆ Q_DECLARE_TYPEINFO() [1/2]

Q_DECLARE_TYPEINFO ( QSize ,
Q_RELOCATABLE_TYPE  )

◆ Q_DECLARE_TYPEINFO() [2/2]

Q_DECLARE_TYPEINFO ( QSizeF ,
Q_RELOCATABLE_TYPE  )

◆ qHash()

constexpr size_t qHash ( const QSize & s,
size_t seed = 0 )
inlineconstexprnoexcept

Definition at line 181 of file qsize.h.