- class QSensorBackendFactory¶
The
QSensorBackendFactory
class instantiates instances ofQSensorBackend
. More…Synopsis¶
Virtual methods¶
def
createBackend()
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
Detailed Description¶
This interface must be implemented in order to register a sensor backend.
See also
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.