QChannelMapping Class
(Qt3DAnimation::QChannelMapping)基类: | Qt3DCore::QNode |
属性
- channelName : QString
- property : QString
- target : Qt3DCore::QNode *
- 3 个属性继承自 Qt3DCore::QNode
- 1 个属性继承自 QObject
公有函数
QChannelMapping(Qt3DCore::QNode *parent = nullptr) | |
~QChannelMapping() | |
QString | channelName() const |
QString | property() const |
Qt3DCore::QNode * | target() const |
- 11 个公有函数继承自 Qt3DCore::QNode
- 32 个公有函数继承自 QObject
公有槽函数
void | setChannelName(const QString &channelName) |
void | setProperty(const QString &property) |
void | setTarget(Qt3DCore::QNode *target) |
- 3 个公有槽函数继承自 Qt3DCore::QNode
- 1 个公有槽函数继承自 QObject
信号
void | channelNameChanged(QString channelName) |
void | propertyChanged(QString property) |
void | targetChanged(Qt3DCore::QNode *target) |
- 4 个信号继承自 Qt3DCore::QNode
- 2 个信号继承自 QObject
受保护的函数
QChannelMapping(QChannelMappingPrivate &dd, Qt3DCore::QNode *parent = nullptr) |
- 2 个受保护的函数继承自 Qt3DCore::QNode
- 9 个受保护的函数继承自 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.