|
sensorfw
|
Adaptor for device touchscreen. More...
#include <touchadaptor.h>
Classes | |
| struct | RangeInfo |
| Holds information related to screen properties. | |
| struct | TouchValues |
| Holds values read from the driver. | |
Static Public Member Functions | |
| static DeviceAdaptor * | factoryMethod (const QString &id) |
| Factory method for gaining a new instance of TouchAdaptor class. | |
Protected Member Functions | |
| TouchAdaptor (const QString &id) | |
| Constructor. | |
| ~TouchAdaptor () | |
Adaptor for device touchscreen.
Provides input data from touchscreen input device.
Definition at line 41 of file touchadaptor.h.
| TouchAdaptor::TouchAdaptor | ( | const QString & | id | ) | [protected] |
Constructor.
| id | Identifier for the adaptor. |
| TouchAdaptor::~TouchAdaptor | ( | ) | [protected] |
| static DeviceAdaptor* TouchAdaptor::factoryMethod | ( | const QString & | id | ) | [inline, static] |
Factory method for gaining a new instance of TouchAdaptor class.
| id | Identifier for the adaptor. |
Definition at line 49 of file touchadaptor.h.