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
plugin.cpp
Go to the documentation of this file.
1// Copyright (C) 2021 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
3
4#include <QtQml/qqmlextensionplugin.h>
5#include <QtQml/qqml.h>
6#include <QtQml/qqmlengine.h>
7
8#include <QtQuick3DPhysics/qtquick3dphysicsglobal.h>
9
11
24
26
27#include "plugin.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.
QtQuick3DPhysicsPlugin(QObject *parent=nullptr)
Definition plugin.cpp:18
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)
void Q_QUICK3DPHYSICS_EXPORT qml_register_types_QtQuick3D_Physics()