![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qevdevtouchhandler_p.h>
Signals | |
| void | touchDeviceRegistered () |
Public Member Functions | |
| QEvdevTouchScreenHandlerThread (const QString &device, const QString &spec, QObject *parent=nullptr) | |
| ~QEvdevTouchScreenHandlerThread () | |
| void | run () override |
| bool | isPointingDeviceRegistered () const |
| bool | eventFilter (QObject *object, QEvent *event) override |
| void | scheduleTouchPointUpdate () |
Definition at line 76 of file qevdevtouchhandler_p.h.
|
explicit |
Definition at line 813 of file qevdevtouchhandler.cpp.
| QEvdevTouchScreenHandlerThread::~QEvdevTouchScreenHandlerThread | ( | ) |
Definition at line 822 of file qevdevtouchhandler.cpp.
Definition at line 871 of file qevdevtouchhandler.cpp.
| bool QEvdevTouchScreenHandlerThread::isPointingDeviceRegistered | ( | ) | const |
Definition at line 844 of file qevdevtouchhandler.cpp.
|
override |
Definition at line 828 of file qevdevtouchhandler.cpp.
References QEvdevTouchScreenHandler::isFiltered(), and scheduleTouchPointUpdate().
| void QEvdevTouchScreenHandlerThread::scheduleTouchPointUpdate | ( | ) |
Definition at line 855 of file qevdevtouchhandler.cpp.
Referenced by run().
|
signal |