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

(71bbc35a3774ba7411970ff74068f5211b73e425)

#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 863 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 4936 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 869 of file qlocale.cpp.

◆ qHash()

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