summaryrefslogtreecommitdiffstats
path: root/src/imports
diff options
context:
space:
mode:
authorGatis Paeglis <gatis.paeglis@theqtcompany.com>2014-12-05 11:57:08 +0100
committerGatis Paeglis <gatis.paeglis@theqtcompany.com>2014-12-05 13:35:50 +0200
commit6d1b7e859e53eea53aafa88eddb2e0a319e9756f (patch)
treefc06cb33a8ce49d80d3f9ffe585983b876ce9df6 /src/imports
parentd1e4fbf0d58c271759aa2a443fc9a12539f1111a (diff)
B2Qt.Utils: Update plugins.qmltypes
Required for code-completion feature in QtCreator. Change-Id: I06ce31856b61e4bf41a4123eda999687eac1de3f Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
Diffstat (limited to 'src/imports')
-rw-r--r--src/imports/utils/plugins.qmltypes54
1 files changed, 54 insertions, 0 deletions
diff --git a/src/imports/utils/plugins.qmltypes b/src/imports/utils/plugins.qmltypes
new file mode 100644
index 0000000..88acb66
--- /dev/null
+++ b/src/imports/utils/plugins.qmltypes
@@ -0,0 +1,54 @@
+import QtQuick.tooling 1.1
+
+// 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 B2Qt.Utils 1.0 /system/qml/B2Qt/Utils/'
+
+Module {
+ Component {
+ name: "B2QtDevice"
+ prototype: "QObject"
+ exports: ["B2Qt.Utils/B2QtDevice 1.0"]
+ isCreatable: false
+ isSingleton: true
+ exportMetaObjectRevisions: [0]
+ Property { name: "displayBrightness"; type: "uchar" }
+ Property { name: "hostname"; type: "string" }
+ Property { name: "ipAddress"; type: "string"; isReadonly: true }
+ Property { name: "masterVolume"; type: "int" }
+ Signal {
+ name: "displayBrightnessChanged"
+ Parameter { name: "newValue"; type: "uchar" }
+ }
+ Signal {
+ name: "hostnameChanged"
+ Parameter { name: "newName"; type: "string" }
+ }
+ Signal {
+ name: "ipAddressChanged"
+ Parameter { name: "newAddress"; type: "string" }
+ }
+ Signal {
+ name: "masterVolumeChanged"
+ Parameter { name: "newVolume"; type: "int" }
+ }
+ Method { name: "reboot" }
+ Method { name: "powerOff" }
+ Method {
+ name: "setDisplayBrightness"
+ type: "bool"
+ Parameter { name: "value"; type: "uchar" }
+ }
+ Method {
+ name: "setHostname"
+ type: "bool"
+ Parameter { name: "name"; type: "string" }
+ }
+ Method {
+ name: "setMasterVolume"
+ Parameter { name: "volume"; type: "int" }
+ }
+ }
+}