QChannelMapping Class

(Qt3DAnimation::QChannelMapping)

属性

公有函数

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)

其他继承的成员

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

属性

channelName : QString

访问函数:

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

Notifier signal:

void channelNameChanged(QString channelName)

property : QString

访问函数:

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

Notifier signal:

void propertyChanged(QString property)

target : Qt3DCore::QNode *

访问函数:

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

Notifier signal:

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.