|
LunaSysMgr
|
#include <FlickEvent.h>
Public Member Functions | |
| FlickEvent (QObject *parent=0) | |
| QPoint | velocity () const |
| QPoint | startPos () const |
| QPoint | endPos () const |
Public Member Functions inherited from SysMgrGestureEvent | |
| QPointF | hotSpot () const |
| void | setHotSpot (const QPointF &value) |
| Qt::GestureState | state () const |
| void | setState (Qt::GestureState value) |
Static Public Attributes | |
| static const QEvent::Type | myType = static_cast<QEvent::Type>(QEvent::User+1) |
Additional Inherited Members | |
Protected Member Functions inherited from SysMgrGestureEvent | |
| SysMgrGestureEvent (QEvent::Type type) | |
Protected Attributes inherited from SysMgrGestureEvent | |
| Qt::GestureState | m_state |
| QPointF | m_hotSpot |
|
inline |
|
inline |
|
inline |
|
inline |
|
static |