summaryrefslogtreecommitdiff
path: root/src/imports/locationlabs/plugins.qmltypes
blob: e985e844f433be99b8ce5dcd8785730bd8240639 (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
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 Qt.labs.location 1.0'

Module {
    dependencies: ["QtQuick 2.11"]
    Component {
        name: "QDeclarativeNavigator"
        defaultProperty: "quickChildren"
        prototype: "QParameterizableObject"
        exports: ["Qt.labs.location/Navigator 1.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "plugin"; type: "QDeclarativeGeoServiceProvider"; isPointer: true }
        Property { name: "map"; type: "QDeclarativeGeoMap"; isPointer: true }
        Property { name: "route"; type: "QDeclarativeGeoRoute"; isPointer: true }
        Property { name: "positionSource"; type: "QDeclarativePositionSource"; isPointer: true }
        Property { name: "active"; type: "bool" }
        Property { name: "navigatorReady"; type: "bool"; isReadonly: true }
        Property { name: "trackPositionSource"; type: "bool" }
        Property { name: "currentRoute"; type: "QDeclarativeGeoRoute"; isReadonly: true; isPointer: true }
        Property { name: "currentSegment"; type: "int"; isReadonly: true }
        Signal {
            name: "navigatorReadyChanged"
            Parameter { name: "ready"; type: "bool" }
        }
        Signal {
            name: "trackPositionSourceChanged"
            Parameter { name: "trackPositionSource"; type: "bool" }
        }
        Signal {
            name: "activeChanged"
            Parameter { name: "active"; type: "bool" }
        }
        Signal {
            name: "waypointReached"
            Parameter { name: "pos"; type: "const QDeclarativeGeoWaypoint"; isPointer: true }
        }
        Signal { name: "destinationReached" }
    }
    Component {
        name: "QGeoMapObject"
        defaultProperty: "quickChildren"
        prototype: "QParameterizableObject"
        Enum {
            name: "Type"
            values: {
                "InvalidType": 0,
                "ViewType": 1,
                "RouteType": 2,
                "RectangleType": 3,
                "CircleType": 4,
                "PolylineType": 5,
                "PolygonType": 6,
                "IconType": 7,
                "UserType": 256
            }
        }
        Property { name: "visible"; type: "bool" }
        Property { name: "type"; type: "Type"; isReadonly: true }
        Signal { name: "selected" }
        Signal { name: "completed" }
    }
    Component {
        name: "QMapCircleObject"
        defaultProperty: "quickChildren"
        prototype: "QGeoMapObject"
        exports: ["Qt.labs.location/MapCircleObject 1.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "center"; type: "QGeoCoordinate" }
        Property { name: "radius"; type: "double" }
        Property { name: "color"; type: "QColor" }
        Property {
            name: "border"
            type: "QDeclarativeMapLineProperties"
            isReadonly: true
            isPointer: true
        }
    }
    Component {
        name: "QMapIconObject"
        defaultProperty: "quickChildren"
        prototype: "QGeoMapObject"
        exports: ["Qt.labs.location/MapIconObject 1.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "coordinate"; type: "QGeoCoordinate" }
        Property { name: "content"; type: "QVariant" }
        Property { name: "size"; type: "QSizeF" }
        Signal {
            name: "contentChanged"
            Parameter { name: "content"; type: "QVariant" }
        }
        Signal {
            name: "coordinateChanged"
            Parameter { name: "coordinate"; type: "QGeoCoordinate" }
        }
    }
    Component {
        name: "QMapObjectView"
        defaultProperty: "quickChildren"
        prototype: "QGeoMapObject"
        exports: ["Qt.labs.location/MapObjectView 1.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "model"; type: "QVariant" }
        Property { name: "delegate"; type: "QQmlComponent"; isPointer: true }
        Signal {
            name: "modelChanged"
            Parameter { name: "model"; type: "QVariant" }
        }
        Signal {
            name: "delegateChanged"
            Parameter { name: "delegate"; type: "QQmlComponent"; isPointer: true }
        }
        Method {
            name: "addMapObject"
            Parameter { name: "object"; type: "QGeoMapObject"; isPointer: true }
        }
        Method {
            name: "removeMapObject"
            Parameter { name: "object"; type: "QGeoMapObject"; isPointer: true }
        }
    }
    Component {
        name: "QMapPolygonObject"
        defaultProperty: "quickChildren"
        prototype: "QGeoMapObject"
        exports: ["Qt.labs.location/MapPolygonObject 1.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "path"; type: "QVariantList" }
        Property { name: "color"; type: "QColor" }
        Property {
            name: "border"
            type: "QDeclarativeMapLineProperties"
            isReadonly: true
            isPointer: true
        }
    }
    Component {
        name: "QMapPolylineObject"
        defaultProperty: "quickChildren"
        prototype: "QGeoMapObject"
        exports: ["Qt.labs.location/MapPolylineObject 1.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "path"; type: "QVariantList" }
        Property {
            name: "line"
            type: "QDeclarativeMapLineProperties"
            isReadonly: true
            isPointer: true
        }
    }
    Component {
        name: "QMapRouteObject"
        defaultProperty: "quickChildren"
        prototype: "QGeoMapObject"
        exports: ["Qt.labs.location/MapRouteObject 1.0"]
        exportMetaObjectRevisions: [0]
        Property { name: "route"; type: "QDeclarativeGeoRoute"; isPointer: true }
        Signal {
            name: "routeChanged"
            Parameter { name: "route"; type: "QDeclarativeGeoRoute"; isPointer: true }
        }
    }
    Component {
        name: "QParameterizableObject"
        defaultProperty: "quickChildren"
        prototype: "QObject"
        Property { name: "quickChildren"; type: "QObject"; isList: true; isReadonly: true }
    }
}