summaryrefslogtreecommitdiffstats
path: root/src/quick3d/imports/animation/plugins.qmltypes
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick3d/imports/animation/plugins.qmltypes')
-rw-r--r--src/quick3d/imports/animation/plugins.qmltypes242
1 files changed, 137 insertions, 105 deletions
diff --git a/src/quick3d/imports/animation/plugins.qmltypes b/src/quick3d/imports/animation/plugins.qmltypes
index 08879ee52..ad2bc8812 100644
--- a/src/quick3d/imports/animation/plugins.qmltypes
+++ b/src/quick3d/imports/animation/plugins.qmltypes
@@ -4,23 +4,10 @@ import QtQuick.tooling 1.2
// It is used for QML tooling purposes only.
//
// This file was auto-generated by:
-// 'qmlplugindump -nonrelocatable Qt3D.Animation 2.9'
+// 'qmlplugindump -nonrelocatable -dependencies dependencies.json Qt3D.Animation 2.12'
Module {
- dependencies: ["QtQuick 2.8"]
- Component {
- name: "Qt3DAnimation::Animation::Quick::Quick3DChannelMapper"
- defaultProperty: "mappings"
- prototype: "Qt3DAnimation::QChannelMapper"
- exports: ["Qt3D.Animation/ChannelMapper 2.9"]
- exportMetaObjectRevisions: [0]
- Property {
- name: "mappings"
- type: "Qt3DAnimation::QChannelMapping"
- isList: true
- isReadonly: true
- }
- }
+ dependencies: ["Qt3D.Core 2.0"]
Component {
name: "Qt3DAnimation::QAbstractAnimation"
prototype: "QObject"
@@ -36,7 +23,7 @@ Module {
}
}
Property { name: "animationName"; type: "string" }
- Property { name: "animationType"; type: "QAbstractAnimation::AnimationType"; isReadonly: true }
+ Property { name: "animationType"; type: "AnimationType"; isReadonly: true }
Property { name: "position"; type: "float" }
Property { name: "duration"; type: "float"; isReadonly: true }
Signal {
@@ -73,6 +60,13 @@ Module {
}
}
Component {
+ name: "Qt3DAnimation::QAbstractChannelMapping"
+ prototype: "Qt3DCore::QNode"
+ exports: ["Qt3D.Animation/AbstractChannelMapping 2.10"]
+ isCreatable: false
+ exportMetaObjectRevisions: [0]
+ }
+ Component {
name: "Qt3DAnimation::QAbstractClipAnimator"
prototype: "Qt3DCore::QComponent"
exports: ["Qt3D.Animation/AbstractClipAnimator 2.9"]
@@ -87,6 +81,8 @@ Module {
Property { name: "running"; type: "bool" }
Property { name: "loops"; type: "int" }
Property { name: "channelMapper"; type: "Qt3DAnimation::QChannelMapper"; isPointer: true }
+ Property { name: "clock"; type: "Qt3DAnimation::QClock"; isPointer: true }
+ Property { name: "normalizedTime"; type: "float" }
Signal {
name: "runningChanged"
Parameter { name: "running"; type: "bool" }
@@ -99,6 +95,14 @@ Module {
name: "loopCountChanged"
Parameter { name: "loops"; type: "int" }
}
+ Signal {
+ name: "clockChanged"
+ Parameter { name: "clock"; type: "Qt3DAnimation::QClock"; isPointer: true }
+ }
+ Signal {
+ name: "normalizedTimeChanged"
+ Parameter { name: "index"; type: "float" }
+ }
Method {
name: "setRunning"
Parameter { name: "running"; type: "bool" }
@@ -111,6 +115,16 @@ Module {
name: "setLoopCount"
Parameter { name: "loops"; type: "int" }
}
+ Method {
+ name: "setClock"
+ Parameter { name: "clock"; type: "Qt3DAnimation::QClock"; isPointer: true }
+ }
+ Method {
+ name: "setNormalizedTime"
+ Parameter { name: "timeFraction"; type: "float" }
+ }
+ Method { name: "start" }
+ Method { name: "stop" }
}
Component {
name: "Qt3DAnimation::QAbstractClipBlendNode"
@@ -210,6 +224,8 @@ Module {
Component {
name: "Qt3DAnimation::QAnimationController"
prototype: "QObject"
+ exports: ["Qt3D.Animation/AnimationController 2.9"]
+ exportMetaObjectRevisions: [209]
Property { name: "activeAnimationGroup"; type: "int" }
Property { name: "position"; type: "float" }
Property { name: "positionScale"; type: "float" }
@@ -274,10 +290,19 @@ Module {
type: "Qt3DAnimation::QAnimationGroup*"
Parameter { name: "index"; type: "int" }
}
+ Property {
+ name: "animationGroups"
+ revision: 209
+ type: "Qt3DAnimation::QAnimationGroup"
+ isList: true
+ isReadonly: true
+ }
}
Component {
name: "Qt3DAnimation::QAnimationGroup"
prototype: "QObject"
+ exports: ["Qt3D.Animation/AnimationGroup 2.9"]
+ exportMetaObjectRevisions: [209]
Property { name: "name"; type: "string" }
Property { name: "position"; type: "float" }
Property { name: "duration"; type: "float"; isReadonly: true }
@@ -301,6 +326,13 @@ Module {
name: "setPosition"
Parameter { name: "position"; type: "float" }
}
+ Property {
+ name: "animations"
+ revision: 209
+ type: "Qt3DAnimation::QAbstractAnimation"
+ isList: true
+ isReadonly: true
+ }
}
Component {
name: "Qt3DAnimation::QBlendedClipAnimator"
@@ -317,10 +349,23 @@ Module {
Parameter { name: "blendTree"; type: "QAbstractClipBlendNode"; isPointer: true }
}
}
- Component { name: "Qt3DAnimation::QChannelMapper"; prototype: "Qt3DCore::QNode" }
Component {
- name: "Qt3DAnimation::QChannelMapping"
+ name: "Qt3DAnimation::QChannelMapper"
+ defaultProperty: "mappings"
prototype: "Qt3DCore::QNode"
+ exports: ["Qt3D.Animation/ChannelMapper 2.9"]
+ exportMetaObjectRevisions: [209]
+ Property {
+ name: "mappings"
+ revision: 209
+ type: "Qt3DAnimation::QAbstractChannelMapping"
+ isList: true
+ isReadonly: true
+ }
+ }
+ Component {
+ name: "Qt3DAnimation::QChannelMapping"
+ prototype: "Qt3DAnimation::QAbstractChannelMapping"
exports: ["Qt3D.Animation/ChannelMapping 2.9"]
exportMetaObjectRevisions: [0]
Property { name: "channelName"; type: "string" }
@@ -382,8 +427,21 @@ Module {
}
}
Component {
+ name: "Qt3DAnimation::QClock"
+ prototype: "Qt3DCore::QNode"
+ exports: ["Qt3D.Animation/Clock 2.9"]
+ exportMetaObjectRevisions: [0]
+ Property { name: "playbackRate"; type: "double" }
+ Signal {
+ name: "playbackRateChanged"
+ Parameter { name: "playbackRate"; type: "double" }
+ }
+ }
+ Component {
name: "Qt3DAnimation::QKeyframeAnimation"
prototype: "Qt3DAnimation::QAbstractAnimation"
+ exports: ["Qt3D.Animation/KeyframeAnimation 2.9"]
+ exportMetaObjectRevisions: [209]
Enum {
name: "RepeatMode"
values: {
@@ -396,8 +454,8 @@ Module {
Property { name: "target"; type: "Qt3DCore::QTransform"; isPointer: true }
Property { name: "easing"; type: "QEasingCurve" }
Property { name: "targetName"; type: "string" }
- Property { name: "startMode"; type: "QKeyframeAnimation::RepeatMode" }
- Property { name: "endMode"; type: "QKeyframeAnimation::RepeatMode" }
+ Property { name: "startMode"; type: "RepeatMode" }
+ Property { name: "endMode"; type: "RepeatMode" }
Signal {
name: "framePositionsChanged"
Parameter { name: "positions"; type: "QVector<float>" }
@@ -446,6 +504,13 @@ Module {
name: "setEndMode"
Parameter { name: "mode"; type: "RepeatMode" }
}
+ Property {
+ name: "keyframes"
+ revision: 209
+ type: "Qt3DCore::QTransform"
+ isList: true
+ isReadonly: true
+ }
}
Component {
name: "Qt3DAnimation::QLerpClipBlend"
@@ -483,6 +548,8 @@ Module {
Component {
name: "Qt3DAnimation::QMorphTarget"
prototype: "QObject"
+ exports: ["Qt3D.Animation/MorphTarget 2.9"]
+ exportMetaObjectRevisions: [209]
Property { name: "attributeNames"; type: "QStringList"; isReadonly: true }
Signal {
name: "attributeNamesChanged"
@@ -494,10 +561,19 @@ Module {
Parameter { name: "geometry"; type: "Qt3DRender::QGeometry"; isPointer: true }
Parameter { name: "attributes"; type: "QStringList" }
}
+ Property {
+ name: "attributes"
+ revision: 209
+ type: "Qt3DRender::QAttribute"
+ isList: true
+ isReadonly: true
+ }
}
Component {
name: "Qt3DAnimation::QMorphingAnimation"
prototype: "Qt3DAnimation::QAbstractAnimation"
+ exports: ["Qt3D.Animation/MorphingAnimation 2.9"]
+ exportMetaObjectRevisions: [209]
Enum {
name: "Method"
values: {
@@ -509,7 +585,7 @@ Module {
Property { name: "interpolator"; type: "float"; isReadonly: true }
Property { name: "target"; type: "Qt3DRender::QGeometryRenderer"; isPointer: true }
Property { name: "targetName"; type: "string" }
- Property { name: "method"; type: "QMorphingAnimation::Method" }
+ Property { name: "method"; type: "Method" }
Property { name: "easing"; type: "QEasingCurve" }
Signal {
name: "targetPositionsChanged"
@@ -555,116 +631,72 @@ Module {
name: "setEasing"
Parameter { name: "easing"; type: "QEasingCurve" }
}
- }
- Component {
- name: "Qt3DAnimation::Quick::QQuick3DAnimationController"
- prototype: "Qt3DAnimation::QAnimationController"
- exports: ["Qt3D.Animation/AnimationController 2.9"]
- exportMetaObjectRevisions: [0]
- Property {
- name: "animationGroups"
- type: "Qt3DAnimation::QAnimationGroup"
- isList: true
- isReadonly: true
- }
- }
- Component {
- name: "Qt3DAnimation::Quick::QQuick3DAnimationGroup"
- prototype: "Qt3DAnimation::QAnimationGroup"
- exports: ["Qt3D.Animation/AnimationGroup 2.9"]
- exportMetaObjectRevisions: [0]
- Property {
- name: "animations"
- type: "Qt3DAnimation::QAbstractAnimation"
- isList: true
- isReadonly: true
- }
- }
- Component {
- name: "Qt3DAnimation::Quick::QQuick3DKeyframeAnimation"
- prototype: "Qt3DAnimation::QKeyframeAnimation"
- exports: ["Qt3D.Animation/KeyframeAnimation 2.9"]
- exportMetaObjectRevisions: [0]
- Property { name: "keyframes"; type: "Qt3DCore::QTransform"; isList: true; isReadonly: true }
- }
- Component {
- name: "Qt3DAnimation::Quick::QQuick3DMorphTarget"
- prototype: "Qt3DAnimation::QMorphTarget"
- exports: ["Qt3D.Animation/MorphTarget 2.9"]
- exportMetaObjectRevisions: [0]
- Property { name: "attributes"; type: "Qt3DRender::QAttribute"; isList: true; isReadonly: true }
- }
- Component {
- name: "Qt3DAnimation::Quick::QQuick3DMorphingAnimation"
- prototype: "Qt3DAnimation::QMorphingAnimation"
- exports: ["Qt3D.Animation/MorphingAnimation 2.9"]
- exportMetaObjectRevisions: [0]
Property {
name: "morphTargets"
+ revision: 209
type: "Qt3DAnimation::QMorphTarget"
isList: true
isReadonly: true
}
}
Component {
- name: "Qt3DCore::QComponent"
- prototype: "Qt3DCore::QNode"
- Property { name: "isShareable"; type: "bool" }
- Signal {
- name: "shareableChanged"
- Parameter { name: "isShareable"; type: "bool" }
- }
- Signal {
- name: "addedToEntity"
- Parameter { name: "entity"; type: "QEntity"; isPointer: true }
- }
+ name: "Qt3DAnimation::QSkeletonMapping"
+ prototype: "Qt3DAnimation::QAbstractChannelMapping"
+ exports: ["Qt3D.Animation/SkeletonMapping 2.10"]
+ exportMetaObjectRevisions: [0]
+ Property { name: "skeleton"; type: "Qt3DCore::QAbstractSkeleton"; isPointer: true }
Signal {
- name: "removedFromEntity"
- Parameter { name: "entity"; type: "QEntity"; isPointer: true }
+ name: "skeletonChanged"
+ Parameter { name: "skeleton"; type: "Qt3DCore::QAbstractSkeleton"; isPointer: true }
}
Method {
- name: "setShareable"
- Parameter { name: "isShareable"; type: "bool" }
+ name: "setSkeleton"
+ Parameter { name: "skeleton"; type: "Qt3DCore::QAbstractSkeleton"; isPointer: true }
}
}
Component {
- name: "Qt3DCore::QNode"
- prototype: "QObject"
- Enum {
- name: "PropertyTrackingMode"
- values: {
- "TrackFinalValues": 0,
- "DontTrackValues": 1,
- "TrackAllValues": 2
- }
+ name: "Qt3DAnimation::QVertexBlendAnimation"
+ prototype: "Qt3DAnimation::QAbstractAnimation"
+ exports: ["Qt3D.Animation/VertexBlendAnimation 2.9"]
+ exportMetaObjectRevisions: [209]
+ Property { name: "targetPositions"; type: "QVector<float>" }
+ Property { name: "interpolator"; type: "float"; isReadonly: true }
+ Property { name: "target"; type: "Qt3DRender::QGeometryRenderer"; isPointer: true }
+ Property { name: "targetName"; type: "string" }
+ Signal {
+ name: "targetPositionsChanged"
+ Parameter { name: "targetPositions"; type: "QVector<float>" }
}
- Property { name: "parent"; type: "Qt3DCore::QNode"; isPointer: true }
- Property { name: "enabled"; type: "bool" }
- Property { name: "defaultPropertyTrackingMode"; revision: 9; type: "PropertyTrackingMode" }
Signal {
- name: "parentChanged"
- Parameter { name: "parent"; type: "QObject"; isPointer: true }
+ name: "interpolatorChanged"
+ Parameter { name: "interpolator"; type: "float" }
}
Signal {
- name: "enabledChanged"
- Parameter { name: "enabled"; type: "bool" }
+ name: "targetChanged"
+ Parameter { name: "target"; type: "Qt3DRender::QGeometryRenderer"; isPointer: true }
}
Signal {
- name: "defaultPropertyTrackingModeChanged"
- Parameter { name: "mode"; type: "PropertyTrackingMode" }
+ name: "targetNameChanged"
+ Parameter { name: "name"; type: "string" }
}
- Signal { name: "nodeDestroyed" }
Method {
- name: "setParent"
- Parameter { name: "parent"; type: "QNode"; isPointer: true }
+ name: "setTargetPositions"
+ Parameter { name: "targetPositions"; type: "QVector<float>" }
}
Method {
- name: "setEnabled"
- Parameter { name: "isEnabled"; type: "bool" }
+ name: "setTarget"
+ Parameter { name: "target"; type: "Qt3DRender::QGeometryRenderer"; isPointer: true }
}
Method {
- name: "setDefaultPropertyTrackingMode"
- Parameter { name: "mode"; type: "PropertyTrackingMode" }
+ name: "setTargetName"
+ Parameter { name: "name"; type: "string" }
+ }
+ Property {
+ name: "morphTargets"
+ revision: 209
+ type: "Qt3DAnimation::QMorphTarget"
+ isList: true
+ isReadonly: true
}
}
}