KWin
|
#include <globalshortcuts.h>
Public Member Functions | |
GlobalShortcut (Shortcut &&shortcut, QAction *action) | |
~GlobalShortcut () | |
void | invoke () const |
QAction * | action () const |
const Shortcut & | shortcut () const |
SwipeGesture * | swipeGesture () const |
PinchGesture * | pinchGesture () const |
Definition at line 180 of file globalshortcuts.h.
KWin::GlobalShortcut::GlobalShortcut | ( | Shortcut && | shortcut, |
QAction * | action ) |
Definition at line 29 of file globalshortcuts.cpp.
KWin::GlobalShortcut::~GlobalShortcut | ( | ) |
Definition at line 57 of file globalshortcuts.cpp.
QAction * KWin::GlobalShortcut::action | ( | ) | const |
Definition at line 61 of file globalshortcuts.cpp.
void KWin::GlobalShortcut::invoke | ( | ) | const |
Definition at line 66 of file globalshortcuts.cpp.
PinchGesture * KWin::GlobalShortcut::pinchGesture | ( | ) | const |
Definition at line 81 of file globalshortcuts.cpp.
const Shortcut & KWin::GlobalShortcut::shortcut | ( | ) | const |
Definition at line 71 of file globalshortcuts.cpp.
SwipeGesture * KWin::GlobalShortcut::swipeGesture | ( | ) | const |
Definition at line 76 of file globalshortcuts.cpp.