![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qvxtouchhandler_p.h>
Signals | |
| void | touchDeviceRegistered () |
Public Member Functions | |
| QVxTouchScreenHandlerThread (const QString &device, const QString &spec, QObject *parent=nullptr) | |
| ~QVxTouchScreenHandlerThread () | |
| void | run () override |
| bool | isPointingDeviceRegistered () const |
| bool | eventFilter (QObject *object, QEvent *event) override |
| void | scheduleTouchPointUpdate () |
Definition at line 68 of file qvxtouchhandler_p.h.
|
explicit |
Definition at line 758 of file qvxtouchhandler.cpp.
| QVxTouchScreenHandlerThread::~QVxTouchScreenHandlerThread | ( | ) |
Definition at line 767 of file qvxtouchhandler.cpp.
Definition at line 816 of file qvxtouchhandler.cpp.
| bool QVxTouchScreenHandlerThread::isPointingDeviceRegistered | ( | ) | const |
Definition at line 789 of file qvxtouchhandler.cpp.
|
override |
Definition at line 773 of file qvxtouchhandler.cpp.
References QVxTouchScreenHandler::isFiltered(), and scheduleTouchPointUpdate().
| void QVxTouchScreenHandlerThread::scheduleTouchPointUpdate | ( | ) |
Definition at line 800 of file qvxtouchhandler.cpp.
Referenced by run().
|
signal |