QChannelMapping 类

( Qt3DAnimation::QChannelMapping )
继承: Qt3DCore::QNode

特性

公共函数

QChannelMapping (Qt3DCore::QNode * parent = nullptr)
~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 )

保护函数

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

Copy constructor.

QChannelMapping:: ~QChannelMapping ()

Destroys the instance of QChannelMapping.