#include <qevent.h>

Classes |
|
| class | TouchPoint |
Public Types |
|
| enum | DeviceType { TouchScreen, TouchPad } |
Public Member Functions |
|
| QTouchEvent (QEvent::Type eventType, QTouchEvent::DeviceType deviceType=TouchScreen, Qt::KeyboardModifiers modifiers=Qt::NoModifier, Qt::TouchPointStates touchPointStates=0, const QList< QTouchEvent::TouchPoint > &touchPoints=QList< QTouchEvent::TouchPoint >()) | |
| ~QTouchEvent () | |
| QWidget * | widget () const |
| QTouchEvent::DeviceType | deviceType () const |
| Qt::TouchPointStates | touchPointStates () const |
| const QList < QTouchEvent::TouchPoint > & |
touchPoints () const |
| void | setWidget (QWidget *awidget) |
| void | setDeviceType (DeviceType adeviceType) |
| void | setTouchPointStates (Qt::TouchPointStates aTouchPointStates) |
| void | setTouchPoints (const QList< QTouchEvent::TouchPoint > &atouchPoints) |
Protected Attributes |
|
| QWidget * | _widget |
| QTouchEvent::DeviceType | _deviceType |
| Qt::TouchPointStates | _touchPointStates |
| QList< QTouchEvent::TouchPoint > | _touchPoints |
Friends |
|
| class | QApplication |
| class | QApplicationPrivate |
| enum DeviceType |
Definition at line 796 of file qevent.h.
{
TouchScreen,
TouchPad
};
| QTouchEvent | ( | QEvent::Type | eventType, |
| QTouchEvent::DeviceType | deviceType =
TouchScreen, |
||
| Qt::KeyboardModifiers | modifiers =
Qt::NoModifier, |
||
| Qt::TouchPointStates | touchPointStates =
0, |
||
| const QList< QTouchEvent::TouchPoint > & | touchPoints = QList< QTouchEvent::TouchPoint >() |
||
| ) |
| ~QTouchEvent | ( | ) |
| QWidget* widget | ( | ) | const [inline] |
| QTouchEvent::DeviceType deviceType | ( | ) | const [inline] |
| Qt::TouchPointStates touchPointStates | ( | ) | const [inline] |
| const QList<QTouchEvent::TouchPoint>& touchPoints | ( | ) | const [inline] |
| void setWidget | ( | QWidget * | awidget | ) | [inline] |
| void setDeviceType | ( | DeviceType | adeviceType | ) | [inline] |
| void setTouchPointStates | ( | Qt::TouchPointStates | aTouchPointStates | ) | [inline] |
Definition at line 816 of file qevent.h.
{ _touchPointStates = aTouchPointStates; }
| void setTouchPoints | ( | const QList< QTouchEvent::TouchPoint > & | atouchPoints | ) | [inline] |
Definition at line 817 of file qevent.h.
{ _touchPoints = atouchPoints; }
friend class QApplication
[friend] |
friend class QApplicationPrivate
[friend] |
QTouchEvent::DeviceType
_deviceType
[protected] |
Qt::TouchPointStates _touchPointStates
[protected] |
QList<QTouchEvent::TouchPoint>
_touchPoints
[protected] |