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.

[虛擬] QChannelMapping:: ~QChannelMapping ()

Destroys the instance of QChannelMapping. The destructor is virtual.