summaryrefslogtreecommitdiff
path: root/src/imports
diff options
context:
space:
mode:
authorPaolo Angelelli <paolo.angelelli@qt.io>2017-06-08 17:25:52 +0200
committerPaolo Angelelli <paolo.angelelli@qt.io>2017-06-09 07:47:02 +0000
commita4dc11fd52f42676265cff2ff9396a7396f1ccb3 (patch)
tree59efa9b76810cb3e07201f39f9a299bc58209058 /src/imports
parentc4dbd3bcb14ad3305fa1b1e9d4eb260cb082a360 (diff)
downloadqtlocation-a4dc11fd52f42676265cff2ff9396a7396f1ccb3.tar.gz
Update QtPositioning qmltypes definition
Change-Id: Ic45f7c8aa819d373e96cf60082fcda95a63f79b8 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'src/imports')
-rw-r--r--src/imports/positioning/plugins.qmltypes30
1 files changed, 27 insertions, 3 deletions
diff --git a/src/imports/positioning/plugins.qmltypes b/src/imports/positioning/plugins.qmltypes
index ace5bfae..859736a1 100644
--- a/src/imports/positioning/plugins.qmltypes
+++ b/src/imports/positioning/plugins.qmltypes
@@ -4,7 +4,7 @@ import QtQuick.tooling 1.2
// It is used for QML tooling purposes only.
//
// This file was auto-generated by:
-// 'qmlplugindump -nonrelocatable QtPositioning 5.8'
+// 'qmlplugindump -nonrelocatable QtPositioning 5.9'
Module {
dependencies: ["QtQuick 2.8"]
@@ -61,6 +61,18 @@ Module {
type: "QGeoCircle"
Parameter { name: "center"; type: "QGeoCoordinate" }
}
+ Method { name: "path"; type: "QGeoPath" }
+ Method {
+ name: "path"
+ type: "QGeoPath"
+ Parameter { name: "value"; type: "QJSValue" }
+ Parameter { name: "width"; type: "double" }
+ }
+ Method {
+ name: "path"
+ type: "QGeoPath"
+ Parameter { name: "value"; type: "QJSValue" }
+ }
Method {
name: "shapeToCircle"
type: "QGeoCircle"
@@ -71,6 +83,11 @@ Module {
type: "QGeoRectangle"
Parameter { name: "shape"; type: "QGeoShape" }
}
+ Method {
+ name: "shapeToPath"
+ type: "QGeoPath"
+ Parameter { name: "shape"; type: "QGeoShape" }
+ }
}
Component {
name: "QDeclarativeGeoAddress"
@@ -106,7 +123,7 @@ Module {
"QtPositioning/Position 5.0",
"QtPositioning/Position 5.3",
"QtPositioning/Position 5.4",
- "QtPositioning/Position 5.8"
+ "QtPositioning/Position 5.9"
]
exportMetaObjectRevisions: [0, 1, 2, 2]
Property { name: "latitudeValid"; type: "bool"; isReadonly: true }
@@ -191,7 +208,8 @@ Module {
values: {
"UnknownType": 0,
"RectangleType": 1,
- "CircleType": 2
+ "CircleType": 2,
+ "PathType": 3
}
}
Property { name: "type"; type: "ShapeType"; isReadonly: true }
@@ -202,6 +220,12 @@ Module {
type: "bool"
Parameter { name: "coordinate"; type: "QGeoCoordinate" }
}
+ Method { name: "boundingGeoRectangle"; type: "QGeoRectangle" }
+ Method { name: "center"; type: "QGeoCoordinate" }
+ Method {
+ name: "extendShape"
+ Parameter { name: "coordinate"; type: "QGeoCoordinate" }
+ }
Method { name: "toString"; type: "string" }
}
Component {