4#ifndef QVXTOUCHMANAGER_P_H
5#define QVXTOUCHMANAGER_P_H
18#include <QtInputSupport/private/devicehandlerlist_p.h>
22#include <QSocketNotifier>
26class QVxTouchScreenHandlerThread;
31 QVxTouchManager(
const QString &key,
const QString &spec, QObject *parent =
nullptr);
34 void addDevice(
const QString &deviceNode);
41 QtInputSupport::DeviceHandlerList<QVxTouchScreenHandlerThread> m_activeDevices;
void updateInputDeviceCount()
void addDevice(const QString &deviceNode)
void removeDevice(const QString &deviceNode)
QVxTouchManager(const QString &key, const QString &spec, QObject *parent=nullptr)