#include <Action.h>
|
enum | ActionType {
keyDown
, keyUp
, keystroke
, switchToScreen
,
switchInDirection
, lockCursorToScreen
, restartAllConnections
, mouseDown
,
mouseUp
, mousebutton
} |
enum | SwitchDirection { switchLeft
, switchRight
, switchUp
, switchDown
} |
enum | LockCursorMode { lockCursorToggle
, lockCursonOn
, lockCursorOff
} |
◆ ActionType
Enumerator |
---|
keyDown | |
keyUp | |
keystroke | |
switchToScreen | |
switchInDirection | |
lockCursorToScreen | |
restartAllConnections | |
mouseDown | |
mouseUp | |
mousebutton | |
◆ LockCursorMode
Enumerator |
---|
lockCursorToggle | |
lockCursonOn | |
lockCursorOff | |
◆ SwitchDirection
Enumerator |
---|
switchLeft | |
switchRight | |
switchUp | |
switchDown | |
◆ 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 |
◆ 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: