#include <Action.h>
|
| 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
} |
◆ LockCursorMode
◆ SwitchDirection
| Enumerator |
|---|
| left | |
| right | |
| up | |
| down | |
◆ Type
| Enumerator |
|---|
| keyDown | |
| keyUp | |
| keystroke | |
| switchToScreen | |
| switchInDirection | |
| switchToNextScreen | |
| lockCursorToScreen | |
| restartAllConnections | |
| mouseDown | |
| mouseUp | |
| mousebutton | |
◆ Action()
◆ activeOnRelease()
| bool Action::activeOnRelease |
( |
| ) |
const |
|
inline |
◆ haveScreens()
| bool Action::haveScreens |
( |
| ) |
const |
|
inline |
◆ keySequence() [1/2]
◆ keySequence() [2/2]
◆ loadSettings()
| void Action::loadSettings |
( |
QSettings & | settings | ) |
|
◆ lockCursorMode()
| int Action::lockCursorMode |
( |
| ) |
const |
|
inline |
◆ operator==()
| bool Action::operator== |
( |
const Action & | a | ) |
const |
|
default |
◆ restartServer()
| bool Action::restartServer |
( |
| ) |
const |
|
inline |
◆ saveSettings()
| void Action::saveSettings |
( |
QSettings & | settings | ) |
const |
◆ setActiveOnRelease()
| void Action::setActiveOnRelease |
( |
bool | b | ) |
|
|
inlineprotected |
◆ setHaveScreens()
| void Action::setHaveScreens |
( |
bool | b | ) |
|
|
inlineprotected |
◆ setKeySequence()
◆ setLockCursorMode()
| void Action::setLockCursorMode |
( |
int | m | ) |
|
|
inlineprotected |
◆ setRestartServer()
| void Action::setRestartServer |
( |
bool | b | ) |
|
|
inlineprotected |
◆ setSwitchDirection()
| void Action::setSwitchDirection |
( |
int | d | ) |
|
|
inlineprotected |
◆ setSwitchScreenName()
| void Action::setSwitchScreenName |
( |
const QString & | n | ) |
|
|
inlineprotected |
◆ setType()
| void Action::setType |
( |
int | t | ) |
|
|
inlineprotected |
◆ switchDirection()
| int Action::switchDirection |
( |
| ) |
const |
|
inline |
◆ switchScreenName()
| const QString & Action::switchScreenName |
( |
| ) |
const |
|
inline |
◆ text()
| QString Action::text |
( |
| ) |
const |
◆ type()
| int Action::type |
( |
| ) |
const |
|
inline |
◆ typeScreenNames() [1/2]
| QStringList & Action::typeScreenNames |
( |
| ) |
|
|
inlineprotected |
◆ typeScreenNames() [2/2]
| const QStringList & Action::typeScreenNames |
( |
| ) |
const |
|
inline |
◆ ActionDialog
◆ operator<<
| QTextStream & operator<< |
( |
QTextStream & | outStream, |
|
|
const Action & | action ) |
|
friend |
The documentation for this class was generated from the following files: