summaryrefslogtreecommitdiff
path: root/src/imports/positioning/plugins.qmltypes
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/positioning/plugins.qmltypes')
-rw-r--r--src/imports/positioning/plugins.qmltypes40
1 files changed, 39 insertions, 1 deletions
diff --git a/src/imports/positioning/plugins.qmltypes b/src/imports/positioning/plugins.qmltypes
index c5c37db5..e951961c 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.13'
+// 'qmlplugindump -nonrelocatable QtPositioning 5.14'
Module {
dependencies: ["QtQuick 2.0"]
@@ -147,6 +147,23 @@ Module {
Property { name: "extendedAttributes"; revision: 13; type: "QVariantMap" }
}
Component {
+ name: "QDeclarativePluginParameter"
+ prototype: "QObject"
+ exports: ["QtPositioning/PluginParameter 5.14"]
+ exportMetaObjectRevisions: [0]
+ Property { name: "name"; type: "string" }
+ Property { name: "value"; type: "QVariant" }
+ Signal {
+ name: "nameChanged"
+ Parameter { name: "name"; type: "string" }
+ }
+ Signal {
+ name: "valueChanged"
+ Parameter { name: "value"; type: "QVariant" }
+ }
+ Signal { name: "initialized" }
+ }
+ Component {
name: "QDeclarativePosition"
prototype: "QObject"
exports: [
@@ -181,6 +198,7 @@ Module {
}
Component {
name: "QDeclarativePositionSource"
+ defaultProperty: "parameters"
prototype: "QObject"
exports: ["QtPositioning/PositionSource 5.0"]
exportMetaObjectRevisions: [0]
@@ -221,11 +239,31 @@ Module {
Property { name: "preferredPositioningMethods"; type: "PositioningMethods" }
Property { name: "sourceError"; type: "SourceError"; isReadonly: true }
Property { name: "name"; type: "string" }
+ Property {
+ name: "parameters"
+ revision: 14
+ type: "QDeclarativePluginParameter"
+ isList: true
+ isReadonly: true
+ }
Signal { name: "validityChanged" }
Signal { name: "updateTimeout" }
Method { name: "update" }
Method { name: "start" }
Method { name: "stop" }
+ Method {
+ name: "setBackendProperty"
+ revision: 14
+ type: "bool"
+ Parameter { name: "name"; type: "string" }
+ Parameter { name: "value"; type: "QVariant" }
+ }
+ Method {
+ name: "backendProperty"
+ revision: 14
+ type: "QVariant"
+ Parameter { name: "name"; type: "string" }
+ }
}
Component {
name: "QGeoShape"