![]() |
Qt 6.x
The Qt SDK
|
#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 QDataStream & | operator<< (QDataStream &, const QLocale &) |
| Q_CORE_EXPORT QDataStream & | operator>> (QDataStream &, QLocale &) |
| Q_CORE_EXPORT QDebug | operator<< (QDebug, const QLocale &) |
| 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: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:| Q_CORE_EXPORT QDataStream & operator>> | ( | QDataStream & | ds, |
| QLocale & | l | ||
| ) |
Definition at line 845 of file qlocale.cpp.
|
related |