omegalib  13.1
omicron::TouchGroup Class Reference

#include <TouchGestureManager.h>

Public Member Functions

 TouchGroup (TouchGestureManager *, int)
 
 ~TouchGroup ()
 
int getID ()
 
bool isInsideGroup (Event::Type eventType, float x, float y, int id, float w, float h)
 
void addTouch (Event::Type eventType, float x, float y, int ID, float w, float h)
 
void addLongRangeTouch (Event::Type eventType, float x, float y, int ID, float w, float h)
 
void process ()
 
void generateGestures ()
 
int getTouchCount ()
 
Touch getCenterTouch ()
 
int getGestureFlag ()
 
bool isRemovable ()
 
void setRemove ()
 
float getZoomDelta ()
 
Event::Type getEventType ()
 

Constructor & Destructor Documentation

omicron::TouchGroup::TouchGroup ( TouchGestureManager ,
int   
)
omicron::TouchGroup::~TouchGroup ( )

Member Function Documentation

void omicron::TouchGroup::addLongRangeTouch ( Event::Type  eventType,
float  x,
float  y,
int  ID,
float  w,
float  h 
)
void omicron::TouchGroup::addTouch ( Event::Type  eventType,
float  x,
float  y,
int  ID,
float  w,
float  h 
)
void omicron::TouchGroup::generateGestures ( )
Touch omicron::TouchGroup::getCenterTouch ( )
Event::Type omicron::TouchGroup::getEventType ( )
int omicron::TouchGroup::getGestureFlag ( )
int omicron::TouchGroup::getID ( )
int omicron::TouchGroup::getTouchCount ( )
float omicron::TouchGroup::getZoomDelta ( )
bool omicron::TouchGroup::isInsideGroup ( Event::Type  eventType,
float  x,
float  y,
int  id,
float  w,
float  h 
)
bool omicron::TouchGroup::isRemovable ( )
void omicron::TouchGroup::process ( )
void omicron::TouchGroup::setRemove ( )

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