summaryrefslogtreecommitdiffstats
path: root/qmltypes/QtApplicationManager/Application/plugins.qmltypes
blob: 9cd26d010b3fbd8f22536b8e23c0527625eb2033 (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
import QtQuick.tooling 1.2

// This file describes the plugin-supplied types contained in the application manager.
// It is used for QML tooling purposes only.
//
// This file was auto-generated by:
// appman-dumpqmltypes

Module {
    dependencies: [ "QtQuick.Window 2.0", "QtQuick 2.0" ]
    Component {
        name: "IntentHandler"
        exports: [ "QtApplicationManager.Application/IntentHandler 2.0" ]
        exportMetaObjectRevisions: [ 0 ]
        prototype: "QObject"
        Property { name: "intentIds"; type: "QStringList"; }
        Signal {
            name: "intentIdsChanged"
            Parameter { name: "intentId"; type: "QStringList"; }
        }
        Signal {
            name: "requestReceived"
            Parameter { name: "request"; type: "IntentClientRequest"; isPointer: true; }
        }
    }
    Component {
        name: "ApplicationManagerWindow"
        exports: [ "QtApplicationManager.Application/ApplicationManagerWindow 2.0" ]
        exportMetaObjectRevisions: [ 0 ]
        prototype: "QQuickWindowQmlImpl"
        Signal {
            name: "windowPropertyChanged"
            Parameter { name: "name"; type: "string"; }
            Parameter { name: "value"; type: "QVariant"; }
        }
        Method {
            name: "setWindowProperty"
            Parameter { name: "name"; type: "string"; }
            Parameter { name: "value"; type: "QVariant"; }
        }
        Method {
            name: "windowProperty"
            type: "QVariant"
            Parameter { name: "name"; type: "string"; }
        }
        Method {
            name: "windowProperties"
            type: "QVariantMap"
        }
    }
    Component {
        name: "DBusApplicationInterface"
        exports: [ "QtApplicationManager.Application/ApplicationInterface 2.0" ]
        exportMetaObjectRevisions: [ 0 ]
        prototype: "ApplicationInterface"
        isCreatable: false
        Method {
            name: "createNotification"
            type: "Notification*"
        }
        Method {
            name: "acknowledgeQuit"
        }
        Method {
            name: "finishedInitialization"
        }
    }
}