4#ifndef QEVDEVTABLETHANDLER_P_H
5#define QEVDEVTABLETHANDLER_P_H
21#include <QLoggingCategory>
22#include <QtCore/private/qthread_p.h>
34 explicit QEvdevTabletHandler(
const QString &device,
const QString &spec = QString(), QObject *parent =
nullptr);
46 QSocketNotifier *m_notifier;
void processInputEvent(input_event *ev)
QEvdevTabletData(QEvdevTabletHandler *q_ptr)
QEvdevTabletHandler * handler()
QEvdevTabletHandlerThread(const QString &device, const QString &spec, QObject *parent=nullptr)
~QEvdevTabletHandlerThread()
QEvdevTabletHandler(const QString &device, const QString &spec=QString(), QObject *parent=nullptr)
Q_LOGGING_CATEGORY(lcEventDispatcher, "qt.eventdispatcher")
QT_BEGIN_NAMESPACE Q_DECLARE_LOGGING_CATEGORY(lcEventDispatcher)