MagnetometerReading QML Type
MagnetometerReading要素は、最新の磁力計の読み取り値を保持します。詳細...
Import Statement: | import QtSensors |
Since: | QtSensors 5.0 |
Inherits: |
プロパティ
- calibrationLevel : qreal
- x : qreal
- y : qreal
- z : qreal
詳細説明
MagnetometerReading要素は、最新の磁力計の読み取り値を保持します。
この要素はQMagnetometerReading クラスをラップしています。詳細はQMagnetometerReading のドキュメントを参照してください。
この要素を直接作成することはできません。
プロパティ ドキュメント
calibrationLevel : qreal |
このプロパティは、読み取り値の精度を保持します。
このプロパティの詳細については、QMagnetometerReading::calibrationLevel を参照してください。
x : qreal |
このプロパティは、X 軸の生の磁束密度を保持する。
このプロパティについては、QMagnetometerReading::x を参照。
y : qreal |
このプロパティは、Y 軸の生の磁束密度を保持する。
このプロパティについては、QMagnetometerReading::y を参照してください。
z : qreal |
Z 軸の生の磁束密度を保持する。
このプロパティについてはQMagnetometerReading::z を参照してください。
© 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.