aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/PySide6/Qt3DAnimation/typesystem_3danimation.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/PySide6/Qt3DAnimation/typesystem_3danimation.xml')
-rw-r--r--sources/pyside6/PySide6/Qt3DAnimation/typesystem_3danimation.xml60
1 files changed, 60 insertions, 0 deletions
diff --git a/sources/pyside6/PySide6/Qt3DAnimation/typesystem_3danimation.xml b/sources/pyside6/PySide6/Qt3DAnimation/typesystem_3danimation.xml
new file mode 100644
index 000000000..61af82d6d
--- /dev/null
+++ b/sources/pyside6/PySide6/Qt3DAnimation/typesystem_3danimation.xml
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+// Copyright (C) 2017 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
+-->
+
+<typesystem package="PySide6.Qt3DAnimation"
+ namespace-begin="QT_BEGIN_NAMESPACE" namespace-end="QT_END_NAMESPACE">
+ <load-typesystem name="Qt3DRender/typesystem_3drender.xml" generate="no"/>
+ <namespace-type name="Qt3DAnimation">
+ <object-type name="QAbstractAnimation">
+ <enum-type name="AnimationType"/>
+ <!-- Disambiguate from QtCore/qabstractanimation.h -->
+ <include file-name="Qt3DAnimation/qabstractanimation.h" location="global"/>
+ </object-type>
+ <object-type name="QAbstractAnimationClip"/>
+ <value-type name="QAnimationClipData" since="6.1"/>
+ <object-type name="QAbstractChannelMapping"/>
+ <object-type name="QAbstractClipAnimator">
+ <enum-type name="Loops"/>
+ </object-type>
+ <object-type name="QAbstractClipBlendNode"/>
+ <object-type name="QAdditiveClipBlend"/>
+ <object-type name="QAnimationAspect"/>
+ <object-type name="QAnimationCallback">
+ <enum-type name="Flag"/>
+ </object-type>
+ <object-type name="QAnimationClip"/>
+ <object-type name="QAnimationClipLoader">
+ <enum-type name="Status"/>
+ </object-type>
+ <object-type name="QAnimationController"/>
+ <object-type name="QAnimationGroup">
+ <!-- Disambiguate from QtCore/qanimationgroup.h -->
+ <include file-name="Qt3DAnimation/qanimationgroup.h" location="global"/>
+ </object-type>
+ <object-type name="QBlendedClipAnimator"/>
+ <value-type name="QChannel"/>
+ <value-type name="QChannelComponent"/>
+ <object-type name="QCallbackMapping"/>
+ <object-type name="QChannelMapper" since="6.1"/>
+ <object-type name="QChannelMapping"/>
+ <object-type name="QClipAnimator"/>
+ <object-type name="QClipBlendValue"/>
+ <object-type name="QClock"/>
+ <object-type name="QKeyFrame">
+ <enum-type name="InterpolationType"/>
+ </object-type>
+ <object-type name="QKeyframeAnimation">
+ <enum-type name="RepeatMode"/>
+ </object-type>
+ <object-type name="QLerpClipBlend"/>
+ <object-type name="QMorphingAnimation">
+ <enum-type name="Method"/>
+ </object-type>
+ <object-type name="QMorphTarget"/>
+ <object-type name="QSkeletonMapping"/>
+ <object-type name="QVertexBlendAnimation"/>
+ </namespace-type>
+</typesystem>