![]() |
Deskflow 1.26.0.418
Keyboard and mouse sharing utility
|
#include <KeySequence.h>
Public Member Functions | |
| KeySequence ()=default | |
| QString | toString () const |
| bool | appendKey (int modifiers, int key) |
| bool | appendMouseButton (int button) |
| bool | isMouseButton () const |
| bool | valid () const |
| int | modifiers () const |
| void | saveSettings (QSettings &settings) const |
| void | loadSettings (QSettings &settings) |
| const QList< int > & | sequence () const |
| bool | operator== (const KeySequence &ks) const =default |
|
default |
| bool KeySequence::appendKey | ( | int | modifiers, |
| int | key ) |
| bool KeySequence::appendMouseButton | ( | int | button | ) |
| bool KeySequence::isMouseButton | ( | ) | const |
| void KeySequence::loadSettings | ( | QSettings & | settings | ) |
|
inline |
|
default |
| void KeySequence::saveSettings | ( | QSettings & | settings | ) | const |
|
inline |
| QString KeySequence::toString | ( | ) | const |
|
inline |