The QOrientationSensor class is a convenience wrapper around QSensor . 更多...
| 头: | #include <QOrientationSensor> | 
| CMake: | find_package(Qt6 REQUIRED COMPONENTS Sensors) target_link_libraries(mytarget PRIVATE Qt6::Sensors) | 
| qmake: | QT += sensors | 
| 继承: | QSensor | 
| QOrientationSensor (QObject * parent = nullptr) | |
| virtual | ~QOrientationSensor () | 
| QOrientationReading * | reading () const | 
唯一行为差异是此类正确设置类型。
此类还特征 reading () 函数返回 QOrientationReading 而不是 QSensorReading .
有关传感器如何工作的细节,见 QOrientationReading .
另请参阅 QOrientationReading .
[explicit]
						
						QOrientationSensor::
						
							QOrientationSensor
						
						(
						
							
								QObject
							
						
						*
						
							parent
						
						= nullptr)
						
					构造传感器作为子级对于 parent .
[virtual noexcept]
						
						QOrientationSensor::
						
							~QOrientationSensor
						
						()
						
					销毁传感器。停止传感器若尚未停止。
返回用于此传感器的读取类。
另请参阅 QSensor::reading ().