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
qdevicediscovery_static.cpp File Reference

(37acc1ba2609738f3361113e1e6a813b3735e504)

#include "qdevicediscovery_static_p.h"
#include <QStringList>
#include <QCoreApplication>
#include <QObject>
#include <QHash>
#include <QDir>
#include <QLoggingCategory>
#include <QtCore/private/qcore_unix_p.h>
#include <linux/input.h>
#include <fcntl.h>
+ Include dependency graph for qdevicediscovery_static.cpp:

Go to the source code of this file.

Macros

#define KEY_CNT   (KEY_MAX+1)
 
#define REL_CNT   (REL_MAX+1)
 
#define ABS_CNT   (ABS_MAX+1)
 
#define ABS_MT_POSITION_X   0x35
 
#define ABS_MT_POSITION_Y   0x36
 
#define LONG_BITS   (sizeof(long) * 8 )
 
#define LONG_FIELD_SIZE(bits)
 

Functions

static bool testBit (long bit, const long *field)
 

Macro Definition Documentation

◆ ABS_CNT

#define ABS_CNT   (ABS_MAX+1)

Definition at line 31 of file qdevicediscovery_static.cpp.

◆ ABS_MT_POSITION_X

#define ABS_MT_POSITION_X   0x35

Definition at line 34 of file qdevicediscovery_static.cpp.

◆ ABS_MT_POSITION_Y

#define ABS_MT_POSITION_Y   0x36

Definition at line 37 of file qdevicediscovery_static.cpp.

◆ KEY_CNT

#define KEY_CNT   (KEY_MAX+1)

Definition at line 25 of file qdevicediscovery_static.cpp.

◆ LONG_BITS

#define LONG_BITS   (sizeof(long) * 8 )

Definition at line 40 of file qdevicediscovery_static.cpp.

◆ LONG_FIELD_SIZE

#define LONG_FIELD_SIZE ( bits)
Value:
((bits / LONG_BITS) + 1)
#define LONG_BITS
GLenum GLint GLenum GLsizei GLsizei GLsizei GLint GLsizei const void * bits

Definition at line 41 of file qdevicediscovery_static.cpp.

◆ REL_CNT

#define REL_CNT   (REL_MAX+1)

Definition at line 28 of file qdevicediscovery_static.cpp.

Function Documentation

◆ testBit()

static bool testBit ( long bit,
const long * field )
static

Definition at line 43 of file qdevicediscovery_static.cpp.