summaryrefslogtreecommitdiffstats
path: root/src/animation/backend/handle_types_p.h
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2017-01-23 10:56:01 +0000
committerSean Harmer <sean.harmer@kdab.com>2017-01-27 12:34:51 +0000
commitc1e425920331325f889053b921e66ea572234784 (patch)
tree75c205d117776a55d24be851fee0e40af4bfe3fe /src/animation/backend/handle_types_p.h
parent0070276340e15872362858928d6858ae31e07f7e (diff)
Add API to map animation channels to properties
Change-Id: I98aecf101eb052979f7a2e98c8bfcf899f27fb02 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src/animation/backend/handle_types_p.h')
-rw-r--r--src/animation/backend/handle_types_p.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/animation/backend/handle_types_p.h b/src/animation/backend/handle_types_p.h
index 5147a984a..f2c6774d2 100644
--- a/src/animation/backend/handle_types_p.h
+++ b/src/animation/backend/handle_types_p.h
@@ -62,11 +62,15 @@ class AnimationClip;
class ClipAnimator;
class BlendedClipAnimator;
class ConductedClipAnimator;
+class ChannelMapping;
+class ChannelMapper;
typedef Qt3DCore::QHandle<AnimationClip, 16> HAnimationClip;
typedef Qt3DCore::QHandle<ClipAnimator, 16> HClipAnimator;
typedef Qt3DCore::QHandle<BlendedClipAnimator, 12> HBlendedClipAnimator;
typedef Qt3DCore::QHandle<ConductedClipAnimator, 8> HConductedClipAnimator;
+typedef Qt3DCore::QHandle<ChannelMapping, 16> HChannelMapping;
+typedef Qt3DCore::QHandle<ChannelMapper, 16> HChannelMapper;
} // namespace Animation
} // namespace Qt3DAnimation