QSensorBackendFactory Class
La clase QSensorBackendFactory instancia instancias de QSensorBackend. Más...
| Cabecera: | #include <QSensorBackendFactory> |
| CMake: | find_package(Qt6 REQUIRED COMPONENTS Sensors)target_link_libraries(mytarget PRIVATE Qt6::Sensors) |
| qmake: | QT += sensors |
Funciones públicas
| virtual QSensorBackend * | createBackend(QSensor *sensor) = 0 |
Vea también Creando un plugin de sensor.
Documentación de Funciones Miembro
[pure virtual] QSensorBackend *QSensorBackendFactory::createBackend(QSensor *sensor)
Instanciar un backend. Si la fábrica maneja múltiples identificadores debería comprobar con sensor cuál es el solicitado.
Si la fábrica no puede crear un backend debe devolver 0.
© 2026 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.