Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qlocale.h File Reference
#include <QtCore/qvariant.h>
#include <QtCore/qstring.h>
#include <QtCore/qobjectdefs.h>
#include <QtCore/qshareddata.h>
+ Include dependency graph for qlocale.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QLocale
 

Functions

Q_CORE_EXPORT size_t qHash (const QLocale &key, size_t seed=0) noexcept
 
Q_CORE_EXPORT QDataStreamoperator<< (QDataStream &, const QLocale &)
 
Q_CORE_EXPORT QDataStreamoperator>> (QDataStream &, QLocale &)
 
Q_CORE_EXPORT QDebug operator<< (QDebug, const QLocale &)
 

Function Documentation

◆ operator<<() [1/2]

Q_CORE_EXPORT QDataStream & operator<< ( QDataStream ds,
const QLocale l 
)

Definition at line 839 of file qlocale.cpp.

References QLocale::name().

+ Here is the call graph for this function:

◆ operator<<() [2/2]

Q_CORE_EXPORT QDebug operator<< ( QDebug  dbg,
const QLocale l 
)

Definition at line 4758 of file qlocale.cpp.

References QLocale::language(), QLocale::languageToString(), QLocale::script(), QLocale::scriptToString(), QLocale::territory(), and QLocale::territoryToString().

+ Here is the call graph for this function:

◆ operator>>()

Q_CORE_EXPORT QDataStream & operator>> ( QDataStream ds,
QLocale l 
)

Definition at line 845 of file qlocale.cpp.

◆ qHash()

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