Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qqmllocale_p.h File Reference

(99c7fe45be00b694da4041c5a06e5484f2985dc6)

#include <qqml.h>
#include <QtCore/qlocale.h>
#include <QtCore/qobject.h>
#include <private/qtqmlglobal_p.h>
#include <private/qv4object_p.h>
+ Include dependency graph for qqmllocale_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QQmlDateExtension
 
class  QQmlNumberExtension
 
struct  DayOfWeekList
 
class  QQmlLocaleValueType
 

Namespaces

namespace  QQmlLocale
 

Enumerations

enum  QQmlLocale::DayOfWeek {
  QQmlLocale::Sunday = 0 , QQmlLocale::Monday = Qt::Monday , QQmlLocale::Tuesday = Qt::Tuesday , QQmlLocale::Wednesday = Qt::Wednesday ,
  QQmlLocale::Thursday = Qt::Thursday , QQmlLocale::Friday = Qt::Friday , QQmlLocale::Saturday = Qt::Saturday
}
 

Functions

 QT_REQUIRE_CONFIG (qml_locale)
 
Q_QML_EXPORT QV4::ReturnedValue QQmlLocale::locale (QV4::ExecutionEngine *engine, const QString &localeName)
 Provides locale specific properties and formatted data.
 
Q_QML_EXPORT void QQmlLocale::registerStringLocaleCompare (QV4::ExecutionEngine *engine)
 
Q_QML_EXPORT QV4::ReturnedValue QQmlLocale::method_localeCompare (const QV4::FunctionObject *, const QV4::Value *thisObject, const QV4::Value *argv, int argc)
 

Function Documentation

◆ QT_REQUIRE_CONFIG()

QT_REQUIRE_CONFIG ( qml_locale )