ckb-next
v0.2.8 at branch master
ckb-next driver for corsair devices
|
#include <QObject>
#include <QFile>
#include <QThread>
#include <QPlainTextEdit>
Go to the source code of this file.
Data Structures | |
class | MacroReaderThread |
The MacroReaderThread class is responsible for reading Macro Key Values. It is created as a separate thread (worker thread) for reading macro commands from an fresh opened notify channel. Standard notify channel for macro definitions is number 2. More... | |
class | MacroReader |
The MacroReader class creates a worker thread object. It does a connect do delayed deletion of thread local variables in the case the worker thread terminates. More... | |