QmlSensors QML 类型
QmlSensors 单例提供了模块 API。更多...
导入语句 | import QtSensors |
自 | QtSensors 5.0 |
方法
- string defaultSensorForType(type)
- list<string> sensorTypes()
- list<string> sensorsForType(type)
详细描述
QmlSensors 单例提供了模块 API。
该元素不能直接创建,但可以像一个 QML 单例一样访问其功能,如下所示
import QtSensors import QtSensors as Sensors ... Component.onCompleted: { var types = Sensors.QmlSensors.sensorTypes(); console.log(types.join(", ")); }
方法文档
string defaultSensorForType(type) |
返回已为 type 注册的默认传感器标识符。
请参阅 QSensor::defaultSensorForType() 以获取信息。
list<string> sensorTypes() |
返回已注册的传感器类型的列表。
请参阅 QSensor::sensorTypes() 以获取信息。
list<string> sensorsForType(type) |
返回已为 type 注册的传感器标识符的列表。
请参阅 QSensor::sensorsForType() 以获取信息。
© 2024 The Qt Company Ltd. 本文档中的文档贡献的版权属于其各自的拥有者。本提供的文档是根据由自由软件基金会发布的 GNU 自由文档许可证版本 1.3 的条款许可的。Qt 以及相应的标志是 The Qt Company Ltd. 在芬兰及/或世界其他国家的 商标。所有其他商标均为其各自的拥有者的财产。