![]() |
CopperSpice API
2.0.0
|
This is the complete list of members for QLocale, including all inherited members.
| Country enum name | QLocale | |
| CurrencySymbolFormat enum name | QLocale | |
| FormatType enum name | QLocale | |
| Language enum name | QLocale | |
| MeasurementSystem enum name | QLocale | |
| NumberOption enum name | QLocale | |
| NumberOptions typedef | QLocale | |
| QLocale() | QLocale | |
| QLocale(const QString &name) | QLocale | |
| QLocale(Language language, Country country) | QLocale | |
| QLocale(Language language, Script script=Script::AnyScript, Country country=Country::AnyCountry) | QLocale | |
| QLocale(const QLocale &other) | QLocale | |
| QLocale(QLocale &&other) | QLocale | |
| QuotationStyle enum name | QLocale | |
| Script enum name | QLocale | |
| amText() const | QLocale | |
| bcp47Name() const | QLocale | |
| c() | QLocale | inlinestatic |
| country() const | QLocale | |
| countryToString(Country country) | QLocale | static |
| createSeparatedList(const QStringList &list) const | QLocale | |
| currencySymbol(CurrencySymbolFormat symbolFormat=CurrencySymbol) const | QLocale | |
| dateFormat(FormatType formatType=LongFormat) const | QLocale | |
| dateTimeFormat(FormatType formatType=LongFormat) const | QLocale | |
| dayName(int day, FormatType formatType=LongFormat) const | QLocale | |
| decimalPoint() const | QLocale | |
| exponential() const | QLocale | |
| firstDayOfWeek() const | QLocale | |
| groupSeparator() const | QLocale | |
| language() const | QLocale | |
| languageToString(Language language) | QLocale | static |
| matchingLocales(QLocale::Language language, QLocale::Script script, QLocale::Country country) | QLocale | static |
| measurementSystem() const | QLocale | |
| monthName(int month, FormatType formatType=LongFormat) const | QLocale | |
| name() const | QLocale | |
| nativeCountryName() const | QLocale | |
| nativeLanguageName() const | QLocale | |
| negativeSign() const | QLocale | |
| numberOptions() const | QLocale | |
| operator!=(const QLocale &other) const | QLocale | |
| operator=(const QLocale &other) | QLocale | |
| operator=(QLocale &&other) | QLocale | |
| operator==(const QLocale &other) const | QLocale | |
| percent() const | QLocale | |
| pmText() const | QLocale | |
| positiveSign() const | QLocale | |
| quoteString(const QString &str, QuotationStyle style=StandardQuotation) const | QLocale | |
| quoteString(QStringView str, QuotationStyle style=StandardQuotation) const | QLocale | |
| script() const | QLocale | |
| scriptToString(Script script) | QLocale | static |
| setDefault(const QLocale &locale) | QLocale | static |
| setNumberOptions(NumberOptions options) | QLocale | |
| standaloneDayName(int day, FormatType formatType=LongFormat) const | QLocale | |
| standaloneMonthName(int month, FormatType formatType=LongFormat) const | QLocale | |
| system() | QLocale | static |
| textDirection() const | QLocale | |
| timeFormat(FormatType formatType=LongFormat) const | QLocale | |
| toCurrencyString(qint64 value, const QString &symbol=QString ()) const | QLocale | |
| toCurrencyString(quint64 value, const QString &symbol=QString ()) const | QLocale | |
| toCurrencyString(short value, const QString &symbol=QString ()) const | QLocale | inline |
| toCurrencyString(ushort value, const QString &symbol=QString ()) const | QLocale | inline |
| toCurrencyString(int value, const QString &symbol=QString ()) const | QLocale | inline |
| toCurrencyString(uint value, const QString &symbol=QString ()) const | QLocale | inline |
| toCurrencyString(double value, const QString &symbol=QString ()) const | QLocale | |
| toCurrencyString(float value, const QString &symbol=QString ()) const | QLocale | inline |
| toDate(const QString &string, FormatType formatType=LongFormat) const | QLocale | |
| toDate(const QString &string, const QString &format) const | QLocale | |
| toDateTime(const QString &string, FormatType formatType=LongFormat) const | QLocale | |
| toDateTime(const QString &string, const QString &format) const | QLocale | |
| toDouble(const QString &s, bool *ok=nullptr) const | QLocale | |
| toFloat(const QString &s, bool *ok=nullptr) const | QLocale | |
| toInt(const QString &s, bool *ok=nullptr, int base=0) const | QLocale | |
| toLongLong(const QString &s, bool *ok=nullptr, int base=0) const | QLocale | |
| toLower(const QString &str) const | QLocale | |
| toShort(const QString &s, bool *ok=nullptr, int base=0) const | QLocale | |
| toString(qint64 value) const | QLocale | |
| toString(quint64 value) const | QLocale | |
| toString(short value) const | QLocale | inline |
| toString(ushort value) const | QLocale | inline |
| toString(int value) const | QLocale | inline |
| toString(uint value) const | QLocale | inline |
| toString(double value, char f= 'g', int prec=6) const | QLocale | |
| toString(float value, char f= 'g', int prec=6) const | QLocale | inline |
| toString(const QDate &date, const QString &format) const | QLocale | |
| toString(const QDate &date, FormatType formatType=LongFormat) const | QLocale | |
| toString(const QTime &time, const QString &format) const | QLocale | |
| toString(const QTime &time, FormatType formatType=LongFormat) const | QLocale | |
| toString(const QDateTime &dateTime, FormatType formatType=LongFormat) const | QLocale | |
| toString(const QDateTime &dateTime, const QString &format) const | QLocale | |
| toTime(const QString &string, FormatType formatType=LongFormat) const | QLocale | |
| toTime(const QString &string, const QString &format) const | QLocale | |
| toUInt(const QString &s, bool *ok=nullptr, int base=0) const | QLocale | |
| toULongLong(const QString &s, bool *ok=nullptr, int base=0) const | QLocale | |
| toUShort(const QString &s, bool *ok=nullptr, int base=0) const | QLocale | |
| toUpper(const QString &str) const | QLocale | |
| uiLanguages() const | QLocale | |
| weekdays() const | QLocale | |
| zeroDigit() const | QLocale |