NAME
Qt::Core::QLocale
PUBLIC METHODS
- QLocale()
- QLocale(const QString & name)
- QLocale(const QLocale & other)
- QLocale(QLocale::Language language, QLocale::Country country = QLocale::AnyCountry)
- QLocale(QLocale::Language language, QLocale::Country country)
- QString amText()
- static QLocale c()
- QLocale::Country country()
- static QString countryToString(QLocale::Country country)
- QString dateFormat(QLocale::FormatType format = QLocale::LongFormat)
- QString dateFormat(QLocale::FormatType format)
- QString dateTimeFormat(QLocale::FormatType format = QLocale::LongFormat)
- QString dateTimeFormat(QLocale::FormatType format)
- QString dayName(int arg0, QLocale::FormatType format = QLocale::LongFormat)
- QString dayName(int arg0, QLocale::FormatType format)
- QChar decimalPoint()
- QChar exponential()
- QChar groupSeparator()
- QLocale::Language language()
- static QString languageToString(QLocale::Language language)
- QLocale::MeasurementSystem measurementSystem()
- QString monthName(int arg0, QLocale::FormatType format = QLocale::LongFormat)
- QString monthName(int arg0, QLocale::FormatType format)
- QString name()
- QChar negativeSign()
- bool operator!=(const QLocale & other)
- QLocale & operator=(const QLocale & other)
- bool operator==(const QLocale & other)
- QChar percent()
- QString pmText()
- QChar positiveSign()
- static void setDefault(const QLocale & locale)
- QString standaloneDayName(int arg0, QLocale::FormatType format = QLocale::LongFormat)
- QString standaloneDayName(int arg0, QLocale::FormatType format)
- QString standaloneMonthName(int arg0, QLocale::FormatType format = QLocale::LongFormat)
- QString standaloneMonthName(int arg0, QLocale::FormatType format)
- static QLocale system()
- QString timeFormat(QLocale::FormatType format = QLocale::LongFormat)
- QString timeFormat(QLocale::FormatType format)
- QDate toDate(const QString & string, QLocale::FormatType arg1 = QLocale::LongFormat)
- QDate toDate(const QString & string, QLocale::FormatType arg1)
- QDate toDate(const QString & string, const QString & format)
- QDateTime toDateTime(const QString & string, QLocale::FormatType format = QLocale::LongFormat)
- QDateTime toDateTime(const QString & string, QLocale::FormatType format)
- QDateTime toDateTime(const QString & string, const QString & format)
- double toDouble(const QString & s, bool * ok = 0)
- double toDouble(const QString & s, bool * ok)
- float toFloat(const QString & s, bool * ok = 0)
- float toFloat(const QString & s, bool * ok)
- int toInt(const QString & s, bool * ok, int base = 0)
- int toInt(const QString & s, bool * ok, int base)
- int toInt(const QString & s, bool * ok = 0, int base = 0)
- int toInt(const QString & s, bool * ok, int base = 0)
- qlonglong toLongLong(const QString & s, bool * ok, int base = 0)
- qlonglong toLongLong(const QString & s, bool * ok, int base)
- qlonglong toLongLong(const QString & s, bool * ok = 0, int base = 0)
- qlonglong toLongLong(const QString & s, bool * ok, int base = 0)
- short toShort(const QString & s, bool * ok, int base = 0)
- short toShort(const QString & s, bool * ok, int base)
- short toShort(const QString & s, bool * ok = 0, int base = 0)
- short toShort(const QString & s, bool * ok, int base = 0)
- QString toString(qlonglong i)
- QString toString(qulonglong i)
- QString toString(short i)
- QString toString(ushort i)
- QString toString(int i)
- QString toString(uint i)
- QString toString(const QDate & date, const QString & formatStr)
- QString toString(const QDate & date, QLocale::FormatType format = QLocale::LongFormat)
- QString toString(const QDate & date, QLocale::FormatType format)
- QString toString(const QTime & time, const QString & formatStr)
- QString toString(const QTime & time, QLocale::FormatType format = QLocale::LongFormat)
- QString toString(const QTime & time, QLocale::FormatType format)
- QString toString(const QDateTime & dateTime, QLocale::FormatType format = QLocale::LongFormat)
- QString toString(const QDateTime & dateTime, QLocale::FormatType format)
- QString toString(const QDateTime & dateTime, const QString & format)
- QString toString(double i, char f, int prec = 6)
- QString toString(double i, char f, int prec)
- QString toString(double i, char f = 'g', int prec = 6)
- QString toString(double i, char f, int prec = 6)
- QString toString(float i, char f, int prec = 6)
- QString toString(float i, char f, int prec)
- QString toString(float i, char f = 'g', int prec = 6)
- QString toString(float i, char f, int prec = 6)
- QTime toTime(const QString & string, QLocale::FormatType arg1 = QLocale::LongFormat)
- QTime toTime(const QString & string, QLocale::FormatType arg1)
- QTime toTime(const QString & string, const QString & format)
- uint toUInt(const QString & s, bool * ok, int base = 0)
- uint toUInt(const QString & s, bool * ok, int base)
- uint toUInt(const QString & s, bool * ok = 0, int base = 0)
- uint toUInt(const QString & s, bool * ok, int base = 0)
- qlonglong toULongLong(const QString & s, bool * ok, int base = 0)
- qlonglong toULongLong(const QString & s, bool * ok, int base)
- qlonglong toULongLong(const QString & s, bool * ok = 0, int base = 0)
- qlonglong toULongLong(const QString & s, bool * ok, int base = 0)
- ushort toUShort(const QString & s, bool * ok, int base = 0)
- ushort toUShort(const QString & s, bool * ok, int base)
- ushort toUShort(const QString & s, bool * ok = 0, int base = 0)
- ushort toUShort(const QString & s, bool * ok, int base = 0)
- QChar zeroDigit()
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.