26#ifndef _SO_QT_TOUCH_SCREEN_
27#define _SO_QT_TOUCH_SCREEN_
29#include <Inventor/Qt/OivQtCompat.h>
30#include <Inventor/Qt/devices/SoQtDevice.h>
31#include <Inventor/events/SoLocation2Event.h>
32#include <Inventor/touch/SoTouchManager.h>
33#include <Inventor/touch/events/SoTouchEvent.h>
35#include <Inventor/Qt/SoQtRenderArea.h>
81 virtual void enable(SoWidget w, XtEventHandler f,
XtPointer data,
void *unused=NULL);
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.