Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qqmllocale_p.h File Reference
#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  QV4::Heap::QQmlLocaleData
 
struct  QV4::QQmlLocaleData
 

Namespaces

namespace  QQmlLocale
 
namespace  QV4
 \qmltype Particle \inqmlmodule QtQuick.Particles
 
namespace  QV4::Heap
 

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_PRIVATE_EXPORT QV4::ReturnedValue QQmlLocale::locale (QV4::ExecutionEngine *engine, const QString &localeName)
 Provides locale specific properties and formatted data.
 
Q_QML_PRIVATE_EXPORT QV4::ReturnedValue QQmlLocale::wrap (QV4::ExecutionEngine *engine, const QLocale &locale)
 
Q_QML_PRIVATE_EXPORT void QQmlLocale::registerStringLocaleCompare (QV4::ExecutionEngine *engine)
 
Q_QML_PRIVATE_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  )