4#include <QtQml/qqmlextensionplugin.h>
7#include <QtWaylandCompositor/qwaylandquickextension.h>
52 qmlRegisterType<QWaylandQtShellQuickExtension>(uri, 1, 0,
"QtShell");
53 qmlRegisterType<QWaylandQtShellSurface>(uri, 1, 0,
"QtShellSurface");
54 qmlRegisterType<QWaylandQtShellChrome>(uri, 1, 0,
"QtShellChrome");
60#include "qwaylandqtshellplugin.moc"
The QQmlExtensionPlugin class provides an abstract base for custom QML extension plugins with custom ...
\qmlmodule QtWayland.Compositor.QtShell \title Qt Wayland Qt Shell Extension
void registerTypes(const char *uri) override
Registers the QML types in the given uri.
static void defineModule(const char *uri)
Combined button and popup list for selecting options.
void qmlRegisterModule(const char *uri, int versionMajor, int versionMinor)
#define QQmlExtensionInterface_iid
QLatin1StringView QLatin1String
#define Q_COMPOSITOR_DECLARE_QUICK_EXTENSION_CLASS(className)