QChannelMapping Class
class Qt3DAnimation::QChannelMappingクリップ内のチャンネルをアプリケーション内のオブジェクトのプロパティにマッピングできます。詳細
Header: | #include <QChannelMapping> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS 3danimation) target_link_libraries(mytarget PRIVATE Qt6::3danimation) |
qmake: | QT += 3danimation |
Inherits: | Qt3DAnimation::QAbstractChannelMapping |
Status: | Deprecated |
パブリック関数
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) |
©2024 The Qt Company Ltd. 本書に含まれる文書の著作権は、それぞれの所有者に帰属します。 本書で提供されるドキュメントは、Free Software Foundation が発行したGNU Free Documentation License version 1.3に基づいてライセンスされています。 Qtおよびそれぞれのロゴは、フィンランドおよびその他の国におけるThe Qt Company Ltd.の 商標です。その他すべての商標は、それぞれの所有者に帰属します。