![]() |
Deskflow 1.26.0.418
Keyboard and mouse sharing utility
|
#include <KeySequenceWidget.h>


Signals | |
| void | keySequenceChanged () |
Public Member Functions | |
| KeySequenceWidget (QWidget *parent, const KeySequence &seq=KeySequence()) | |
| const QString & | mousePrefix () const |
| const QString & | mousePostfix () const |
| const QString & | keyPrefix () const |
| const QString & | keyPostfix () const |
| void | setMousePrefix (const QString &s) |
| void | setMousePostfix (const QString &s) |
| void | setKeyPrefix (const QString &s) |
| void | setKeyPostfix (const QString &s) |
| const KeySequence & | keySequence () const |
| const KeySequence & | backupSequence () const |
| void | setKeySequence (const KeySequence &seq) |
| bool | valid () const |
Protected Member Functions | |
| void | mousePressEvent (QMouseEvent *) override |
| void | keyPressEvent (QKeyEvent *) override |
| bool | event (QEvent *event) override |
| void | appendToSequence (int key) |
| void | updateOutput () |
| void | startRecording () |
| void | stopRecording () |
|
explicit |
|
protected |
|
inline |
|
overrideprotected |
|
inline |
|
inline |
|
overrideprotected |
|
inline |
|
signal |
|
inline |
|
inline |
|
overrideprotected |
|
inline |
|
inline |
| void KeySequenceWidget::setKeySequence | ( | const KeySequence & | seq | ) |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |
|
inline |