QChannelMapping 类

( Qt3DAnimation::QChannelMapping )

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

头: #include <QChannelMapping>
qmake: QT += 3danimation
继承: Qt3DAnimation::QAbstractChannelMapping

特性

公共函数

QChannelMapping (Qt3DCore::QNode * parent = nullptr)
virtual ~QChannelMapping ()
QString channelName () const
QString property () const
Qt3DCore::QNode * target () const

公共槽

void setChannelName (const QString & channelName )
void setProperty (const QString & property )
void setTarget (Qt3DCore::QNode * target )

信号

void channelNameChanged (QString channelName )
void propertyChanged (QString property )
void targetChanged (Qt3DCore::QNode * target )

静态公共成员

const QMetaObject staticMetaObject

保护函数

QChannelMapping (Qt3DAnimation::QChannelMappingPrivate & dd , Qt3DCore::QNode * parent = nullptr)

详细描述

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

特性文档编制

channelName : QString

访问函数:

QString channelName () const
void setChannelName (const QString & channelName )

通知程序信号:

void channelNameChanged (QString channelName )

property : QString

访问函数:

QString property () const
void setProperty (const QString & property )

通知程序信号:

void propertyChanged (QString property )

target : Qt3DCore::QNode *

访问函数:

Qt3DCore::QNode * target () const
void setTarget (Qt3DCore::QNode * target )

通知程序信号:

void targetChanged (Qt3DCore::QNode * target )

成员函数文档编制

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

Default constructs an instance of QChannelMapping.

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

Default constructs an instance of QChannelMapping.

[virtual] QChannelMapping:: ~QChannelMapping ()

Destroys the instance of QChannelMapping. The destructor is virtual.