sensorfw
|
Sensor for accessing the internal ambient light sensor measurements. More...
#include <lidsensor.h>
Public Slots | |
bool | start () |
bool | stop () |
Signals | |
void | lidChanged (const Lid &value) |
Sent when a change in measured data is observed. More... | |
Public Member Functions | |
LidData | closed () const |
Property for accessing the measured value. More... | |
Static Public Member Functions | |
static AbstractSensorChannel * | factoryMethod (const QString &id) |
Factory method for LidSensorChannel. More... | |
Protected Member Functions | |
LidSensorChannel (const QString &id) | |
virtual | ~LidSensorChannel () |
Properties | |
LidData | closed |
Sensor for accessing the internal ambient light sensor measurements.
Signals listeners whenever observed ambient light intensity level has changed.
Definition at line 48 of file lidsensor.h.
|
protected |
|
protectedvirtual |
|
inline |
Property for accessing the measured value.
Definition at line 72 of file lidsensor.h.
|
inlinestatic |
Factory method for LidSensorChannel.
Definition at line 60 of file lidsensor.h.
|
signal |
Sent when a change in measured data is observed.
value | Measured value. |
|
slot |
|
slot |
|
read |
Definition at line 1 of file lidsensor.h.