Qt3DAnimation 名称空间

Contains classes from the Qt3DAnimation 模块。 更多...

头: #include <Qt3DAnimation>
qmake: QT += 3danimation

    class QAbstractAnimation
    class QAbstractAnimationClip
    class QAbstractChannelMapping
    class QAbstractClipAnimator
    class QAbstractClipBlendNode
    class QAdditiveClipBlend
    class QAnimationAspect
    class QAnimationCallback
    class QAnimationClip
    class QAnimationClipData
    class QAnimationClipLoader
    class QAnimationController
    class QAnimationGroup
    class QBlendedClipAnimator
    class QCallbackMapping
    class QChannel
    class QChannelComponent
    class QChannelMapper
    class QChannelMapping
    class QChannelMappingCreatedChange
    class QChannelMappingCreatedChangeBase
    class QClipAnimator
    class QClipBlendNodeCreatedChange
    class QClipBlendNodeCreatedChangeBase
    class QClipBlendValue
    class QClock
    class QKeyFrame
    class QKeyframeAnimation
    class QLerpClipBlend
    class QMorphTarget
    class QMorphingAnimation
    class QSkeletonMapping
    class QVertexBlendAnimation

    类型

    typedef QChannelMappingCreatedChangeBasePtr
    typedef QClipBlendNodeCreatedChangeBasePtr

    函数

    const QMetaObject * qt_getEnumMetaObject ( Qt3DAnimation::QAbstractAnimation::AnimationType )
    const QMetaObject * qt_getEnumMetaObject ( Qt3DAnimation::QAbstractClipAnimator::Loops )
    const QMetaObject * qt_getEnumMetaObject ( Qt3DAnimation::QAnimationClipLoader::Status )
    const QMetaObject * qt_getEnumMetaObject ( Qt3DAnimation::QKeyframeAnimation::RepeatMode )
    const QMetaObject * qt_getEnumMetaObject ( Qt3DAnimation::QMorphingAnimation::Method )
    const char * qt_getEnumName ( Qt3DAnimation::QAbstractAnimation::AnimationType )
    const char * qt_getEnumName ( Qt3DAnimation::QAbstractClipAnimator::Loops )
    const char * qt_getEnumName ( Qt3DAnimation::QAnimationClipLoader::Status )
    const char * qt_getEnumName ( Qt3DAnimation::QKeyframeAnimation::RepeatMode )
    const char * qt_getEnumName ( Qt3DAnimation::QMorphingAnimation::Method )
    bool operator!= ( const Qt3DAnimation::QKeyFrame & , const Qt3DAnimation::QKeyFrame & )
    bool operator!= ( const Qt3DAnimation::QChannelComponent & , const Qt3DAnimation::QChannelComponent & )
    bool operator!= ( const Qt3DAnimation::QChannel & , const Qt3DAnimation::QChannel & )
    bool operator!= ( const Qt3DAnimation::QAnimationClipData & , const Qt3DAnimation::QAnimationClipData & )
    bool operator== ( const Qt3DAnimation::QKeyFrame & , const Qt3DAnimation::QKeyFrame & )
    bool operator== ( const Qt3DAnimation::QChannelComponent & , const Qt3DAnimation::QChannelComponent & )
    bool operator== ( const Qt3DAnimation::QChannel & , const Qt3DAnimation::QChannel & )
    bool operator== ( const Qt3DAnimation::QAnimationClipData & , const Qt3DAnimation::QAnimationClipData & )

    详细描述

    Contains classes from the Qt3DAnimation 模块。

    class QAbstractAnimation

    用于 Qt3D 动画的抽象基类。 更多...

    class QAbstractAnimationClip

    QAbstractAnimationClip is the base class for types providing key frame animation data. 更多...

    class QAbstractChannelMapping

    class QAbstractClipAnimator

    QAbstractClipAnimator is the base class for types providing animation playback capabilities. 更多...

    class QAbstractClipBlendNode

    QAbstractClipBlendNode is the base class for types used to construct animation blend trees. 更多...

    class QAdditiveClipBlend

    Performs an additive blend of two animation clips based on an additive factor. 更多...

    class QAnimationAspect

    Provides key-frame animation capabilities to Qt 3D. 更多...

    class QAnimationCallback

    class QAnimationClip

    Specifies key frame animation data. 更多...

    class QAnimationClipData

    Class containing the animation data. 更多...

    class QAnimationClipLoader

    Enables loading key frame animation data from a file. 更多...

    class QAnimationController

    A controller class for animations. 更多...

    class QAnimationGroup

    将动画分组在一起的类。 更多...

    class QBlendedClipAnimator

    QBlendedClipAnimator is a component providing animation playback capabilities of a tree of blend nodes. 更多...

    class QCallbackMapping

    Allows to map the channels within the clip onto an invocation of a callback object. 更多...

    class QChannel

    Defines a channel for a QAnimationClipData . The animation system interpolates each channel component independently except in the case the QChannel is called "Rotation" (case sensitive), it has four QChannelComponents and the same number of keyframes for each QChannelComponent . In that case the interpolation will be performed using SLERP. 更多...

    class QChannelComponent

    class QChannelMapper

    允许将裁剪内通道映射到应用程序对象特性。 更多...

    class QChannelMapping

    允许将裁剪内通道映射到应用程序对象特性。 更多...

    class QChannelMappingCreatedChange

    class QChannelMappingCreatedChangeBase

    Base class for handling creation changes for QAbstractSkeleton sub-classes. 更多...

    class QClipAnimator

    QClipAnimator is a component providing simple animation playback capabilities. 更多...

    class QClipBlendNodeCreatedChange

    class QClipBlendNodeCreatedChangeBase

    Base class for changes in QClipBlendNode. 更多...

    class QClipBlendValue

    Class used for including a clip in a blend tree. 更多...

    class QClock

    class QKeyFrame

    用于处理关键帧的基类。 更多...

    class QKeyframeAnimation

    A class implementing simple keyframe animation to a QTransform . 更多...

    class QLerpClipBlend

    Performs a linear interpolation of two animation clips based on a normalized factor. 更多...

    class QMorphTarget

    A class providing morph targets to blend-shape animation. 更多...

    class QMorphingAnimation

    A class implementing blend-shape morphing animation. 更多...

    class QSkeletonMapping

    class QVertexBlendAnimation

    A class implementing vertex-blend morphing animation. 更多...

    类型文档编制

    typedef Qt3DAnimation:: QChannelMappingCreatedChangeBasePtr

    typedef Qt3DAnimation:: QClipBlendNodeCreatedChangeBasePtr

    共享指针为 QClipBlendNodeCreatedChangeBase .

    函数文档编制

    const QMetaObject *Qt3DAnimation:: qt_getEnumMetaObject ( Qt3DAnimation::QAbstractAnimation::AnimationType )

    const QMetaObject *Qt3DAnimation:: qt_getEnumMetaObject ( Qt3DAnimation::QAbstractClipAnimator::Loops )

    const QMetaObject *Qt3DAnimation:: qt_getEnumMetaObject ( Qt3DAnimation::QAnimationClipLoader::Status )

    const QMetaObject *Qt3DAnimation:: qt_getEnumMetaObject ( Qt3DAnimation::QKeyframeAnimation::RepeatMode )

    const QMetaObject *Qt3DAnimation:: qt_getEnumMetaObject ( Qt3DAnimation::QMorphingAnimation::Method )

    const char *Qt3DAnimation:: qt_getEnumName ( Qt3DAnimation::QAbstractAnimation::AnimationType )

    const char *Qt3DAnimation:: qt_getEnumName ( Qt3DAnimation::QAbstractClipAnimator::Loops )

    const char *Qt3DAnimation:: qt_getEnumName ( Qt3DAnimation::QAnimationClipLoader::Status )

    const char *Qt3DAnimation:: qt_getEnumName ( Qt3DAnimation::QKeyframeAnimation::RepeatMode )

    const char *Qt3DAnimation:: qt_getEnumName ( Qt3DAnimation::QMorphingAnimation::Method )

    bool Qt3DAnimation:: operator!= ( const Qt3DAnimation::QKeyFrame & , const Qt3DAnimation::QKeyFrame & )

    bool Qt3DAnimation:: operator!= ( const Qt3DAnimation::QChannelComponent & , const Qt3DAnimation::QChannelComponent & )

    bool Qt3DAnimation:: operator!= ( const Qt3DAnimation::QChannel & , const Qt3DAnimation::QChannel & )

    bool Qt3DAnimation:: operator!= ( const Qt3DAnimation::QAnimationClipData & , const Qt3DAnimation::QAnimationClipData & )

    bool Qt3DAnimation:: operator== ( const Qt3DAnimation::QKeyFrame & , const Qt3DAnimation::QKeyFrame & )

    bool Qt3DAnimation:: operator== ( const Qt3DAnimation::QChannelComponent & , const Qt3DAnimation::QChannelComponent & )

    bool Qt3DAnimation:: operator== ( const Qt3DAnimation::QChannel & , const Qt3DAnimation::QChannel & )

    bool Qt3DAnimation:: operator== ( const Qt3DAnimation::QAnimationClipData & , const Qt3DAnimation::QAnimationClipData & )