sensorfw
TouchAdaptor Class Reference

Adaptor for device touchscreen. More...

#include <touchadaptor.h>

List of all members.

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 ()

Detailed Description

Adaptor for device touchscreen.

Provides input data from touchscreen input device.

Definition at line 41 of file touchadaptor.h.


Constructor & Destructor Documentation

TouchAdaptor::TouchAdaptor ( const QString &  id) [protected]

Constructor.

Parameters:
idIdentifier for the adaptor.
TouchAdaptor::~TouchAdaptor ( ) [protected]

Member Function Documentation

static DeviceAdaptor* TouchAdaptor::factoryMethod ( const QString &  id) [inline, static]

Factory method for gaining a new instance of TouchAdaptor class.

Parameters:
idIdentifier for the adaptor.

Definition at line 49 of file touchadaptor.h.


The documentation for this class was generated from the following file: