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
qtquickplugin.cpp
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#include <QtQml/qqmlextensionplugin.h>
5#include <private/qtquickglobal_p.h>
6
8
11
13{
16public:
18 {
20 volatile auto initialization = &QQuick_initializeModule;
22 Q_UNUSED(initialization);
23 }
24};
25
27
28#include "qtquickplugin.moc"
\inmodule QtCore
Definition qobject.h:103
QObject * parent() const
Returns a pointer to the parent object.
Definition qobject.h:346
The QQmlEngineExtensionPlugin class provides an abstract base for custom QML extension plugins.
QtQuick2Plugin(QObject *parent=nullptr)
Combined button and popup list for selecting options.
#define QQmlExtensionInterface_iid
static const QQmlModuleRegistration registration("QtQml", qml_register_types_QtQml)
#define Q_OBJECT
#define Q_PLUGIN_METADATA(x)
#define Q_UNUSED(x)
QT_BEGIN_NAMESPACE void Q_QUICK_EXPORT qml_register_types_QtQuick()
void Q_QUICK_EXPORT QQuick_initializeModule()
#define Q_GHS_KEEP_REFERENCE(S)