QAnimationCallback Class
class Qt3DAnimation::QAnimationCallbackアニメーション・コールバック・オブジェクトを表します。もっと詳しく...
ヘッダー | #include <QAnimationCallback> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS 3danimation) target_link_libraries(mytarget PRIVATE Qt6::3danimation) |
qmake: | QT += 3danimation |
ステータス | 非推奨 |
パブリックな型
パブリック関数
virtual void | valueChanged(const QVariant &value) = 0 |
メンバ型の説明
enum QAnimationCallback::Flag
flags QAnimationCallback::Flags
valueChanged() 関数がどのように呼び出されるかを示すフラグ。
定数 | 値 | 説明 |
---|---|---|
Qt3DAnimation::QAnimationCallback::OnOwningThread | 0x0 | コールバック関数は、所有する(GUI またはメイン)スレッドで呼び出されます。 |
Qt3DAnimation::QAnimationCallback::OnThreadPool | 0x01 | コールバック関数は、スレッドプールのワーカースレッドで呼び出されます。 |
Flags 型はQFlags<Flag> の typedef です。Flag値のORの組み合わせを格納する。
メンバ関数のドキュメント
[pure virtual]
void QAnimationCallback::valueChanged(const QVariant &value)
アニメーションvalue の変化に対してトリガーされるコールバック関数。
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.