QClipBlendValue Class

(Qt3DAnimation::QClipBlendValue)

属性

  • clip : Qt3DAnimation::QAbstractAnimationClip *

公有函数

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

公有槽函数

void setClip(Qt3DAnimation::QAbstractAnimationClip *clip)

信号

void clipChanged(Qt3DAnimation::QAbstractAnimationClip *clip)

受保护的函数

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

其他继承的成员

  • 1 个公有变量继承自 QObject
  • 10 个静态公有成员继承自 QObject
  • 2 个受保护的变量继承自 QObject

属性

clip : Qt3DAnimation::QAbstractAnimationClip *

访问函数:

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

Notifier signal:

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(QClipBlendValuePrivate &dd, Qt3DCore::QNode *parent = nullptr)

Copy constructor.

QClipBlendValue::~QClipBlendValue()

Destroys the instance of QClipBlendValue.