QChannelMapping 類
(
Qt3DAnimation::QChannelMapping
)
允許將裁剪內通道映射到應用程序對象特性。
更多...
特性
公共函數
公共槽
信號
靜態公共成員
保護函數
|
QChannelMapping
(Qt3DAnimation::QChannelMappingPrivate &
dd
, Qt3DCore::QNode *
parent
= nullptr)
|
詳細描述
允許將裁剪內通道映射到應用程序對象特性。
特性文檔編製
訪問函數:
|
QString
|
channelName
() const
|
|
void
|
setChannelName
(const QString &
channelName
)
|
通知程序信號:
|
void
|
channelNameChanged
(QString
channelName
)
|
訪問函數:
|
QString
|
property
() const
|
|
void
|
setProperty
(const QString &
property
)
|
通知程序信號:
|
void
|
propertyChanged
(QString
property
)
|
訪問函數:
|
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.