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.

[虛擬] QClipBlendValue:: ~QClipBlendValue ()

Destroys the instance of QClipBlendValue. The destructor is virtual.