Method Class
class QQmlSA::MethodQML メソッドを表します。詳細...
Header: | #include <Method> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS QmlCompiler) target_link_libraries(mytarget PRIVATE Qt6::QmlCompiler) |
Status: | Technical Preview |
パブリックタイプ
class | Methods |
パブリック関数
QString | methodName() const |
QQmlSA::MethodType | methodType() const |
QQmlSA::SourceLocation | sourceLocation() const |
メンバー関数ドキュメント
QString Method::methodName() const
このメソッドの名前を返します。
QQmlSA::MethodType Method::methodType() const
このメソッドの型を返します。例えば、Signal、Slot、Method、StaticMethod などです。
QQmlSA::SourceLocation Method::sourceLocation() const
このメソッドが定義されている QML コードの場所を返します。
©2024 The Qt Company Ltd. 本文書に含まれる文書の著作権は、それぞれの所有者に帰属します。 ここで提供されるドキュメントは、Free Software Foundation が発行したGNU Free Documentation License version 1.3に基づいてライセンスされています。 Qtおよびそれぞれのロゴは、フィンランドおよびその他の国におけるThe Qt Company Ltd.の 商標です。その他すべての商標は、それぞれの所有者に帰属します。