summaryrefslogtreecommitdiffstats
path: root/src/imports/remoteobjects/plugins.qmltypes
blob: bf9d156a929ca4818a7a5655eb01752893cf159c (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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
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 QtRemoteObjects 5.15'

Module {
    dependencies: ["QtQuick 2.0"]
    Component {
        name: "QRemoteObjectAbstractPersistedStore"
        prototype: "QObject"
        exports: ["QtRemoteObjects/PersistedStore 5.12"]
        isCreatable: false
        exportMetaObjectRevisions: [0]
    }
    Component {
        name: "QRemoteObjectHost"
        prototype: "QRemoteObjectHostBase"
        exports: ["QtRemoteObjects/Host 5.15"]
        exportMetaObjectRevisions: [0]
        Property { name: "hostUrl"; type: "QUrl" }
    }
    Component {
        name: "QRemoteObjectHostBase"
        prototype: "QRemoteObjectNode"
        Enum {
            name: "AllowedSchemas"
            values: {
                "BuiltInSchemasOnly": 0,
                "AllowExternalRegistration": 1
            }
        }
        Method {
            name: "enableRemoting"
            type: "bool"
            Parameter { name: "object"; type: "QObject"; isPointer: true }
            Parameter { name: "name"; type: "string" }
        }
        Method {
            name: "enableRemoting"
            type: "bool"
            Parameter { name: "object"; type: "QObject"; isPointer: true }
        }
        Method {
            name: "disableRemoting"
            type: "bool"
            Parameter { name: "remoteObject"; type: "QObject"; isPointer: true }
        }
    }
    Component {
        name: "QRemoteObjectNode"
        prototype: "QObject"
        exports: ["QtRemoteObjects/Node 5.12"]
        exportMetaObjectRevisions: [0]
        Enum {
            name: "ErrorCode"
            values: {
                "NoError": 0,
                "RegistryNotAcquired": 1,
                "RegistryAlreadyHosted": 2,
                "NodeIsNoServer": 3,
                "ServerAlreadyCreated": 4,
                "UnintendedRegistryHosting": 5,
                "OperationNotValidOnClientNode": 6,
                "SourceNotRegistered": 7,
                "MissingObjectName": 8,
                "HostUrlInvalid": 9,
                "ProtocolMismatch": 10,
                "ListenFailed": 11
            }
        }
        Property { name: "registryUrl"; type: "QUrl" }
        Property {
            name: "persistedStore"
            type: "QRemoteObjectAbstractPersistedStore"
            isPointer: true
        }
        Property { name: "heartbeatInterval"; type: "int" }
        Signal {
            name: "remoteObjectAdded"
            Parameter { type: "QRemoteObjectSourceLocation" }
        }
        Signal {
            name: "remoteObjectRemoved"
            Parameter { type: "QRemoteObjectSourceLocation" }
        }
        Signal {
            name: "error"
            Parameter { name: "errorCode"; type: "QRemoteObjectNode::ErrorCode" }
        }
        Signal {
            name: "heartbeatIntervalChanged"
            Parameter { name: "heartbeatInterval"; type: "int" }
        }
        Method {
            name: "connectToNode"
            type: "bool"
            Parameter { name: "address"; type: "QUrl" }
        }
    }
    Component {
        name: "QRemoteObjectSettingsStore"
        prototype: "QRemoteObjectAbstractPersistedStore"
        exports: ["QtRemoteObjects/SettingsStore 5.12"]
        exportMetaObjectRevisions: [0]
    }
    Component {
        name: "QtQmlRemoteObjects"
        prototype: "QObject"
        exports: ["QtRemoteObjects/QtRemoteObjects 5.14"]
        isCreatable: false
        isSingleton: true
        exportMetaObjectRevisions: [0]
        Method {
            name: "watch"
            type: "QJSValue"
            Parameter { name: "reply"; type: "QRemoteObjectPendingCall" }
            Parameter { name: "timeout"; type: "int" }
        }
        Method {
            name: "watch"
            type: "QJSValue"
            Parameter { name: "reply"; type: "QRemoteObjectPendingCall" }
        }
    }
}