Qt 4.8
|
#include <QtCore/qvariant.h>
#include <QtCore/qstring.h>
#include <QtCore/qobjectdefs.h>
Go to the source code of this file.
Classes | |
class | QLocale |
struct | QLocale::Data |
class | QSystemLocale |
struct | QSystemLocale::CurrencyToStringArgument |
Functions | |
Q_CORE_EXPORT QDataStream & | operator<< (QDataStream &, const QLocale &) |
Q_CORE_EXPORT QDataStream & | operator>> (QDataStream &, QLocale &) |
Q_DECLARE_TYPEINFO (QLocale, Q_MOVABLE_TYPE) | |
Q_CORE_EXPORT QDataStream& operator<< | ( | QDataStream & | , |
const QLocale & | |||
) |
Definition at line 580 of file qlocale.cpp.
Referenced by QLocale::toCurrencyString().
Q_CORE_EXPORT QDataStream& operator>> | ( | QDataStream & | , |
QLocale & | |||
) |
Definition at line 586 of file qlocale.cpp.
Referenced by QLocale::toCurrencyString().
Q_DECLARE_TYPEINFO | ( | QLocale | , |
Q_MOVABLE_TYPE | |||
) |