summaryrefslogtreecommitdiffstats
path: root/src/imports/remoteobjects/plugins.qmltypes
blob: 9ec61f3483cd35e03dd29d9b5baf206052e34b29 (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
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.14'

Module {
    dependencies: ["QtQuick 2.0"]
    Component {
        name: "QRemoteObjectAbstractPersistedStore"
        prototype: "QObject"
        exports: ["QtRemoteObjects/PersistedStore 5.12"]
        isCreatable: false
        exportMetaObjectRevisions: [0]
    }
    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" }
        }
    }
}