26#ifndef _SO_QT_TOUCH_SCREEN_
27#define _SO_QT_TOUCH_SCREEN_
Base class for all events.
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Abstract base cl...
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Component for re...
Translates and reports Qt events for the touch screen device.
SoQtTouchScreen(SoWidget mWindow)
virtual void enable(SoWidget w, XtEventHandler f, XtPointer data, void *unused=NULL)
Enables the device for the passed widget.
virtual const SoEvent * translateEvent(QEvent *event)
Attempts to convert the passed event into an SoEvent.
SoTouchManager * getTouchManager() const
Gets the SoTouchManager containing events table, recognizers list and methods to use them.
virtual ~SoQtTouchScreen()
virtual void disable(SoWidget w, XtEventHandler f, XtPointer data)
Disables the device for the passed widget.
Base class for touch events.
Class for managing events from touch screen input devices.