Obsolete Members for <QWaylandQuickExtension>
クラス<QWaylandQuickExtension> の以下のメンバは非推奨である。これらは古いソース・コードの動作を維持するために提供されています。新しいコードでは使用しないことを強くお勧めします。
マクロ
(deprecated in 6.8) | Q_COMPOSITOR_DECLARE_QUICK_EXTENSION_NAMED_CLASS(className, QmlType) |
マクロ・ドキュメント
[deprecated in 6.8]
Q_COMPOSITOR_DECLARE_QUICK_EXTENSION_NAMED_CLASS(className, QmlType)
このマクロは6.8以降非推奨です。新しいコードでは使用しないことを強くお勧めします。
代わりにQ_COMPOSITOR_DECLARE_QUICK_EXTENSION_NAMED_ELEMENT を使用してください。
このマクロはWayland拡張をベースとしたQt Quick クラスを定義するために使用できます。このマクロはclassName を継承し、名前の接尾辞に "QuickExtension" をつけた新しいクラスを定義します。
このマクロはQ_COMPOSITOR_DECLARE_QUICK_EXTENSION_CLASS と同じ働きをしますが、QML_ADDED_IN_VERSION を 1.0 に設定した現在の QML モジュールにQmlType として自動的に登録されます。
© 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.