#include <qqmllocale_p.h>
|
| Q_INVOKABLE | QQmlLocaleValueType (const QString &name) |
| Q_INVOKABLE QString | currencySymbol (QLocale::CurrencySymbolFormat format=QLocale::CurrencySymbol) const |
| Q_INVOKABLE QString | dateTimeFormat (QLocale::FormatType format=QLocale::LongFormat) const |
| Q_INVOKABLE QString | timeFormat (QLocale::FormatType format=QLocale::LongFormat) const |
| Q_INVOKABLE QString | dateFormat (QLocale::FormatType format=QLocale::LongFormat) const |
| Q_INVOKABLE QString | monthName (int index, QLocale::FormatType format=QLocale::LongFormat) const |
| Q_INVOKABLE QString | standaloneMonthName (int index, QLocale::FormatType format=QLocale::LongFormat) const |
| Q_INVOKABLE QString | dayName (int index, QLocale::FormatType format=QLocale::LongFormat) const |
| Q_INVOKABLE QString | standaloneDayName (int index, QLocale::FormatType format=QLocale::LongFormat) const |
| Q_INVOKABLE void | formattedDataSize (QQmlV4FunctionPtr args) const |
| Q_INVOKABLE QString | formattedDataSize (double bytes, int precision=2, QLocale::DataSizeFormats format=QLocale::DataSizeIecFormat) const |
| Q_INVOKABLE void | toString (QQmlV4FunctionPtr args) const |
| Q_INVOKABLE QString | toString () const |
| Q_INVOKABLE QString | toString (int i) const |
| Q_INVOKABLE QString | toString (double f) const |
| Q_INVOKABLE QString | toString (double f, const QString &format, int precision=6) const |
| Q_INVOKABLE QString | toString (const QDateTime &dateTime, const QString &format) const |
| Q_INVOKABLE QString | toString (const QDateTime &dateTime, QLocale::FormatType format=QLocale::LongFormat) const |
| Q_INVOKABLE QString | createSeparatedList (const QStringList &list) const |
| QQmlLocale::DayOfWeek | firstDayOfWeek () const |
| QLocale::MeasurementSystem | measurementSystem () const |
| Qt::LayoutDirection | textDirection () const |
| QList< QQmlLocale::DayOfWeek > | weekDays () const |
| QStringList | uiLanguages () const |
| QString | name () const |
| QString | nativeLanguageName () const |
| QString | nativeTerritoryName () const |
| QString | decimalPoint () const |
| QString | groupSeparator () const |
| QString | percent () const |
| QString | zeroDigit () const |
| QString | negativeSign () const |
| QString | positiveSign () const |
| QString | exponential () const |
| QString | amText () const |
| QString | pmText () const |
| QLocale::NumberOptions | numberOptions () const |
| void | setNumberOptions (const QLocale::NumberOptions &numberOptions) |
Definition at line 93 of file qqmllocale_p.h.
◆ QQmlLocaleValueType()
◆ amText()
| QString QQmlLocaleValueType::amText |
( |
| ) |
const |
|
inline |
◆ createSeparatedList()
◆ currencySymbol()
◆ dateFormat()
◆ dateTimeFormat()
◆ dayName()
◆ decimalPoint()
| QString QQmlLocaleValueType::decimalPoint |
( |
| ) |
const |
|
inline |
◆ exponential()
| QString QQmlLocaleValueType::exponential |
( |
| ) |
const |
|
inline |
◆ firstDayOfWeek()
◆ formattedDataSize() [1/2]
◆ formattedDataSize() [2/2]
◆ groupSeparator()
| QString QQmlLocaleValueType::groupSeparator |
( |
| ) |
const |
|
inline |
◆ measurementSystem()
◆ monthName()
◆ name()
| QString QQmlLocaleValueType::name |
( |
| ) |
const |
|
inline |
◆ nativeLanguageName()
| QString QQmlLocaleValueType::nativeLanguageName |
( |
| ) |
const |
|
inline |
◆ nativeTerritoryName()
| QString QQmlLocaleValueType::nativeTerritoryName |
( |
| ) |
const |
|
inline |
◆ negativeSign()
| QString QQmlLocaleValueType::negativeSign |
( |
| ) |
const |
|
inline |
◆ numberOptions()
| QLocale::NumberOptions QQmlLocaleValueType::numberOptions |
( |
| ) |
const |
|
inline |
◆ percent()
| QString QQmlLocaleValueType::percent |
( |
| ) |
const |
|
inline |
◆ pmText()
| QString QQmlLocaleValueType::pmText |
( |
| ) |
const |
|
inline |
◆ positiveSign()
| QString QQmlLocaleValueType::positiveSign |
( |
| ) |
const |
|
inline |
◆ setNumberOptions()
| void QQmlLocaleValueType::setNumberOptions |
( |
const QLocale::NumberOptions & | numberOptions | ) |
|
|
inline |
◆ standaloneDayName()
◆ standaloneMonthName()
◆ textDirection()
◆ timeFormat()
◆ toString() [1/7]
◆ toString() [2/7]
◆ toString() [3/7]
◆ toString() [4/7]
◆ toString() [5/7]
◆ toString() [6/7]
◆ toString() [7/7]
◆ uiLanguages()
◆ weekDays()
◆ zeroDigit()
| QString QQmlLocaleValueType::zeroDigit |
( |
| ) |
const |
|
inline |
◆ amText
| QString QQmlLocaleValueType::amText |
|
read |
◆ decimalPoint
| QString QQmlLocaleValueType::decimalPoint |
|
read |
◆ exponential
| QString QQmlLocaleValueType::exponential |
|
read |
◆ firstDayOfWeek
◆ groupSeparator
| QString QQmlLocaleValueType::groupSeparator |
|
read |
◆ measurementSystem
◆ name
◆ nativeLanguageName
| QString QQmlLocaleValueType::nativeLanguageName |
|
read |
◆ nativeTerritoryName
| QString QQmlLocaleValueType::nativeTerritoryName |
|
read |
◆ negativeSign
| QString QQmlLocaleValueType::negativeSign |
|
read |
◆ numberOptions
| QLocale::NumberOptions QQmlLocaleValueType::numberOptions |
|
readwrite |
◆ percent
| QString QQmlLocaleValueType::percent |
|
read |
◆ pmText
| QString QQmlLocaleValueType::pmText |
|
read |
◆ positiveSign
| QString QQmlLocaleValueType::positiveSign |
|
read |
◆ textDirection
◆ uiLanguages
◆ weekDays
◆ zeroDigit
| QString QQmlLocaleValueType::zeroDigit |
|
read |
The documentation for this class was generated from the following files: