summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFawzi Mohamed <fawzi.mohamed@digia.com>2013-04-30 12:39:05 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-04-30 15:22:05 +0200
commit5fa32ce4d076b89003ba9f12998918a9648e1891 (patch)
treef4ef3f04efa967fe8a6d025945cebb90ceea3ad7
parentc34910a22f9d57e51610a8f875b55b0828b8da21 (diff)
audioengine: update qmltypes
Change-Id: I13488291f543748716891cfa0ab9b5dd548ccc86 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
-rw-r--r--src/imports/audioengine/plugins.qmltypes96
1 files changed, 53 insertions, 43 deletions
diff --git a/src/imports/audioengine/plugins.qmltypes b/src/imports/audioengine/plugins.qmltypes
index 6a7dae1a4..8c6267bda 100644
--- a/src/imports/audioengine/plugins.qmltypes
+++ b/src/imports/audioengine/plugins.qmltypes
@@ -2,6 +2,8 @@ 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 with the command 'qmlplugindump -notrelocatable QtAudioEngine 1.0'.
Module {
Component {
@@ -12,27 +14,30 @@ Module {
Component {
name: "QDeclarativeAttenuationModelInverse"
prototype: "QDeclarativeAttenuationModel"
- exports: ["AttenuationModelInverse 1.0"]
- Property { name: "start"; type: "qreal" }
- Property { name: "end"; type: "qreal" }
- Property { name: "rolloff"; type: "qreal" }
+ exports: ["QtAudioEngine/AttenuationModelInverse 1.0"]
+ exportMetaObjectRevisions: [0]
+ Property { name: "start"; type: "double" }
+ Property { name: "end"; type: "double" }
+ Property { name: "rolloff"; type: "double" }
}
Component {
name: "QDeclarativeAttenuationModelLinear"
prototype: "QDeclarativeAttenuationModel"
- exports: ["AttenuationModelLinear 1.0"]
- Property { name: "start"; type: "qreal" }
- Property { name: "end"; type: "qreal" }
+ exports: ["QtAudioEngine/AttenuationModelLinear 1.0"]
+ exportMetaObjectRevisions: [0]
+ Property { name: "start"; type: "double" }
+ Property { name: "end"; type: "double" }
}
Component {
name: "QDeclarativeAudioCategory"
prototype: "QObject"
- exports: ["AudioCategory 1.0"]
- Property { name: "volume"; type: "qreal" }
+ exports: ["QtAudioEngine/AudioCategory 1.0"]
+ exportMetaObjectRevisions: [0]
+ Property { name: "volume"; type: "double" }
Property { name: "name"; type: "string" }
Signal {
name: "volumeChanged"
- Parameter { name: "newVolume"; type: "qreal" }
+ Parameter { name: "newVolume"; type: "double" }
}
Signal { name: "stopped" }
Signal { name: "paused" }
@@ -45,7 +50,8 @@ Module {
name: "QDeclarativeAudioEngine"
defaultProperty: "bank"
prototype: "QObject"
- exports: ["AudioEngine 1.0"]
+ exports: ["QtAudioEngine/AudioEngine 1.0"]
+ exportMetaObjectRevisions: [0]
Property { name: "bank"; type: "QObject"; isList: true; isReadonly: true }
Property { name: "categories"; type: "QObject"; isReadonly: true; isPointer: true }
Property { name: "samples"; type: "QObject"; isReadonly: true; isPointer: true }
@@ -58,8 +64,8 @@ Module {
isReadonly: true
isPointer: true
}
- Property { name: "dopplerFactor"; type: "qreal" }
- Property { name: "speedOfSound"; type: "qreal" }
+ Property { name: "dopplerFactor"; type: "double" }
+ Property { name: "speedOfSound"; type: "double" }
Signal { name: "ready" }
Signal { name: "liveInstanceCountChanged" }
Signal { name: "isLoadingChanged" }
@@ -68,18 +74,20 @@ Module {
Component {
name: "QDeclarativeAudioListener"
prototype: "QObject"
- exports: ["AudioListener 1.0"]
+ exports: ["QtAudioEngine/AudioListener 1.0"]
+ exportMetaObjectRevisions: [0]
Property { name: "engine"; type: "QDeclarativeAudioEngine"; isPointer: true }
Property { name: "position"; type: "QVector3D" }
Property { name: "direction"; type: "QVector3D" }
Property { name: "velocity"; type: "QVector3D" }
Property { name: "up"; type: "QVector3D" }
- Property { name: "gain"; type: "qreal" }
+ Property { name: "gain"; type: "double" }
}
Component {
name: "QDeclarativeAudioSample"
prototype: "QObject"
- exports: ["AudioSample 1.0"]
+ exports: ["QtAudioEngine/AudioSample 1.0"]
+ exportMetaObjectRevisions: [0]
Property { name: "name"; type: "string" }
Property { name: "source"; type: "QUrl" }
Property { name: "preloaded"; type: "bool" }
@@ -90,19 +98,21 @@ Module {
Component {
name: "QDeclarativePlayVariation"
prototype: "QObject"
- exports: ["PlayVariation 1.0"]
+ exports: ["QtAudioEngine/PlayVariation 1.0"]
+ exportMetaObjectRevisions: [0]
Property { name: "sample"; type: "string" }
Property { name: "looping"; type: "bool" }
- Property { name: "maxGain"; type: "qreal" }
- Property { name: "minGain"; type: "qreal" }
- Property { name: "maxPitch"; type: "qreal" }
- Property { name: "minPitch"; type: "qreal" }
+ Property { name: "maxGain"; type: "double" }
+ Property { name: "minGain"; type: "double" }
+ Property { name: "maxPitch"; type: "double" }
+ Property { name: "minPitch"; type: "double" }
}
Component {
name: "QDeclarativeSound"
defaultProperty: "playVariationlist"
prototype: "QObject"
- exports: ["Sound 1.0"]
+ exports: ["QtAudioEngine/Sound 1.0"]
+ exportMetaObjectRevisions: [0]
Enum {
name: "PlayType"
values: {
@@ -124,12 +134,12 @@ Module {
Method { name: "play" }
Method {
name: "play"
- Parameter { name: "gain"; type: "qreal" }
+ Parameter { name: "gain"; type: "double" }
}
Method {
name: "play"
- Parameter { name: "gain"; type: "qreal" }
- Parameter { name: "pitch"; type: "qreal" }
+ Parameter { name: "gain"; type: "double" }
+ Parameter { name: "pitch"; type: "double" }
}
Method {
name: "play"
@@ -149,60 +159,60 @@ Module {
Method {
name: "play"
Parameter { name: "position"; type: "QVector3D" }
- Parameter { name: "gain"; type: "qreal" }
+ Parameter { name: "gain"; type: "double" }
}
Method {
name: "play"
Parameter { name: "position"; type: "QVector3D" }
Parameter { name: "velocity"; type: "QVector3D" }
- Parameter { name: "gain"; type: "qreal" }
+ Parameter { name: "gain"; type: "double" }
}
Method {
name: "play"
Parameter { name: "position"; type: "QVector3D" }
Parameter { name: "velocity"; type: "QVector3D" }
Parameter { name: "direction"; type: "QVector3D" }
- Parameter { name: "gain"; type: "qreal" }
+ Parameter { name: "gain"; type: "double" }
}
Method {
name: "play"
Parameter { name: "position"; type: "QVector3D" }
- Parameter { name: "gain"; type: "qreal" }
- Parameter { name: "pitch"; type: "qreal" }
+ Parameter { name: "gain"; type: "double" }
+ Parameter { name: "pitch"; type: "double" }
}
Method {
name: "play"
Parameter { name: "position"; type: "QVector3D" }
Parameter { name: "velocity"; type: "QVector3D" }
- Parameter { name: "gain"; type: "qreal" }
- Parameter { name: "pitch"; type: "qreal" }
+ Parameter { name: "gain"; type: "double" }
+ Parameter { name: "pitch"; type: "double" }
}
Method {
name: "play"
Parameter { name: "position"; type: "QVector3D" }
Parameter { name: "velocity"; type: "QVector3D" }
Parameter { name: "direction"; type: "QVector3D" }
- Parameter { name: "gain"; type: "qreal" }
- Parameter { name: "pitch"; type: "qreal" }
+ Parameter { name: "gain"; type: "double" }
+ Parameter { name: "pitch"; type: "double" }
}
Method { name: "newInstance"; type: "QDeclarativeSoundInstance*" }
}
Component {
name: "QDeclarativeSoundCone"
prototype: "QObject"
- exports: [" 1.0"]
- Property { name: "innerAngle"; type: "qreal" }
- Property { name: "outerAngle"; type: "qreal" }
- Property { name: "outerGain"; type: "qreal" }
+ Property { name: "innerAngle"; type: "double" }
+ Property { name: "outerAngle"; type: "double" }
+ Property { name: "outerGain"; type: "double" }
}
Component {
name: "QDeclarativeSoundInstance"
prototype: "QObject"
- exports: ["SoundInstance 1.0"]
+ exports: ["QtAudioEngine/SoundInstance 1.0"]
+ exportMetaObjectRevisions: [0]
Enum {
name: "State"
values: {
- "StopppedState": 0,
+ "StoppedState": 0,
"PlayingState": 1,
"PausedState": 2
}
@@ -213,14 +223,14 @@ Module {
Property { name: "position"; type: "QVector3D" }
Property { name: "direction"; type: "QVector3D" }
Property { name: "velocity"; type: "QVector3D" }
- Property { name: "gain"; type: "qreal" }
- Property { name: "pitch"; type: "qreal" }
+ Property { name: "gain"; type: "double" }
+ Property { name: "pitch"; type: "double" }
Method { name: "play" }
Method { name: "stop" }
Method { name: "pause" }
Method {
name: "updatePosition"
- Parameter { name: "deltaTime"; type: "qreal" }
+ Parameter { name: "deltaTime"; type: "double" }
}
}
Component {