summaryrefslogtreecommitdiffstats
path: root/qmltypes/QtApplicationManager/plugins.qmltypes
blob: a035c40fa15c65dec0bdc0d67429f7552d7b7b74 (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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
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: "MonitorModel"
        exports: [ "QtApplicationManager/MonitorModel 2.0" ]
        exportMetaObjectRevisions: [ 0 ]
        prototype: "QAbstractListModel"
        Property { name: "dataSources"; type: "QQmlListProperty<QObject>"; isReadonly: true }
        Property { name: "count"; type: "int"; isReadonly: true }
        Property { name: "maximumCount"; type: "int"; }
        Property { name: "interval"; type: "int"; }
        Property { name: "running"; type: "bool"; }
        Signal {
            name: "countChanged"
        }
        Signal {
            name: "intervalChanged"
        }
        Signal {
            name: "runningChanged"
        }
        Signal {
            name: "maximumCountChanged"
        }
        Method {
            name: "clear"
        }
        Method {
            name: "get"
            type: "QVariantMap"
            Parameter { name: "row"; type: "int"; }
        }
    }
    Component {
        name: "FrameTimer"
        exports: [ "QtApplicationManager/FrameTimer 2.0" ]
        exportMetaObjectRevisions: [ 0 ]
        prototype: "QObject"
        Property { name: "averageFps"; type: "double"; isReadonly: true }
        Property { name: "minimumFps"; type: "double"; isReadonly: true }
        Property { name: "maximumFps"; type: "double"; isReadonly: true }
        Property { name: "jitterFps"; type: "double"; isReadonly: true }
        Property { name: "window"; type: "QObject"; isPointer: true; }
        Property { name: "interval"; type: "int"; }
        Property { name: "running"; type: "bool"; }
        Property { name: "roleNames"; type: "QStringList"; isReadonly: true }
        Signal {
            name: "updated"
        }
        Signal {
            name: "intervalChanged"
        }
        Signal {
            name: "runningChanged"
        }
        Signal {
            name: "windowChanged"
        }
        Method {
            name: "update"
        }
    }
    Component {
        name: "IoStatus"
        exports: [ "QtApplicationManager/IoStatus 2.0" ]
        exportMetaObjectRevisions: [ 0 ]
        prototype: "QObject"
        Property { name: "deviceNames"; type: "QStringList"; }
        Property { name: "ioLoad"; type: "QVariantMap"; isReadonly: true }
        Property { name: "roleNames"; type: "QStringList"; isReadonly: true }
        Signal {
            name: "deviceNamesChanged"
        }
        Signal {
            name: "ioLoadChanged"
        }
        Method {
            name: "update"
        }
    }
    Component {
        name: "MemoryStatus"
        exports: [ "QtApplicationManager/MemoryStatus 2.0" ]
        exportMetaObjectRevisions: [ 0 ]
        prototype: "QObject"
        Property { name: "totalMemory"; type: "qulonglong"; isReadonly: true }
        Property { name: "memoryUsed"; type: "qulonglong"; isReadonly: true }
        Property { name: "roleNames"; type: "QStringList"; isReadonly: true }
        Signal {
            name: "memoryUsedChanged"
        }
        Method {
            name: "update"
        }
    }
    Component {
        name: "GpuStatus"
        exports: [ "QtApplicationManager/GpuStatus 2.0" ]
        exportMetaObjectRevisions: [ 0 ]
        prototype: "QObject"
        Property { name: "gpuLoad"; type: "double"; isReadonly: true }
        Property { name: "roleNames"; type: "QStringList"; isReadonly: true }
        Signal {
            name: "gpuLoadChanged"
        }
        Method {
            name: "update"
        }
    }
    Component {
        name: "CpuStatus"
        exports: [ "QtApplicationManager/CpuStatus 2.0" ]
        exportMetaObjectRevisions: [ 0 ]
        prototype: "QObject"
        Property { name: "cpuLoad"; type: "double"; isReadonly: true }
        Property { name: "cpuCores"; type: "int"; isReadonly: true }
        Property { name: "roleNames"; type: "QStringList"; isReadonly: true }
        Signal {
            name: "cpuLoadChanged"
        }
        Method {
            name: "update"
        }
    }
    Component {
        name: "IntentClientRequest"
        exports: [ "QtApplicationManager/IntentRequest 2.0" ]
        exportMetaObjectRevisions: [ 0 ]
        prototype: "QObject"
        isCreatable: false
        Property { name: "requestId"; type: "QUuid"; isReadonly: true }
        Property { name: "direction"; type: "Direction"; isReadonly: true }
        Property { name: "intentId"; type: "string"; isReadonly: true }
        Property { name: "applicationId"; type: "string"; isReadonly: true }
        Property { name: "requestingApplicationId"; type: "string"; isReadonly: true }
        Property { name: "parameters"; type: "QVariantMap"; isReadonly: true }
        Property { name: "succeeded"; type: "bool"; isReadonly: true }
        Property { name: "errorMessage"; type: "string"; isReadonly: true }
        Property { name: "result"; type: "QVariantMap"; isReadonly: true }
        Signal {
            name: "requestIdChanged"
        }
        Signal {
            name: "replyReceived"
        }
        Method {
            name: "sendReply"
            Parameter { name: "result"; type: "QVariantMap"; }
        }
        Method {
            name: "sendErrorReply"
            Parameter { name: "errorMessage"; type: "string"; }
        }
    }
    Component {
        name: "IntentClient"
        exports: [ "QtApplicationManager/IntentClient 2.0" ]
        exportMetaObjectRevisions: [ 0 ]
        prototype: "QObject"
        isSingleton: true
        Method {
            name: "sendIntentRequest"
            type: "IntentClientRequest*"
            Parameter { name: "intentId"; type: "string"; }
            Parameter { name: "parameters"; type: "QVariantMap"; }
        }
        Method {
            name: "sendIntentRequest"
            type: "IntentClientRequest*"
            Parameter { name: "intentId"; type: "string"; }
            Parameter { name: "applicationId"; type: "string"; }
            Parameter { name: "parameters"; type: "QVariantMap"; }
        }
    }
    Component {
        name: "Notification"
        exports: [ "QtApplicationManager/Notification 2.0" ]
        exportMetaObjectRevisions: [ 0 ]
        prototype: "QObject"
        Property { name: "notificationId"; type: "uint"; isReadonly: true }
        Property { name: "visible"; type: "bool"; }
        Property { name: "summary"; type: "string"; }
        Property { name: "body"; type: "string"; }
        Property { name: "icon"; type: "QUrl"; }
        Property { name: "image"; type: "QUrl"; }
        Property { name: "category"; type: "string"; }
        Property { name: "priority"; type: "int"; }
        Property { name: "acknowledgeable"; type: "bool"; }
        Property { name: "timeout"; type: "int"; }
        Property { name: "sticky"; type: "bool"; }
        Property { name: "showProgress"; type: "bool"; }
        Property { name: "progress"; type: "double"; }
        Property { name: "actions"; type: "QVariantList"; }
        Property { name: "showActionsAsIcons"; type: "bool"; }
        Property { name: "dismissOnAction"; type: "bool"; }
        Property { name: "extended"; type: "QVariantMap"; }
        Signal {
            name: "notificationIdChanged"
            Parameter { name: "notificationId"; type: "uint"; }
        }
        Signal {
            name: "summaryChanged"
            Parameter { name: "summary"; type: "string"; }
        }
        Signal {
            name: "bodyChanged"
            Parameter { name: "body"; type: "string"; }
        }
        Signal {
            name: "iconChanged"
            Parameter { name: "icon"; type: "QUrl"; }
        }
        Signal {
            name: "imageChanged"
            Parameter { name: "image"; type: "QUrl"; }
        }
        Signal {
            name: "categoryChanged"
            Parameter { name: "category"; type: "string"; }
        }
        Signal {
            name: "priorityChanged"
            Parameter { name: "priority"; type: "int"; }
        }
        Signal {
            name: "acknowledgeableChanged"
            Parameter { name: "clickable"; type: "bool"; }
        }
        Signal {
            name: "timeoutChanged"
            Parameter { name: "timeout"; type: "int"; }
        }
        Signal {
            name: "stickyChanged"
            Parameter { name: "sticky"; type: "bool"; }
        }
        Signal {
            name: "showProgressChanged"
            Parameter { name: "showProgress"; type: "bool"; }
        }
        Signal {
            name: "progressChanged"
            Parameter { name: "progress"; type: "double"; }
        }
        Signal {
            name: "actionsChanged"
            Parameter { name: "actions"; type: "QVariantList"; }
        }
        Signal {
            name: "showActionsAsIconsChanged"
            Parameter { name: "showActionsAsIcons"; type: "bool"; }
        }
        Signal {
            name: "dismissOnActionChanged"
            Parameter { name: "dismissOnAction"; type: "bool"; }
        }
        Signal {
            name: "extendedChanged"
            Parameter { name: "extended"; type: "QVariantMap"; }
        }
        Signal {
            name: "visibleChanged"
            Parameter { name: "visible"; type: "bool"; }
        }
        Signal {
            name: "acknowledged"
        }
        Signal {
            name: "actionTriggered"
            Parameter { name: "actionId"; type: "string"; }
        }
        Method {
            name: "setSummary"
            Parameter { name: "summary"; type: "string"; }
        }
        Method {
            name: "setBody"
            Parameter { name: "boy"; type: "string"; }
        }
        Method {
            name: "setIcon"
            Parameter { name: "icon"; type: "QUrl"; }
        }
        Method {
            name: "setImage"
            Parameter { name: "image"; type: "QUrl"; }
        }
        Method {
            name: "setCategory"
            Parameter { name: "category"; type: "string"; }
        }
        Method {
            name: "setPriority"
            Parameter { name: "priority"; type: "int"; }
        }
        Method {
            name: "setAcknowledgeable"
            Parameter { name: "acknowledgeable"; type: "bool"; }
        }
        Method {
            name: "setTimeout"
            Parameter { name: "timeout"; type: "int"; }
        }
        Method {
            name: "setSticky"
            Parameter { name: "sticky"; type: "bool"; }
        }
        Method {
            name: "setShowProgress"
            Parameter { name: "showProgress"; type: "bool"; }
        }
        Method {
            name: "setProgress"
            Parameter { name: "progress"; type: "double"; }
        }
        Method {
            name: "setActions"
            Parameter { name: "actions"; type: "QVariantList"; }
        }
        Method {
            name: "setShowActionsAsIcons"
            Parameter { name: "showActionsAsIcons"; type: "bool"; }
        }
        Method {
            name: "setDismissOnAction"
            Parameter { name: "dismissOnAction"; type: "bool"; }
        }
        Method {
            name: "setExtended"
            Parameter { name: "extended"; type: "QVariantMap"; }
        }
        Method {
            name: "setVisible"
            Parameter { name: "visible"; type: "bool"; }
        }
        Method {
            name: "show"
        }
        Method {
            name: "update"
        }
        Method {
            name: "hide"
        }
    }
}