From a1ca3ae56f33bff34db71d1dec6104d0d6614e6d Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Thu, 30 Aug 2018 17:01:21 +0200 Subject: Update plugins.qmltypes Task-number: QTBUG-70264 Change-Id: Idd4c6b2b7bb032241555a08e2b3e420b1312aa35 Reviewed-by: Johan Helsing --- src/imports/compositor/compositor.pro | 2 +- src/imports/compositor/plugins.qmltypes | 481 +++++++++++++++++++++++++++++++- 2 files changed, 473 insertions(+), 10 deletions(-) diff --git a/src/imports/compositor/compositor.pro b/src/imports/compositor/compositor.pro index 12e5a528..50b26d4d 100644 --- a/src/imports/compositor/compositor.pro +++ b/src/imports/compositor/compositor.pro @@ -1,7 +1,7 @@ CXX_MODULE = qml TARGET = qwaylandcompositorplugin TARGETPATH = QtWayland/Compositor -IMPORT_VERSION = 1.0 +IMPORT_VERSION = 1.3 HEADERS += \ qwaylandmousetracker_p.h diff --git a/src/imports/compositor/plugins.qmltypes b/src/imports/compositor/plugins.qmltypes index c88b3b47..a0ff2eb7 100644 --- a/src/imports/compositor/plugins.qmltypes +++ b/src/imports/compositor/plugins.qmltypes @@ -4,10 +4,10 @@ import QtQuick.tooling 1.2 // It is used for QML tooling purposes only. // // This file was auto-generated by: -// 'qmlplugindump -nonrelocatable QtWayland.Compositor 1.0' +// 'qmlplugindump -nonrelocatable QtWayland.Compositor 1.3' Module { - dependencies: ["QtQuick 2.0", "QtQuick.Window 2.2"] + dependencies: ["QtQuick 2.0", "QtQuick.Window 2.11"] Component { name: "QWaylandClient" prototype: "QObject" @@ -78,6 +78,10 @@ Module { Parameter { name: "output"; type: "QWaylandOutput"; isPointer: true } } Method { name: "processWaylandEvents" } + Method { + name: "addSocketDescriptor" + Parameter { name: "fd"; type: "int" } + } Method { name: "destroyClientForSurface" Parameter { name: "surface"; type: "QWaylandSurface"; isPointer: true } @@ -140,9 +144,11 @@ Module { } Component { name: "QWaylandIviSurface" + defaultProperty: "data" prototype: "QWaylandShellSurface" exports: ["QtWayland.Compositor/IviSurface 1.0"] exportMetaObjectRevisions: [0] + Property { name: "data"; type: "QObject"; isList: true; isReadonly: true } Property { name: "surface"; type: "QWaylandSurface"; isReadonly: true; isPointer: true } Property { name: "iviId"; type: "uint"; isReadonly: true } Method { @@ -159,9 +165,11 @@ Module { } Component { name: "QWaylandKeymap" + defaultProperty: "data" prototype: "QObject" exports: ["QtWayland.Compositor/WaylandKeymap 1.0"] exportMetaObjectRevisions: [0] + Property { name: "data"; type: "QObject"; isList: true; isReadonly: true } Property { name: "layout"; type: "string" } Property { name: "variant"; type: "string" } Property { name: "options"; type: "string" } @@ -261,6 +269,13 @@ Module { } Property { name: "data"; type: "QObject"; isList: true; isReadonly: true } } + Component { + name: "QWaylandQuickHardwareLayer" + prototype: "QObject" + exports: ["QtWayland.Compositor/WaylandHardwareLayer 1.2"] + exportMetaObjectRevisions: [0] + Property { name: "stackingLevel"; type: "int" } + } Component { name: "QWaylandQuickItem" defaultProperty: "data" @@ -296,6 +311,15 @@ Module { } Method { name: "raise" } Method { name: "lower" } + Method { + name: "sendMouseMoveEvent" + Parameter { name: "position"; type: "QPointF" } + Parameter { name: "seat"; type: "QWaylandSeat"; isPointer: true } + } + Method { + name: "sendMouseMoveEvent" + Parameter { name: "position"; type: "QPointF" } + } Method { name: "mapToSurface" type: "QPointF" @@ -307,12 +331,15 @@ Module { Parameter { name: "query"; type: "Qt::InputMethodQuery" } Parameter { name: "argument"; type: "QVariant" } } + Method { name: "setPrimary" } } Component { name: "QWaylandQuickOutput" + defaultProperty: "data" prototype: "QWaylandOutput" exports: ["QtWayland.Compositor/WaylandOutput 1.0"] exportMetaObjectRevisions: [0] + Property { name: "data"; type: "QObject"; isList: true; isReadonly: true } Property { name: "automaticFrameCallback"; type: "bool" } Method { name: "updateStarted" } } @@ -324,12 +351,15 @@ Module { exportMetaObjectRevisions: [0] Property { name: "shellSurface"; type: "QWaylandShellSurface"; isPointer: true } Property { name: "moveItem"; type: "QQuickItem"; isPointer: true } + Property { name: "autoCreatePopupItems"; type: "bool" } } Component { name: "QWaylandQuickSurface" + defaultProperty: "data" prototype: "QWaylandSurface" exports: ["QtWayland.Compositor/WaylandSurface 1.0"] exportMetaObjectRevisions: [0] + Property { name: "data"; type: "QObject"; isList: true; isReadonly: true } Property { name: "useTextureAlpha"; type: "bool" } Property { name: "clientRenderingEnabled"; type: "bool" } } @@ -372,6 +402,40 @@ Module { Parameter { name: "hotspotX"; type: "int" } Parameter { name: "hotspotY"; type: "int" } } + Method { + name: "sendKeyEvent" + Parameter { name: "qtKey"; type: "int" } + Parameter { name: "pressed"; type: "bool" } + } + Method { + name: "sendTouchPointPressed" + type: "uint" + Parameter { name: "surface"; type: "QWaylandSurface"; isPointer: true } + Parameter { name: "id"; type: "int" } + Parameter { name: "position"; type: "QPointF" } + } + Method { + name: "sendTouchPointReleased" + type: "uint" + Parameter { name: "surface"; type: "QWaylandSurface"; isPointer: true } + Parameter { name: "id"; type: "int" } + Parameter { name: "position"; type: "QPointF" } + } + Method { + name: "sendTouchPointMoved" + type: "uint" + Parameter { name: "surface"; type: "QWaylandSurface"; isPointer: true } + Parameter { name: "id"; type: "int" } + Parameter { name: "position"; type: "QPointF" } + } + Method { + name: "sendTouchFrameEvent" + Parameter { name: "client"; type: "QWaylandClient"; isPointer: true } + } + Method { + name: "sendTouchCancelEvent" + Parameter { name: "client"; type: "QWaylandClient"; isPointer: true } + } } Component { name: "QWaylandShell" @@ -501,6 +565,7 @@ Module { } Component { name: "QWaylandWlShellSurface" + defaultProperty: "data" prototype: "QWaylandShellSurface" exports: ["QtWayland.Compositor/WlShellSurface 1.0"] exportMetaObjectRevisions: [0] @@ -527,6 +592,7 @@ Module { "BottomRightEdge": 10 } } + Property { name: "data"; type: "QObject"; isList: true; isReadonly: true } Property { name: "surface"; type: "QWaylandSurface"; isReadonly: true; isPointer: true } Property { name: "shell"; type: "QWaylandWlShell"; isReadonly: true; isPointer: true } Property { name: "title"; type: "string"; isReadonly: true } @@ -585,9 +651,139 @@ Module { } Method { name: "sendPopupDone" } } + Component { + name: "QWaylandXdgDecorationManagerV1" + prototype: "QWaylandCompositorExtension" + Property { name: "preferredMode"; type: "QWaylandXdgToplevel::DecorationMode" } + } + Component { + name: "QWaylandXdgDecorationManagerV1QuickExtension" + defaultProperty: "data" + prototype: "QWaylandXdgDecorationManagerV1" + exports: ["QtWayland.Compositor/XdgDecorationManagerV1 1.3"] + exportMetaObjectRevisions: [0] + Property { name: "data"; type: "QObject"; isList: true; isReadonly: true } + } + Component { + name: "QWaylandXdgPopup" + prototype: "QObject" + exports: ["QtWayland.Compositor/XdgPopup 1.3"] + isCreatable: false + exportMetaObjectRevisions: [0] + Property { name: "xdgSurface"; type: "QWaylandXdgSurface"; isReadonly: true; isPointer: true } + Property { + name: "parentXdgSurface" + type: "QWaylandXdgSurface" + isReadonly: true + isPointer: true + } + Property { name: "configuredGeometry"; type: "QRect"; isReadonly: true } + Property { name: "anchorRect"; type: "QRect"; isReadonly: true } + Property { name: "anchorEdges"; type: "Qt::Edges"; isReadonly: true } + Property { name: "gravityEdges"; type: "Qt::Edges"; isReadonly: true } + Property { name: "slideConstraints"; type: "Qt::Orientations"; isReadonly: true } + Property { name: "flipConstraints"; type: "Qt::Orientations"; isReadonly: true } + Property { name: "resizeConstraints"; type: "Qt::Orientations"; isReadonly: true } + Property { name: "offset"; type: "QPoint"; isReadonly: true } + Property { name: "positionerSize"; type: "QSize"; isReadonly: true } + Property { name: "unconstrainedPosition"; type: "QPoint"; isReadonly: true } + Method { + name: "sendConfigure" + type: "uint" + Parameter { name: "geometry"; type: "QRect" } + } + } + Component { + name: "QWaylandXdgPopupV5" + defaultProperty: "data" + prototype: "QWaylandShellSurface" + exports: ["QtWayland.Compositor/XdgPopupV5 1.0"] + exportMetaObjectRevisions: [0] + Property { name: "data"; type: "QObject"; isList: true; isReadonly: true } + Property { name: "shell"; type: "QWaylandXdgShellV5"; isReadonly: true; isPointer: true } + Property { name: "surface"; type: "QWaylandSurface"; isReadonly: true; isPointer: true } + Property { name: "parentSurface"; type: "QWaylandSurface"; isReadonly: true; isPointer: true } + Property { name: "position"; type: "QPoint"; isReadonly: true } + Method { + name: "initialize" + Parameter { name: "shell"; type: "QWaylandXdgShellV5"; isPointer: true } + Parameter { name: "surface"; type: "QWaylandSurface"; isPointer: true } + Parameter { name: "parentSurface"; type: "QWaylandSurface"; isPointer: true } + Parameter { name: "position"; type: "QPoint" } + Parameter { name: "resource"; type: "QWaylandResource" } + } + Method { name: "sendPopupDone" } + } + Component { + name: "QWaylandXdgPopupV6" + prototype: "QObject" + exports: ["QtWayland.Compositor/XdgPopupV6 1.1"] + isCreatable: false + exportMetaObjectRevisions: [0] + Property { name: "xdgSurface"; type: "QWaylandXdgSurfaceV6"; isReadonly: true; isPointer: true } + Property { + name: "parentXdgSurface" + type: "QWaylandXdgSurfaceV6" + isReadonly: true + isPointer: true + } + Property { name: "configuredGeometry"; type: "QRect"; isReadonly: true } + Property { name: "anchorRect"; type: "QRect"; isReadonly: true } + Property { name: "anchorEdges"; type: "Qt::Edges"; isReadonly: true } + Property { name: "gravityEdges"; type: "Qt::Edges"; isReadonly: true } + Property { name: "slideConstraints"; type: "Qt::Orientations"; isReadonly: true } + Property { name: "flipConstraints"; type: "Qt::Orientations"; isReadonly: true } + Property { name: "resizeConstraints"; type: "Qt::Orientations"; isReadonly: true } + Property { name: "offset"; type: "QPoint"; isReadonly: true } + Property { name: "positionerSize"; type: "QSize"; isReadonly: true } + Property { name: "unconstrainedPosition"; type: "QPoint"; isReadonly: true } + Method { + name: "sendConfigure" + type: "uint" + Parameter { name: "geometry"; type: "QRect" } + } + } + Component { + name: "QWaylandXdgShell" + prototype: "QWaylandShell" + Signal { + name: "xdgSurfaceCreated" + Parameter { name: "xdgSurface"; type: "QWaylandXdgSurface"; isPointer: true } + } + Signal { + name: "toplevelCreated" + Parameter { name: "toplevel"; type: "QWaylandXdgToplevel"; isPointer: true } + Parameter { name: "xdgSurface"; type: "QWaylandXdgSurface"; isPointer: true } + } + Signal { + name: "popupCreated" + Parameter { name: "popup"; type: "QWaylandXdgPopup"; isPointer: true } + Parameter { name: "xdgSurface"; type: "QWaylandXdgSurface"; isPointer: true } + } + Signal { + name: "pong" + Parameter { name: "serial"; type: "uint" } + } + Method { + name: "ping" + type: "uint" + Parameter { name: "client"; type: "QWaylandClient"; isPointer: true } + } + } + Component { + name: "QWaylandXdgShellQuickExtension" + defaultProperty: "data" + prototype: "QWaylandXdgShell" + exports: ["QtWayland.Compositor/XdgShell 1.3"] + exportMetaObjectRevisions: [0] + Property { name: "data"; type: "QObject"; isList: true; isReadonly: true } + } Component { name: "QWaylandXdgShellV5" prototype: "QWaylandShell" + exports: ["QtWayland.Compositor/XdgShellV5Base 1.0"] + isCreatable: false + exportMetaObjectRevisions: [0] Signal { name: "xdgSurfaceRequested" Parameter { name: "surface"; type: "QWaylandSurface"; isPointer: true } @@ -628,8 +824,65 @@ Module { exportMetaObjectRevisions: [0] Property { name: "data"; type: "QObject"; isList: true; isReadonly: true } } + Component { + name: "QWaylandXdgShellV6" + prototype: "QWaylandShell" + Signal { + name: "xdgSurfaceCreated" + Parameter { name: "xdgSurface"; type: "QWaylandXdgSurfaceV6"; isPointer: true } + } + Signal { + name: "toplevelCreated" + Parameter { name: "toplevel"; type: "QWaylandXdgToplevelV6"; isPointer: true } + Parameter { name: "xdgSurface"; type: "QWaylandXdgSurfaceV6"; isPointer: true } + } + Signal { + name: "popupCreated" + Parameter { name: "popup"; type: "QWaylandXdgPopupV6"; isPointer: true } + Parameter { name: "xdgSurface"; type: "QWaylandXdgSurfaceV6"; isPointer: true } + } + Signal { + name: "pong" + Parameter { name: "serial"; type: "uint" } + } + Method { + name: "ping" + type: "uint" + Parameter { name: "client"; type: "QWaylandClient"; isPointer: true } + } + } + Component { + name: "QWaylandXdgShellV6QuickExtension" + defaultProperty: "data" + prototype: "QWaylandXdgShellV6" + exports: ["QtWayland.Compositor/XdgShellV6 1.1"] + exportMetaObjectRevisions: [0] + Property { name: "data"; type: "QObject"; isList: true; isReadonly: true } + } + Component { + name: "QWaylandXdgSurface" + defaultProperty: "data" + prototype: "QWaylandShellSurface" + exports: ["QtWayland.Compositor/XdgSurface 1.3"] + exportMetaObjectRevisions: [0] + Property { name: "data"; type: "QObject"; isList: true; isReadonly: true } + Property { name: "shell"; type: "QWaylandXdgShell"; isReadonly: true; isPointer: true } + Property { name: "surface"; type: "QWaylandSurface"; isReadonly: true; isPointer: true } + Property { name: "toplevel"; type: "QWaylandXdgToplevel"; isReadonly: true; isPointer: true } + Property { name: "popup"; type: "QWaylandXdgPopup"; isReadonly: true; isPointer: true } + Property { name: "windowGeometry"; type: "QRect"; isReadonly: true } + Signal { name: "toplevelCreated" } + Signal { name: "popupCreated" } + Method { + name: "initialize" + Parameter { name: "xdgShell"; type: "QWaylandXdgShell"; isPointer: true } + Parameter { name: "surface"; type: "QWaylandSurface"; isPointer: true } + Parameter { name: "resource"; type: "QWaylandResource" } + } + } Component { name: "QWaylandXdgSurfaceV5" + defaultProperty: "data" prototype: "QWaylandShellSurface" exports: ["QtWayland.Compositor/XdgSurfaceV5 1.0"] exportMetaObjectRevisions: [0] @@ -656,6 +909,7 @@ Module { "BottomRightEdge": 10 } } + Property { name: "data"; type: "QObject"; isList: true; isReadonly: true } Property { name: "shell"; type: "QWaylandXdgShellV5"; isReadonly: true; isPointer: true } Property { name: "surface"; type: "QWaylandSurface"; isReadonly: true; isPointer: true } Property { @@ -748,6 +1002,212 @@ Module { Parameter { name: "maxSize"; type: "QSize" } } } + Component { + name: "QWaylandXdgSurfaceV6" + defaultProperty: "data" + prototype: "QWaylandShellSurface" + exports: ["QtWayland.Compositor/XdgSurfaceV6 1.1"] + exportMetaObjectRevisions: [0] + Property { name: "data"; type: "QObject"; isList: true; isReadonly: true } + Property { name: "shell"; type: "QWaylandXdgShellV6"; isReadonly: true; isPointer: true } + Property { name: "surface"; type: "QWaylandSurface"; isReadonly: true; isPointer: true } + Property { name: "toplevel"; type: "QWaylandXdgToplevelV6"; isReadonly: true; isPointer: true } + Property { name: "popup"; type: "QWaylandXdgPopupV6"; isReadonly: true; isPointer: true } + Property { name: "windowGeometry"; type: "QRect"; isReadonly: true } + Signal { name: "toplevelCreated" } + Signal { name: "popupCreated" } + Method { + name: "initialize" + Parameter { name: "xdgShell"; type: "QWaylandXdgShellV6"; isPointer: true } + Parameter { name: "surface"; type: "QWaylandSurface"; isPointer: true } + Parameter { name: "resource"; type: "QWaylandResource" } + } + } + Component { + name: "QWaylandXdgToplevel" + prototype: "QObject" + exports: ["QtWayland.Compositor/XdgToplevel 1.3"] + isCreatable: false + exportMetaObjectRevisions: [0] + Enum { + name: "State" + values: { + "MaximizedState": 1, + "FullscreenState": 2, + "ResizingState": 3, + "ActivatedState": 4 + } + } + Enum { + name: "DecorationMode" + values: { + "ClientSideDecoration": 1, + "ServerSideDecoration": 2 + } + } + Property { name: "xdgSurface"; type: "QWaylandXdgSurface"; isReadonly: true; isPointer: true } + Property { + name: "parentToplevel" + type: "QWaylandXdgToplevel" + isReadonly: true + isPointer: true + } + Property { name: "title"; type: "string"; isReadonly: true } + Property { name: "appId"; type: "string"; isReadonly: true } + Property { name: "maxSize"; type: "QSize"; isReadonly: true } + Property { name: "minSize"; type: "QSize"; isReadonly: true } + Property { name: "states"; type: "QList"; isReadonly: true } + Property { name: "maximized"; type: "bool"; isReadonly: true } + Property { name: "fullscreen"; type: "bool"; isReadonly: true } + Property { name: "resizing"; type: "bool"; isReadonly: true } + Property { name: "activated"; type: "bool"; isReadonly: true } + Property { name: "decorationMode"; type: "DecorationMode"; isReadonly: true } + Signal { + name: "startMove" + Parameter { name: "seat"; type: "QWaylandSeat"; isPointer: true } + } + Signal { + name: "startResize" + Parameter { name: "seat"; type: "QWaylandSeat"; isPointer: true } + Parameter { name: "edges"; type: "Qt::Edges" } + } + Signal { + name: "showWindowMenu" + Parameter { name: "seat"; type: "QWaylandSeat"; isPointer: true } + Parameter { name: "localSurfacePosition"; type: "QPoint" } + } + Signal { name: "setMaximized" } + Signal { name: "unsetMaximized" } + Signal { + name: "setFullscreen" + Parameter { name: "output"; type: "QWaylandOutput"; isPointer: true } + } + Signal { name: "unsetFullscreen" } + Signal { name: "setMinimized" } + Method { + name: "sizeForResize" + type: "QSize" + Parameter { name: "size"; type: "QSizeF" } + Parameter { name: "delta"; type: "QPointF" } + Parameter { name: "edges"; type: "Qt::Edges" } + } + Method { + name: "sendConfigure" + type: "uint" + Parameter { name: "size"; type: "QSize" } + Parameter { name: "states"; type: "QVector" } + } + Method { name: "sendClose" } + Method { + name: "sendMaximized" + type: "uint" + Parameter { name: "size"; type: "QSize" } + } + Method { + name: "sendUnmaximized" + type: "uint" + Parameter { name: "size"; type: "QSize" } + } + Method { name: "sendUnmaximized"; type: "uint" } + Method { + name: "sendFullscreen" + type: "uint" + Parameter { name: "size"; type: "QSize" } + } + Method { + name: "sendResizing" + type: "uint" + Parameter { name: "maxSize"; type: "QSize" } + } + } + Component { + name: "QWaylandXdgToplevelV6" + prototype: "QObject" + exports: ["QtWayland.Compositor/XdgToplevelV6 1.1"] + isCreatable: false + exportMetaObjectRevisions: [0] + Enum { + name: "State" + values: { + "MaximizedState": 1, + "FullscreenState": 2, + "ResizingState": 3, + "ActivatedState": 4 + } + } + Property { + name: "parentToplevel" + type: "QWaylandXdgToplevelV6" + isReadonly: true + isPointer: true + } + Property { name: "title"; type: "string"; isReadonly: true } + Property { name: "appId"; type: "string"; isReadonly: true } + Property { name: "maxSize"; type: "QSize"; isReadonly: true } + Property { name: "minSize"; type: "QSize"; isReadonly: true } + Property { name: "states"; type: "QList"; isReadonly: true } + Property { name: "maximized"; type: "bool"; isReadonly: true } + Property { name: "fullscreen"; type: "bool"; isReadonly: true } + Property { name: "resizing"; type: "bool"; isReadonly: true } + Property { name: "activated"; type: "bool"; isReadonly: true } + Signal { + name: "startMove" + Parameter { name: "seat"; type: "QWaylandSeat"; isPointer: true } + } + Signal { + name: "startResize" + Parameter { name: "seat"; type: "QWaylandSeat"; isPointer: true } + Parameter { name: "edges"; type: "Qt::Edges" } + } + Signal { + name: "showWindowMenu" + Parameter { name: "seat"; type: "QWaylandSeat"; isPointer: true } + Parameter { name: "localSurfacePosition"; type: "QPoint" } + } + Signal { name: "setMaximized" } + Signal { name: "unsetMaximized" } + Signal { + name: "setFullscreen" + Parameter { name: "output"; type: "QWaylandOutput"; isPointer: true } + } + Signal { name: "unsetFullscreen" } + Signal { name: "setMinimized" } + Method { + name: "sizeForResize" + type: "QSize" + Parameter { name: "size"; type: "QSizeF" } + Parameter { name: "delta"; type: "QPointF" } + Parameter { name: "edges"; type: "Qt::Edges" } + } + Method { + name: "sendConfigure" + type: "uint" + Parameter { name: "size"; type: "QSize" } + Parameter { name: "states"; type: "QVector" } + } + Method { name: "sendClose" } + Method { + name: "sendMaximized" + type: "uint" + Parameter { name: "size"; type: "QSize" } + } + Method { + name: "sendUnmaximized" + type: "uint" + Parameter { name: "size"; type: "QSize" } + } + Method { name: "sendUnmaximized"; type: "uint" } + Method { + name: "sendFullscreen" + type: "uint" + Parameter { name: "size"; type: "QSize" } + } + Method { + name: "sendResizing" + type: "uint" + Parameter { name: "maxSize"; type: "QSize" } + } + } Component { prototype: "QQuickItem" name: "QtWayland.Compositor/WaylandCursorItem 1.0" @@ -758,13 +1218,6 @@ Module { Property { name: "seat"; type: "QObject"; isPointer: true } Property { name: "hotspotX"; type: "int" } Property { name: "hotspotY"; type: "int" } - Method { - name: "setCursorSurface" - type: "QVariant" - Parameter { name: "surface"; type: "QVariant" } - Parameter { name: "hotspotX"; type: "QVariant" } - Parameter { name: "hotspotY"; type: "QVariant" } - } Property { name: "compositor"; type: "QWaylandCompositor"; isReadonly: true; isPointer: true } Property { name: "surface"; type: "QWaylandSurface"; isPointer: true } Property { name: "paintEnabled"; type: "bool" } @@ -794,6 +1247,15 @@ Module { } Method { name: "raise" } Method { name: "lower" } + Method { + name: "sendMouseMoveEvent" + Parameter { name: "position"; type: "QPointF" } + Parameter { name: "seat"; type: "QWaylandSeat"; isPointer: true } + } + Method { + name: "sendMouseMoveEvent" + Parameter { name: "position"; type: "QPointF" } + } Method { name: "mapToSurface" type: "QPointF" @@ -805,6 +1267,7 @@ Module { Parameter { name: "query"; type: "Qt::InputMethodQuery" } Parameter { name: "argument"; type: "QVariant" } } + Method { name: "setPrimary" } } Component { prototype: "QQuickWindowQmlImpl" -- cgit v1.2.1