~lukas-kde/unity8/activateWindows

« back to all changes in this revision

Viewing changes to tests/mocks/Utils/Utils.qmltypes

  • Committer: Lukáš Tinkl
  • Date: 2015-10-26 13:50:42 UTC
  • mfrom: (2004.1.15 trunk)
  • Revision ID: lukas.tinkl@canonical.com-20151026135042-njfom5vn3nb8fxhy
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
// It is used for QML tooling purposes only.
5
5
//
6
6
// This file was auto-generated by:
7
 
// 'qmlplugindump -notrelocatable Utils 0.1 plugins'
 
7
// 'qmlplugindump -notrelocatable Utils 0.1 tests/mocks'
8
8
 
9
9
Module {
10
10
    Component {
 
11
        name: "Constants"
 
12
        prototype: "QObject"
 
13
        exports: ["Utils/Constants 0.1"]
 
14
        isCreatable: false
 
15
        isSingleton: true
 
16
        exportMetaObjectRevisions: [0]
 
17
        Property { name: "indicatorValueTimeout"; type: "int"; isReadonly: true }
 
18
    }
 
19
    Component {
11
20
        name: "EasingCurve"
12
21
        prototype: "QObject"
13
22
        exports: ["Utils/EasingCurve 0.1"]
18
27
        Property { name: "value"; type: "double"; isReadonly: true }
19
28
    }
20
29
    Component {
 
30
        name: "InputWatcher"
 
31
        prototype: "QObject"
 
32
        exports: ["Utils/InputWatcher 0.1"]
 
33
        exportMetaObjectRevisions: [0]
 
34
        Property { name: "target"; type: "QObject"; isPointer: true }
 
35
        Property { name: "targetPressed"; type: "bool"; isReadonly: true }
 
36
        Signal {
 
37
            name: "targetChanged"
 
38
            Parameter { name: "value"; type: "QObject"; isPointer: true }
 
39
        }
 
40
        Signal {
 
41
            name: "targetPressedChanged"
 
42
            Parameter { name: "value"; type: "bool" }
 
43
        }
 
44
    }
 
45
    Component {
21
46
        name: "QAbstractProxyModel"
22
47
        prototype: "QAbstractItemModel"
23
48
        Property { name: "sourceModel"; type: "QAbstractItemModel"; isPointer: true }
60
85
        Method { name: "invalidate" }
61
86
    }
62
87
    Component {
63
 
        name: "RelativeTimeFormatter"
64
 
        prototype: "TimeFormatter"
65
 
        exports: ["Utils/RelativeTimeFormatter 0.1"]
66
 
        exportMetaObjectRevisions: [0]
67
 
    }
68
 
    Component {
69
 
        name: "TimeFormatter"
70
 
        prototype: "QObject"
71
 
        exports: ["Utils/GDateTimeFormatter 0.1", "Utils/TimeFormatter 0.1"]
72
 
        exportMetaObjectRevisions: [0, 0]
73
 
        Property { name: "format"; type: "string" }
74
 
        Property { name: "timeString"; type: "string"; isReadonly: true }
75
 
        Property { name: "time"; type: "qlonglong" }
76
 
        Signal {
77
 
            name: "formatChanged"
78
 
            Parameter { name: "format"; type: "string" }
79
 
        }
80
 
        Signal {
81
 
            name: "timeStringChanged"
82
 
            Parameter { name: "timeString"; type: "string" }
83
 
        }
84
 
        Signal {
85
 
            name: "timeChanged"
86
 
            Parameter { name: "time"; type: "qlonglong" }
87
 
        }
88
 
    }
89
 
    Component {
90
88
        name: "UnityMenuModelPaths"
91
89
        prototype: "QObject"
92
90
        exports: ["Utils/UnityMenuModelPaths 0.1"]
160
158
        isCreatable: false
161
159
        isSingleton: true
162
160
        exportMetaObjectRevisions: [0]
 
161
        Property { name: "geometry"; type: "QVariantMap" }
 
162
        Signal {
 
163
            name: "geometryChanged"
 
164
            Parameter { name: "geometry"; type: "QVariantMap" }
 
165
        }
163
166
        Method {
164
167
            name: "saveGeometry"
165
168
            Parameter { name: "windowId"; type: "string" }