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
qintegrityhidmanager.h
Go to the documentation of this file.
1// Copyright (C) 2015 Green Hills Software
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#ifndef QINTEGRITYHIDMANAGER_P_H
5#define QINTEGRITYHIDMANAGER_P_H
6
7#include <QtCore/QObject>
8#include <QtCore/QList>
9#include <QtCore/QThread>
10
11QT_BEGIN_NAMESPACE
12
13class HIDDriverHandler;
14
16{
18public:
21
22 void run(void) override;
23private:
24 void open_devices(void);
25
26 QString m_spec;
27 QList<HIDDriverHandler *> m_drivers;
28
29};
30
31QT_END_NAMESPACE
32
33#endif // QINTEGRITYHIDMANAGER_P_H
void process_event(void) override
HIDDeviceHandler(HIDDriver *hidd, HIDHandle hidh)
HIDHandle get_handle(void)
HIDDriver * get_driver(void)
void async_wait(void) override
void process_event(void) override
HIDDriverHandler(HIDDriver *hidd)
void async_wait(void) override
virtual void process_event()=0
virtual void async_wait()=0