luna-sysmgr-common
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Event Class Reference

#include <Event.h>

Inheritance diagram for Event:
[legend]
Collaboration diagram for Event:
[legend]

Public Member Functions

 Event ()
 
void * operator new (size_t size)
 
void operator delete (void *p)
 
void setClicked (bool val)
 
bool clicked () const
 
void setRejected (bool val)
 
bool rejected () const
 
void setMainFinger (bool val)
 
bool mainFinger () const
 
void setGestureKey (bool val)
 
bool gestureKey () const
 
- Public Member Functions inherited from RefCounted
 RefCounted ()
 
virtual ~RefCounted ()
 
void ref ()
 
void deref ()
 

Static Public Member Functions

static bool isPenEvent (Event *e)
 
static bool isKeyEvent (Event *e)
 
static bool isGestureEvent (Event *e)
 
static bool isPenOffEvent (Event *e)
 
static uint16_t modifiersFromQt (const Qt::KeyboardModifiers &m)
 

Constructor & Destructor Documentation

Event::Event ( )
inline

Member Function Documentation

bool Event::clicked ( ) const
inline
bool Event::gestureKey ( ) const
inline
static bool Event::isGestureEvent ( Event e)
inlinestatic
static bool Event::isKeyEvent ( Event e)
inlinestatic
static bool Event::isPenEvent ( Event e)
inlinestatic
static bool Event::isPenOffEvent ( Event e)
inlinestatic
bool Event::mainFinger ( ) const
inline
static uint16_t Event::modifiersFromQt ( const Qt::KeyboardModifiers &  m)
inlinestatic
void Event::operator delete ( void *  p)
inline
void* Event::operator new ( size_t  size)
inline
bool Event::rejected ( ) const
inline
void Event::setClicked ( bool  val)
inline
void Event::setGestureKey ( bool  val)
inline
void Event::setMainFinger ( bool  val)
inline
void Event::setRejected ( bool  val)
inline

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