QOrientationSensor Class

QOrientationSensor クラスはQSensor の便利なラッパーです。詳細...

Header: #include <QOrientationSensor>
CMake: find_package(Qt6 REQUIRED COMPONENTS Sensors)
target_link_libraries(mytarget PRIVATE Qt6::Sensors)
qmake: QT += sensors
Inherits: QSensor

パブリック関数

QOrientationSensor(QObject *parent = nullptr)
virtual ~QOrientationSensor()
QOrientationReading *reading() const

詳細な説明

唯一の動作上の違いは、このクラスが型を適切に設定することです。

また、このクラスはQSensorReading の代わりにQOrientationReading を返すreading() 関数を備えている。

センサーの動作の詳細については、QOrientationReading を参照してください。

QOrientationReadingも参照

メンバ関数ドキュメント

[explicit] QOrientationSensor::QOrientationSensor(QObject *parent = nullptr)

parent の子としてセンサーを構築する。

[virtual noexcept] QOrientationSensor::~QOrientationSensor()

センサーを破棄します。センサーがまだ停止していない場合、センサーを停止します。

QOrientationReading *QOrientationSensor::reading() const

このセンサーの読み取りクラスを返します。

QSensor::reading()も参照してください

©2024 The Qt Company Ltd. 本文書に含まれる文書の著作権は、それぞれの所有者に帰属します。 本書で提供されるドキュメントは、Free Software Foundation が発行したGNU Free Documentation License version 1.3に基づいてライセンスされています。 Qtおよびそれぞれのロゴは、フィンランドおよびその他の国におけるThe Qt Company Ltd.の 商標です。その他すべての商標は、それぞれの所有者に帰属します。