Qt 4.8
|
Public Functions | |
QVariant | amText () |
QVariant | currencySymbol (QLocale::CurrencySymbolFormat) |
QVariant | dateFormat (QLocale::FormatType) |
QVariant | dateTimeFormat (QLocale::FormatType) |
QVariant | dayName (int, QLocale::FormatType) |
QChar | decimalPoint () |
QVariant | firstDayOfWeek () |
QChar | groupSeparator () |
QVariant | measurementSystem () |
QVariant | monthName (int, QLocale::FormatType) |
QVariant | nativeCountryName () |
QVariant | nativeLanguageName () |
QChar | negativeSign () |
QVariant | pmText () |
QChar | positiveSign () |
QSystemLocalePrivate () | |
QVariant | timeFormat (QLocale::FormatType) |
QVariant | toCurrencyString (const QSystemLocale::CurrencyToStringArgument &) |
QVariant | toString (const QDate &, QLocale::FormatType) |
QVariant | toString (const QTime &, QLocale::FormatType) |
QVariant | toString (const QDateTime &, QLocale::FormatType) |
QVariant | uiLanguages () |
void | update () |
QChar | zeroDigit () |
Private Types | |
enum | SubstitutionType { SUnknown, SContext, SAlways, SNever } |
Private Functions | |
QString | getLocaleInfo (LCTYPE type, int maxlen=0) |
int | getLocaleInfo_int (LCTYPE type, int maxlen=0) |
QChar | getLocaleInfo_qchar (LCTYPE type) |
QString & | substituteDigits (QString &string) |
SubstitutionType | substitution () |
Static Private Functions | |
static QString | winToQtFormat (const QString &sys_fmt) |
Properties | |
QByteArray | langEnvVar |
LCID | lcid |
SubstitutionType | substitutionType |
QChar | zero |
Definition at line 86 of file qlocale_win.cpp.
|
private |
Enumerator | |
---|---|
SUnknown | |
SContext | |
SAlways | |
SNever |
Definition at line 118 of file qlocale_win.cpp.
QSystemLocalePrivate::QSystemLocalePrivate | ( | ) |
Definition at line 142 of file qlocale_win.cpp.
QVariant QSystemLocalePrivate::amText | ( | ) |
Definition at line 387 of file qlocale_win.cpp.
Referenced by winToQtFormat().
QVariant QSystemLocalePrivate::currencySymbol | ( | QLocale::CurrencySymbolFormat | format | ) |
Definition at line 419 of file qlocale_win.cpp.
Referenced by winToQtFormat().
QVariant QSystemLocalePrivate::dateFormat | ( | QLocale::FormatType | type | ) |
Definition at line 247 of file qlocale_win.cpp.
Referenced by dateTimeFormat(), and winToQtFormat().
QVariant QSystemLocalePrivate::dateTimeFormat | ( | QLocale::FormatType | type | ) |
Definition at line 273 of file qlocale_win.cpp.
Referenced by winToQtFormat().
QVariant QSystemLocalePrivate::dayName | ( | int | day, |
QLocale::FormatType | type | ||
) |
Definition at line 278 of file qlocale_win.cpp.
Referenced by winToQtFormat().
QChar QSystemLocalePrivate::decimalPoint | ( | ) |
Definition at line 227 of file qlocale_win.cpp.
Referenced by winToQtFormat().
QVariant QSystemLocalePrivate::firstDayOfWeek | ( | ) |
Definition at line 409 of file qlocale_win.cpp.
Referenced by winToQtFormat().
|
private |
Definition at line 149 of file qlocale_win.cpp.
Referenced by dateFormat(), dayName(), getLocaleInfo_int(), getLocaleInfo_qchar(), monthName(), nativeCountryName(), nativeLanguageName(), timeFormat(), and toCurrencyString().
|
private |
Definition at line 165 of file qlocale_win.cpp.
Referenced by toCurrencyString().
|
private |
Definition at line 173 of file qlocale_win.cpp.
Referenced by decimalPoint(), groupSeparator(), negativeSign(), positiveSign(), and zeroDigit().
QChar QSystemLocalePrivate::groupSeparator | ( | ) |
Definition at line 232 of file qlocale_win.cpp.
Referenced by winToQtFormat().
QVariant QSystemLocalePrivate::measurementSystem | ( | ) |
Definition at line 373 of file qlocale_win.cpp.
Referenced by winToQtFormat().
QVariant QSystemLocalePrivate::monthName | ( | int | month, |
QLocale::FormatType | type | ||
) |
Definition at line 305 of file qlocale_win.cpp.
Referenced by winToQtFormat().
QVariant QSystemLocalePrivate::nativeCountryName | ( | ) |
Definition at line 577 of file qlocale_win.cpp.
Referenced by winToQtFormat().
QVariant QSystemLocalePrivate::nativeLanguageName | ( | ) |
Definition at line 570 of file qlocale_win.cpp.
Referenced by winToQtFormat().
QChar QSystemLocalePrivate::negativeSign | ( | ) |
Definition at line 237 of file qlocale_win.cpp.
Referenced by winToQtFormat().
QVariant QSystemLocalePrivate::pmText | ( | ) |
Definition at line 398 of file qlocale_win.cpp.
Referenced by winToQtFormat().
QChar QSystemLocalePrivate::positiveSign | ( | ) |
Definition at line 242 of file qlocale_win.cpp.
Referenced by winToQtFormat().
Definition at line 209 of file qlocale_win.cpp.
Referenced by toCurrencyString(), and toString().
|
private |
Definition at line 179 of file qlocale_win.cpp.
Referenced by toCurrencyString(), and toString().
QVariant QSystemLocalePrivate::timeFormat | ( | QLocale::FormatType | type | ) |
Definition at line 260 of file qlocale_win.cpp.
Referenced by dateTimeFormat(), and winToQtFormat().
QVariant QSystemLocalePrivate::toCurrencyString | ( | const QSystemLocale::CurrencyToStringArgument & | arg | ) |
Definition at line 448 of file qlocale_win.cpp.
Referenced by winToQtFormat().
QVariant QSystemLocalePrivate::toString | ( | const QDate & | date, |
QLocale::FormatType | type | ||
) |
Definition at line 328 of file qlocale_win.cpp.
Referenced by dateTimeFormat(), toString(), and winToQtFormat().
QVariant QSystemLocalePrivate::toString | ( | const QTime & | time, |
QLocale::FormatType | |||
) |
Definition at line 347 of file qlocale_win.cpp.
QVariant QSystemLocalePrivate::toString | ( | const QDateTime & | dt, |
QLocale::FormatType | type | ||
) |
Definition at line 368 of file qlocale_win.cpp.
QVariant QSystemLocalePrivate::uiLanguages | ( | ) |
Definition at line 525 of file qlocale_win.cpp.
Referenced by winToQtFormat().
void QSystemLocalePrivate::update | ( | ) |
Definition at line 585 of file qlocale_win.cpp.
Referenced by winToQtFormat().
Definition at line 592 of file qlocale_win.cpp.
Referenced by dateFormat(), and timeFormat().
QChar QSystemLocalePrivate::zeroDigit | ( | ) |
Definition at line 220 of file qlocale_win.cpp.
Referenced by substituteDigits(), and winToQtFormat().
|
private |
Definition at line 116 of file qlocale_win.cpp.
Referenced by getWinLocaleName(), and QSystemLocalePrivate().
|
private |
Definition at line 126 of file qlocale_win.cpp.
Referenced by amText(), currencySymbol(), firstDayOfWeek(), getLocaleInfo(), measurementSystem(), pmText(), QSystemLocalePrivate(), substitution(), toCurrencyString(), toString(), and update().
|
private |
Definition at line 127 of file qlocale_win.cpp.
Referenced by substitution(), and update().
|
private |
Definition at line 128 of file qlocale_win.cpp.
Referenced by substituteDigits(), substitution(), update(), and zeroDigit().