QClipBlendValue Class

( Qt3DAnimation::QClipBlendValue )

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

头: #include <QClipBlendValue>
qmake: QT += 3danimation
继承: Qt3DAnimation::QAbstractClipBlendNode

特性

  • clip : Qt3DAnimation::QAbstractAnimationClip*

公共函数

QClipBlendValue (Qt3DCore::QNode * parent = nullptr)
QClipBlendValue (Qt3DAnimation::QAbstractAnimationClip * clip , Qt3DCore::QNode * parent = nullptr)
virtual ~QClipBlendValue ()
Qt3DAnimation::QAbstractAnimationClip * clip () const

公共槽

void setClip (Qt3DAnimation::QAbstractAnimationClip * clip )

信号

void clipChanged (Qt3DAnimation::QAbstractAnimationClip * clip )

静态公共成员

const QMetaObject staticMetaObject

保护函数

QClipBlendValue (Qt3DAnimation::QClipBlendValuePrivate & dd , Qt3DCore::QNode * parent = nullptr)

详细描述

Class used for including a clip in a blend tree.

特性文档编制

clip : Qt3DAnimation::QAbstractAnimationClip *

The animation clip that needs to be included in the blend tree.

访问函数:

Qt3DAnimation::QAbstractAnimationClip * clip () const
void setClip (Qt3DAnimation::QAbstractAnimationClip * clip )

通知程序信号:

void clipChanged (Qt3DAnimation::QAbstractAnimationClip * clip )

成员函数文档编制

QClipBlendValue:: QClipBlendValue ( Qt3DCore::QNode * parent = nullptr)

Default constructs an instance of QClipBlendValue.

QClipBlendValue:: QClipBlendValue ( Qt3DAnimation::QAbstractAnimationClip * clip , Qt3DCore::QNode * parent = nullptr)

Default constructs an instance of QClipBlendValue.

[protected] QClipBlendValue:: QClipBlendValue ( Qt3DAnimation::QClipBlendValuePrivate & dd , Qt3DCore::QNode * parent = nullptr)

Default constructs an instance of QClipBlendValue.

[virtual] QClipBlendValue:: ~QClipBlendValue ()

Destroys the instance of QClipBlendValue. The destructor is virtual.