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
11
QT_BEGIN_NAMESPACE
12
13
class
HIDDriverHandler
;
14
15
class
QIntegrityHIDManager
:
public
QThread
16
{
17
Q_OBJECT
18
public
:
19
QIntegrityHIDManager
(
const
QString
&
key
,
const
QString
&specification,
QObject
*
parent
=
nullptr
);
20
~QIntegrityHIDManager
();
21
22
void
run
(
void
)
override
;
23
private
:
24
void
open_devices(
void
);
25
26
QString
m_spec;
27
QList<HIDDriverHandler *>
m_drivers;
28
29
};
30
31
QT_END_NAMESPACE
32
33
#endif
// QINTEGRITYHIDMANAGER_P_H
HIDDriverHandler
Definition
qintegrityhidmanager.cpp:54
QIntegrityHIDManager
Definition
qintegrityhidmanager.h:16
QIntegrityHIDManager::run
void run(void) override
Definition
qintegrityhidmanager.cpp:204
QIntegrityHIDManager::~QIntegrityHIDManager
~QIntegrityHIDManager()
Definition
qintegrityhidmanager.cpp:221
QList
Definition
qlist.h:74
QObject
\inmodule QtCore
Definition
qobject.h:90
QObject::parent
QObject * parent() const
Returns a pointer to the parent object.
Definition
qobject.h:311
QString
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition
qstring.h:127
QThread
Definition
qthread.h:30
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qstandardpaths_haiku.cpp:21
QT_END_NAMESPACE
Definition
qsharedpointer.cpp:1545
key
GLuint64 key
Definition
qopengles2ext.h:2268
Q_OBJECT
#define Q_OBJECT
Definition
qtmetamacros.h:117
qtbase
src
platformsupport
input
integrityhid
qintegrityhidmanager.h
Generated by
1.9.7