4#ifndef QVXKEYBOARDMANAGER_P_H
5#define QVXKEYBOARDMANAGER_P_H
20#include <QtInputSupport/private/devicehandlerlist_p.h>
21#include <QtDeviceDiscoverySupport/private/qdevicediscovery_p.h>
25#include <QSocketNotifier>
32 QVxKeyboardManager(
const QString &key,
const QString &specification, QObject *parent =
nullptr);
38 void addKeyboard(
const QString &deviceNode = QString());
42 void updateDeviceCount();
45 QtInputSupport::DeviceHandlerList<QVxKeyboardHandler> m_keyboards;
46 QString m_defaultKeymapFile;
void loadKeymap(const QString &file)
QVxKeyboardManager(const QString &key, const QString &specification, QObject *parent=nullptr)
void removeKeyboard(const QString &deviceNode)
void addKeyboard(const QString &deviceNode=QString())
#define qCDebug(category,...)