QSensorBackendFactory#
The QSensorBackendFactory
class instantiates instances of QSensorBackend
. More…
Detailed Description#
This interface must be implemented in order to register a sensor backend.
See also
- class PySide6.QtSensors.QSensorBackendFactory#
- abstract PySide6.QtSensors.QSensorBackendFactory.createBackend(sensor)#
- Parameters
sensor –
PySide6.QtSensors.QSensor
- Return type
Instantiate a backend. If the factory handles multiple identifiers it should check with the sensor
to see which one is requested.
If the factory cannot create a backend it should return 0.