Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 <QObject>
8#include <QList>
9#include <QThread>
10
12
14
15class QIntegrityHIDManager : public QThread
16{
18public:
19 QIntegrityHIDManager(const QString &key, const QString &specification, QObject *parent = nullptr);
21
22 void run(void);
23private:
24 void open_devices(void);
25
26 QString m_spec;
27 QList<HIDDriverHandler *> m_drivers;
28
29};
30
32
33#endif // QINTEGRITYHIDMANAGER_P_H
QIntegrityHIDManager(const QString &key, const QString &specification, QObject *parent=nullptr)
\inmodule QtCore
Definition qobject.h:103
QObject * parent() const
Returns a pointer to the parent object.
Definition qobject.h:346
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition qstring.h:129
Combined button and popup list for selecting options.
GLuint64 key
#define Q_OBJECT