Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qversionnumber.h File Reference
#include <QtCore/qlist.h>
#include <QtCore/qmetatype.h>
#include <QtCore/qnamespace.h>
#include <QtCore/qstring.h>
#include <QtCore/qtypeinfo.h>
#include <limits>
+ Include dependency graph for qversionnumber.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QVersionNumber
 \inmodule QtCore More...
 
class  QTypeRevision
 \inmodule QtCore More...
 

Functions

Q_CORE_EXPORT size_t qHash (const QVersionNumber &key, size_t seed=0)
 
Q_CORE_EXPORT QDataStreamoperator<< (QDataStream &out, const QVersionNumber &version)
 
Q_CORE_EXPORT QDataStreamoperator>> (QDataStream &in, QVersionNumber &version)
 
 Q_DECLARE_TYPEINFO (QVersionNumber, Q_RELOCATABLE_TYPE)
 
Q_CORE_EXPORT QDebug operator<< (QDebug, const QVersionNumber &version)
 
Q_CORE_EXPORT size_t qHash (const QTypeRevision &key, size_t seed=0)
 
Q_CORE_EXPORT QDataStreamoperator<< (QDataStream &out, const QTypeRevision &revision)
 
Q_CORE_EXPORT QDataStreamoperator>> (QDataStream &in, QTypeRevision &revision)
 
 Q_DECLARE_TYPEINFO (QTypeRevision, Q_RELOCATABLE_TYPE)
 
Q_CORE_EXPORT QDebug operator<< (QDebug, const QTypeRevision &revision)
 

Function Documentation

◆ operator<<() [1/4]

Q_CORE_EXPORT QDataStream & operator<< ( QDataStream out,
const QTypeRevision revision 
)
related

Definition at line 683 of file qversionnumber.cpp.

◆ operator<<() [2/4]

Q_CORE_EXPORT QDataStream & operator<< ( QDataStream out,
const QVersionNumber version 
)
related

Definition at line 493 of file qversionnumber.cpp.

◆ operator<<() [3/4]

Q_CORE_EXPORT QDebug operator<< ( QDebug  debug,
const QTypeRevision revision 
)

Definition at line 705 of file qversionnumber.cpp.

References debug, QTypeRevision::hasMajorVersion(), QTypeRevision::hasMinorVersion(), QTypeRevision::majorVersion(), and QTypeRevision::minorVersion().

+ Here is the call graph for this function:

◆ operator<<() [4/4]

Q_CORE_EXPORT QDebug operator<< ( QDebug  debug,
const QVersionNumber version 
)

Definition at line 517 of file qversionnumber.cpp.

References debug, and QVersionNumber::toString().

+ Here is the call graph for this function:

◆ operator>>() [1/2]

Q_CORE_EXPORT QDataStream & operator>> ( QDataStream in,
QTypeRevision revision 
)
related

Definition at line 695 of file qversionnumber.cpp.

◆ operator>>() [2/2]

Q_CORE_EXPORT QDataStream & operator>> ( QDataStream in,
QVersionNumber version 
)
related

Definition at line 299 of file qversionnumber.cpp.

◆ Q_DECLARE_TYPEINFO() [1/2]

Q_DECLARE_TYPEINFO ( QTypeRevision  ,
Q_RELOCATABLE_TYPE   
)

◆ Q_DECLARE_TYPEINFO() [2/2]

Q_DECLARE_TYPEINFO ( QVersionNumber  ,
Q_RELOCATABLE_TYPE   
)

◆ qHash() [1/2]

Q_CORE_EXPORT size_t qHash ( const QTypeRevision key,
size_t  seed = 0 
)
related

◆ qHash() [2/2]

Q_CORE_EXPORT size_t qHash ( const QVersionNumber key,
size_t  seed = 0 
)
related