Qt 6.x
The Qt SDK
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
12
14
16{
18public:
19 QIntegrityHIDManager(const QString &key, const QString &specification, QObject *parent = nullptr);
21
22 void run(void) override;
23private:
24 void open_devices(void);
25
26 QString m_spec;
28
29};
30
32
33#endif // QINTEGRITYHIDMANAGER_P_H
Definition qlist.h:74
\inmodule QtCore
Definition qobject.h:90
QObject * parent() const
Returns a pointer to the parent object.
Definition qobject.h:311
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition qstring.h:127
Combined button and popup list for selecting options.
GLuint64 key
#define Q_OBJECT