![]() |
Deskflow 1.26.0.418
Keyboard and mouse sharing utility
|
#include <Hotkey.h>
Public Member Functions | |
| Hotkey ()=default | |
| QString | text () const |
| const KeySequence & | keySequence () const |
| void | setKeySequence (const KeySequence &seq) |
| const ActionList & | actions () const |
| Action & | actionAt (int index) |
| void | addAction (const Action &action) |
| void | removeActionAt (int index) |
| void | loadSettings (QSettings &settings) |
| void | saveSettings (QSettings &settings) const |
| bool | operator== (const Hotkey &hk) const |
|
default |
| Action & Hotkey::actionAt | ( | int | index | ) |
|
inline |
| void Hotkey::addAction | ( | const Action & | action | ) |
|
inline |
| void Hotkey::loadSettings | ( | QSettings & | settings | ) |
| bool Hotkey::operator== | ( | const Hotkey & | hk | ) | const |
| void Hotkey::removeActionAt | ( | int | index | ) |
| void Hotkey::saveSettings | ( | QSettings & | settings | ) | const |
|
inline |
| QString Hotkey::text | ( | ) | const |