QSensorBackendFactory Class

Die Klasse QSensorBackendFactory instanziiert Instanzen von QSensorBackend. Mehr....

Kopfzeile: #include <QSensorBackendFactory>
CMake: find_package(Qt6 REQUIRED COMPONENTS Sensors)
target_link_libraries(mytarget PRIVATE Qt6::Sensors)
qmake: QT += sensors

Öffentliche Funktionen

virtual QSensorBackend *createBackend(QSensor *sensor) = 0

Detaillierte Beschreibung

Diese Schnittstelle muss implementiert werden, um ein Sensor-Backend zu registrieren.

Siehe auch Erstellen eines Sensor-Plugins.

Dokumentation der Mitgliedsfunktionen

[pure virtual] QSensorBackend *QSensorBackendFactory::createBackend(QSensor *sensor)

Instanziieren Sie ein Backend. Wenn die Fabrik mehrere Identifikatoren handhabt, sollte sie mit der sensor überprüfen, welcher angefordert wird.

Wenn die Fabrik kein Backend erstellen kann, sollte sie 0 zurückgeben.

© 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.