Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QEvdevTouchScreenHandlerThread Class Reference

#include <qevdevtouchhandler_p.h>

Inheritance diagram for QEvdevTouchScreenHandlerThread:
Collaboration diagram for QEvdevTouchScreenHandlerThread:

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 ()

Detailed Description

Definition at line 76 of file qevdevtouchhandler_p.h.

Constructor & Destructor Documentation

◆ QEvdevTouchScreenHandlerThread()

QEvdevTouchScreenHandlerThread::QEvdevTouchScreenHandlerThread ( const QString & device,
const QString & spec,
QObject * parent = nullptr )
explicit

Definition at line 813 of file qevdevtouchhandler.cpp.

◆ ~QEvdevTouchScreenHandlerThread()

QEvdevTouchScreenHandlerThread::~QEvdevTouchScreenHandlerThread ( )

Definition at line 822 of file qevdevtouchhandler.cpp.

Member Function Documentation

◆ eventFilter()

bool QEvdevTouchScreenHandlerThread::eventFilter ( QObject * object,
QEvent * event )
override

Definition at line 871 of file qevdevtouchhandler.cpp.

◆ isPointingDeviceRegistered()

bool QEvdevTouchScreenHandlerThread::isPointingDeviceRegistered ( ) const

Definition at line 844 of file qevdevtouchhandler.cpp.

◆ run()

void QEvdevTouchScreenHandlerThread::run ( )
override

Definition at line 828 of file qevdevtouchhandler.cpp.

◆ scheduleTouchPointUpdate()

void QEvdevTouchScreenHandlerThread::scheduleTouchPointUpdate ( )

Definition at line 855 of file qevdevtouchhandler.cpp.

◆ touchDeviceRegistered

void QEvdevTouchScreenHandlerThread::touchDeviceRegistered ( )
signal

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