![]() |
Deskflow 1.26.0.418
Keyboard and mouse sharing utility
|
#include <Action.h>
Public Types | |
| enum class | Type { keyDown , keyUp , keystroke , switchToScreen , switchInDirection , switchToNextScreen , lockCursorToScreen , restartAllConnections , mouseDown , mouseUp , mousebutton } |
| enum class | SwitchDirection { left , right , up , down } |
| enum class | LockCursorMode { toggle , on , off } |
Public Member Functions | |
| Action ()=default | |
| QString | text () const |
| void | loadSettings (QSettings &settings) |
| void | saveSettings (QSettings &settings) const |
| const KeySequence & | keySequence () const |
| void | setKeySequence (const KeySequence &seq) |
| int | type () const |
| void | setType (int t) |
| QStringList | typeScreenNames () const |
| void | clearScreens () |
| void | addScreen (const QString &screen) |
| void | removeScreen (const QString &screen) |
| const QString & | switchScreenName () const |
| void | setSwitchScreenName (const QString &n) |
| int | switchDirection () const |
| void | setSwitchDirection (int d) |
| int | lockCursorMode () const |
| void | setLockCursorMode (int m) |
| bool | activeOnRelease () const |
| void | setActiveOnRelease (bool b) |
| bool | haveScreens () const |
| void | setHaveScreens (bool b) |
| bool | restartServer () const |
| void | setRestartServer (bool b) |
| bool | operator== (const Action &a) const =default |
|
strong |
|
strong |
|
strong |
|
default |
| bool Action::activeOnRelease | ( | ) | const |
| void Action::addScreen | ( | const QString & | screen | ) |
| void Action::clearScreens | ( | ) |
| bool Action::haveScreens | ( | ) | const |
| const KeySequence & Action::keySequence | ( | ) | const |
| void Action::loadSettings | ( | QSettings & | settings | ) |
| int Action::lockCursorMode | ( | ) | const |
|
default |
| void Action::removeScreen | ( | const QString & | screen | ) |
| bool Action::restartServer | ( | ) | const |
| void Action::saveSettings | ( | QSettings & | settings | ) | const |
| void Action::setActiveOnRelease | ( | bool | b | ) |
| void Action::setHaveScreens | ( | bool | b | ) |
| void Action::setKeySequence | ( | const KeySequence & | seq | ) |
| void Action::setLockCursorMode | ( | int | m | ) |
| void Action::setRestartServer | ( | bool | b | ) |
| void Action::setSwitchDirection | ( | int | d | ) |
| void Action::setSwitchScreenName | ( | const QString & | n | ) |
| void Action::setType | ( | int | t | ) |
| int Action::switchDirection | ( | ) | const |
| const QString & Action::switchScreenName | ( | ) | const |
| QString Action::text | ( | ) | const |
| int Action::type | ( | ) | const |
| QStringList Action::typeScreenNames | ( | ) | const |