LunaSysMgr
|
#include <FlickEvent.h>
Public Types | |
enum | Edge { EdgeUnknown = 0, EdgeTop, EdgeBottom, EdgeLeft, EdgeRight } |
Public Member Functions | |
ScreenEdgeFlickEvent (QObject *parent=0) | |
Edge | edge () const |
int | yDistance () const |
Public Member Functions inherited from SysMgrGestureEvent | |
QPointF | hotSpot () const |
void | setHotSpot (const QPointF &value) |
Qt::GestureState | state () const |
void | setState (Qt::GestureState value) |
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 |