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.