~saviq/unity8/build-arm64

« back to all changes in this revision

Viewing changes to plugins/Unity/Indicators/Indicators.qmltypes

  • Committer: Michał Sawicz
  • Date: 2016-07-15 09:51:02 UTC
  • mfrom: (2400.1.142 unity8)
  • Revision ID: michal.sawicz@canonical.com-20160715095102-hf5ac4iqnfn1itpw
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
import QtQuick.tooling 1.1
2
 
 
3
 
// This file describes the plugin-supplied types contained in the library.
4
 
// It is used for QML tooling purposes only.
5
 
//
6
 
// This file was auto-generated by:
7
 
// 'qmlplugindump -notrelocatable Unity.Indicators 0.1 plugins'
8
 
 
9
 
Module {
10
 
    Component {
11
 
        name: "ActionRootState"
12
 
        prototype: "RootStateObject"
13
 
        exports: ["Unity.Indicators/ActionRootState 0.1"]
14
 
        exportMetaObjectRevisions: [0]
15
 
        Property { name: "actionGroup"; type: "QDBusActionGroup"; isPointer: true }
16
 
        Property { name: "actionName"; type: "string" }
17
 
    }
18
 
    Component {
19
 
        name: "ActionState"
20
 
        prototype: "QObject"
21
 
        exports: ["Unity.Indicators/ActionState 0.1"]
22
 
        isCreatable: false
23
 
        exportMetaObjectRevisions: [0]
24
 
        Enum {
25
 
            name: "ActionStates"
26
 
            values: {
27
 
                "Label": 0,
28
 
                "IconSource": 1,
29
 
                "AccessableName": 2,
30
 
                "Visible": 3
31
 
            }
32
 
        }
33
 
    }
34
 
    Component {
35
 
        name: "FlatMenuProxyModelRole"
36
 
        prototype: "QObject"
37
 
        exports: ["Unity.Indicators/FlatMenuProxyModelRole 0.1"]
38
 
        isCreatable: false
39
 
        exportMetaObjectRevisions: [0]
40
 
        Enum {
41
 
            name: "Roles"
42
 
            values: {
43
 
                "Action": 1,
44
 
                "Label": 2,
45
 
                "Extra": 3,
46
 
                "Depth": 4,
47
 
                "hasSection": 5,
48
 
                "hasSubMenu": 6
49
 
            }
50
 
        }
51
 
    }
52
 
    Component {
53
 
        name: "IndicatorsManager"
54
 
        prototype: "QObject"
55
 
        exports: ["Unity.Indicators/IndicatorsManager 0.1"]
56
 
        exportMetaObjectRevisions: [0]
57
 
        Property { name: "loaded"; type: "bool"; isReadonly: true }
58
 
        Property { name: "profile"; type: "string" }
59
 
        Signal {
60
 
            name: "loadedChanged"
61
 
            Parameter { type: "bool" }
62
 
        }
63
 
        Signal {
64
 
            name: "profileChanged"
65
 
            Parameter { type: "string" }
66
 
        }
67
 
        Signal {
68
 
            name: "indicatorLoaded"
69
 
            Parameter { name: "indicator_name"; type: "string" }
70
 
        }
71
 
        Signal {
72
 
            name: "indicatorAboutToBeUnloaded"
73
 
            Parameter { name: "indicator_name"; type: "string" }
74
 
        }
75
 
        Method { name: "load" }
76
 
        Method { name: "unload" }
77
 
    }
78
 
    Component {
79
 
        name: "IndicatorsModel"
80
 
        prototype: "QAbstractListModel"
81
 
        exports: ["Unity.Indicators/IndicatorsModel 0.1"]
82
 
        exportMetaObjectRevisions: [0]
83
 
        Property { name: "count"; type: "int"; isReadonly: true }
84
 
        Property { name: "profile"; type: "string" }
85
 
        Signal {
86
 
            name: "indicatorDataChanged"
87
 
            Parameter { name: "data"; type: "QVariant" }
88
 
        }
89
 
        Method { name: "load" }
90
 
        Method { name: "unload" }
91
 
        Method {
92
 
            name: "data"
93
 
            type: "QVariant"
94
 
            Parameter { name: "row"; type: "int" }
95
 
            Parameter { name: "role"; type: "int" }
96
 
        }
97
 
    }
98
 
    Component {
99
 
        name: "IndicatorsModelRole"
100
 
        prototype: "QObject"
101
 
        exports: ["Unity.Indicators/IndicatorsModelRole 0.1"]
102
 
        isCreatable: false
103
 
        exportMetaObjectRevisions: [0]
104
 
        Enum {
105
 
            name: "Roles"
106
 
            values: {
107
 
                "Identifier": 0,
108
 
                "Position": 1,
109
 
                "IndicatorProperties": 2
110
 
            }
111
 
        }
112
 
    }
113
 
    Component {
114
 
        name: "MenuContentActivator"
115
 
        prototype: "QObject"
116
 
        exports: ["Unity.Indicators/MenuContentActivator 0.1"]
117
 
        exportMetaObjectRevisions: [0]
118
 
        Property { name: "baseIndex"; type: "int" }
119
 
        Property { name: "running"; type: "bool" }
120
 
        Property { name: "count"; type: "int" }
121
 
        Property { name: "content"; type: "MenuContentState"; isList: true; isReadonly: true }
122
 
        Signal {
123
 
            name: "baseIndexChanged"
124
 
            Parameter { name: "baseIndex"; type: "int" }
125
 
        }
126
 
        Signal {
127
 
            name: "deltaChanged"
128
 
            Parameter { name: "delta"; type: "int" }
129
 
        }
130
 
        Signal {
131
 
            name: "runningChanged"
132
 
            Parameter { name: "running"; type: "bool" }
133
 
        }
134
 
        Signal {
135
 
            name: "countChanged"
136
 
            Parameter { name: "count"; type: "int" }
137
 
        }
138
 
        Method { name: "restart" }
139
 
        Method { name: "stop" }
140
 
        Method { name: "clear" }
141
 
        Method {
142
 
            name: "isMenuContentActive"
143
 
            type: "bool"
144
 
            Parameter { name: "index"; type: "int" }
145
 
        }
146
 
    }
147
 
    Component {
148
 
        name: "MenuContentState"
149
 
        prototype: "QObject"
150
 
        exports: ["Unity.Indicators/MenuContentState 0.1"]
151
 
        isCreatable: false
152
 
        exportMetaObjectRevisions: [0]
153
 
        Property { name: "active"; type: "bool"; isReadonly: true }
154
 
    }
155
 
    Component {
156
 
        name: "ModelActionRootState"
157
 
        prototype: "RootStateObject"
158
 
        exports: ["Unity.Indicators/ModelActionRootState 0.1"]
159
 
        exportMetaObjectRevisions: [0]
160
 
        Property { name: "menu"; type: "UnityMenuModel"; isPointer: true }
161
 
        Signal { name: "indexChanged" }
162
 
    }
163
 
    Component {
164
 
        name: "ModelPrinter"
165
 
        prototype: "QObject"
166
 
        exports: ["Unity.Indicators/ModelPrinter 0.1"]
167
 
        exportMetaObjectRevisions: [0]
168
 
        Property { name: "model"; type: "UnityMenuModel"; isPointer: true }
169
 
        Property { name: "text"; type: "string"; isReadonly: true }
170
 
        Method { name: "text"; type: "string" }
171
 
    }
172
 
    Component {
173
 
        name: "NetworkActionState"
174
 
        prototype: "QObject"
175
 
        exports: ["Unity.Indicators/NetworkActionState 0.1"]
176
 
        isCreatable: false
177
 
        exportMetaObjectRevisions: [0]
178
 
        Enum {
179
 
            name: "NetworkActionStates"
180
 
            values: {
181
 
                "Connection": 1,
182
 
                "SignalStrength": 2
183
 
            }
184
 
        }
185
 
    }
186
 
    Component {
187
 
        name: "NetworkConnection"
188
 
        prototype: "QObject"
189
 
        exports: ["Unity.Indicators/NetworkConnection 0.1"]
190
 
        isCreatable: false
191
 
        exportMetaObjectRevisions: [0]
192
 
        Enum {
193
 
            name: "NetworkConnectionStates"
194
 
            values: {
195
 
                "Initial": 0,
196
 
                "Activating": 1,
197
 
                "Activated": 2,
198
 
                "Deactivating": 3
199
 
            }
200
 
        }
201
 
    }
202
 
    Component {
203
 
        name: "RootStateObject"
204
 
        prototype: "QObject"
205
 
        Property { name: "valid"; type: "bool"; isReadonly: true }
206
 
        Property { name: "title"; type: "string"; isReadonly: true }
207
 
        Property { name: "leftLabel"; type: "string"; isReadonly: true }
208
 
        Property { name: "rightLabel"; type: "string"; isReadonly: true }
209
 
        Property { name: "icons"; type: "QStringList"; isReadonly: true }
210
 
        Property { name: "accessibleName"; type: "string"; isReadonly: true }
211
 
        Property { name: "indicatorVisible"; type: "bool"; isReadonly: true }
212
 
        Signal { name: "updated" }
213
 
    }
214
 
    Component {
215
 
        name: "SharedUnityMenuModel"
216
 
        prototype: "QObject"
217
 
        exports: ["Unity.Indicators/SharedUnityMenuModel 0.1"]
218
 
        exportMetaObjectRevisions: [0]
219
 
        Property { name: "busName"; type: "QByteArray" }
220
 
        Property { name: "menuObjectPath"; type: "QByteArray" }
221
 
        Property { name: "actions"; type: "QVariantMap" }
222
 
        Property { name: "model"; type: "UnityMenuModel"; isReadonly: true; isPointer: true }
223
 
    }
224
 
    Component {
225
 
        name: "UnityMenuModelCache"
226
 
        prototype: "QObject"
227
 
        exports: ["Unity.Indicators/UnityMenuModelCache 0.1"]
228
 
        isCreatable: false
229
 
        isSingleton: true
230
 
        exportMetaObjectRevisions: [0]
231
 
        Method {
232
 
            name: "contains"
233
 
            type: "bool"
234
 
            Parameter { name: "path"; type: "QByteArray" }
235
 
        }
236
 
    }
237
 
    Component {
238
 
        name: "UnityMenuModelStack"
239
 
        prototype: "QObject"
240
 
        exports: ["Unity.Indicators/UnityMenuModelStack 0.1"]
241
 
        exportMetaObjectRevisions: [0]
242
 
        Property { name: "head"; type: "UnityMenuModel"; isPointer: true }
243
 
        Property { name: "tail"; type: "UnityMenuModel"; isReadonly: true; isPointer: true }
244
 
        Property { name: "count"; type: "int"; isReadonly: true }
245
 
        Signal {
246
 
            name: "headChanged"
247
 
            Parameter { name: "head"; type: "UnityMenuModel"; isPointer: true }
248
 
        }
249
 
        Signal {
250
 
            name: "tailChanged"
251
 
            Parameter { name: "tail"; type: "UnityMenuModel"; isPointer: true }
252
 
        }
253
 
        Signal {
254
 
            name: "countChanged"
255
 
            Parameter { name: "count"; type: "int" }
256
 
        }
257
 
        Method {
258
 
            name: "push"
259
 
            Parameter { name: "model"; type: "UnityMenuModel"; isPointer: true }
260
 
            Parameter { name: "menuIndex"; type: "int" }
261
 
        }
262
 
        Method { name: "pop"; type: "UnityMenuModel*" }
263
 
    }
264
 
}