summaryrefslogtreecommitdiffstats
path: root/src/webengine/testsupport/plugins.qmltypes
blob: 12c7637246aabc7f5f4e6c25279b814c1dabe483 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
import QtQuick.tooling 1.2

// This file describes the plugin-supplied types contained in the library.
// It is used for QML tooling purposes only.
//
// This file was auto-generated by:
// 'qmlplugindump -nonrelocatable QtWebEngine.testsupport 1.0'

Module {
    dependencies: ["QtQuick 2.0"]
    Component { name: "QPlatformInputContext"; prototype: "QObject" }
    Component {
        name: "QQuickWebEngineErrorPage"
        prototype: "QObject"
        exports: ["QtWebEngine.testsupport/WebEngineErrorPage 1.0"]
        isCreatable: false
        exportMetaObjectRevisions: [0]
        Signal {
            name: "loadingChanged"
            Parameter { name: "loadRequest"; type: "QQuickWebEngineLoadRequest"; isPointer: true }
        }
    }
    Component {
        name: "QQuickWebEngineTestEvent"
        prototype: "QObject"
        exports: ["QtWebEngine.testsupport/WebEngineTestEvent 1.0"]
        isCreatable: false
        exportMetaObjectRevisions: [0]
        Method {
            name: "mouseMultiClick"
            type: "bool"
            Parameter { name: "item"; type: "QObject"; isPointer: true }
            Parameter { name: "x"; type: "double" }
            Parameter { name: "y"; type: "double" }
            Parameter { name: "clickCount"; type: "int" }
        }
    }
    Component {
        name: "QQuickWebEngineTestInputContext"
        prototype: "QPlatformInputContext"
        exports: ["QtWebEngine.testsupport/TestInputContext 1.0"]
        isCreatable: false
        exportMetaObjectRevisions: [0]
        Method { name: "create" }
        Method { name: "release" }
    }
    Component {
        name: "QQuickWebEngineTestSupport"
        prototype: "QObject"
        exports: ["QtWebEngine.testsupport/WebEngineTestSupport 1.0"]
        exportMetaObjectRevisions: [0]
        Property {
            name: "errorPage"
            type: "QQuickWebEngineErrorPage"
            isReadonly: true
            isPointer: true
        }
        Property {
            name: "testInputContext"
            type: "QQuickWebEngineTestInputContext"
            isReadonly: true
            isPointer: true
        }
        Property {
            name: "testEvent"
            type: "QQuickWebEngineTestEvent"
            isReadonly: true
            isPointer: true
        }
        Signal { name: "windowCloseRejected" }
        Signal { name: "loadVisuallyCommitted" }
    }
}