Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qquickglobal.cpp File Reference

(01cd43d30e3ca2c4dd94a4a4711604adb9417517)

#include <QtQuick/private/qquickvaluetypes_p.h>
#include <QtQuick/private/qquickapplication_p.h>
#include <QtQuick/private/qquickstate_p.h>
#include <QtQuick/private/qquickpropertychanges_p.h>
#include <QtQuick/private/qquickitemsmodule_p.h>
#include <QtGui/QGuiApplication>
#include <QtGui/qdesktopservices.h>
#include <QtGui/qfontdatabase.h>
#include <QtGui/qstylehints.h>
#include <QtQml/private/qqmlbinding_p.h>
#include <QtQml/private/qqmldebugserviceinterfaces_p.h>
#include <QtQml/private/qqmldebugstatesdelegate_p.h>
#include <QtQml/private/qqmlglobal_p.h>
#include <QtQml/private/qv4engine_p.h>
#include <QtQml/private/qv4object_p.h>
#include <QtQml/private/qqmlanybinding_p.h>
#include <QtQml/qqmlextensionplugin.h>
#include <QtCore/qiterable.h>
#include <QtCore/qpointer.h>
Include dependency graph for qquickglobal.cpp:

Go to the source code of this file.

Classes

class  QQuickColorProvider
class  QQuickGuiProvider

Functions

static QQuickColorProvidergetColorProvider ()
static QQuickGuiProvidergetGuiProvider ()
void qml_register_types_QtQml ()
 Q_GHS_KEEP_REFERENCE (qml_register_types_QtQml)
void QQuick_initializeModule ()

Function Documentation

◆ getColorProvider()

QQuickColorProvider * getColorProvider ( void )
static

Definition at line 281 of file qquickglobal.cpp.

Referenced by QQuick_initializeModule().

Here is the caller graph for this function:

◆ getGuiProvider()

QQuickGuiProvider * getGuiProvider ( void )
static

Definition at line 287 of file qquickglobal.cpp.

Referenced by QQuick_initializeModule().

Here is the caller graph for this function:

◆ Q_GHS_KEEP_REFERENCE()

Q_GHS_KEEP_REFERENCE ( qml_register_types_QtQml )

◆ qml_register_types_QtQml()

void qml_register_types_QtQml ( )

Referenced by QQuick_initializeModule().

Here is the caller graph for this function:

◆ QQuick_initializeModule()

void QQuick_initializeModule ( )

Definition at line 297 of file qquickglobal.cpp.

References getColorProvider(), getGuiProvider(), and qml_register_types_QtQml().

Here is the call graph for this function: