KWin
Loading...
Searching...
No Matches
Public Member Functions | List of all members
KWin::GlobalShortcut Class Reference

#include <globalshortcuts.h>

Public Member Functions

 GlobalShortcut (Shortcut &&shortcut, QAction *action)
 
 ~GlobalShortcut ()
 
void invoke () const
 
QAction * action () const
 
const Shortcutshortcut () const
 
SwipeGestureswipeGesture () const
 
PinchGesturepinchGesture () const
 

Detailed Description

Definition at line 180 of file globalshortcuts.h.

Constructor & Destructor Documentation

◆ GlobalShortcut()

KWin::GlobalShortcut::GlobalShortcut ( Shortcut && shortcut,
QAction * action )

Definition at line 29 of file globalshortcuts.cpp.

◆ ~GlobalShortcut()

KWin::GlobalShortcut::~GlobalShortcut ( )

Definition at line 57 of file globalshortcuts.cpp.

Member Function Documentation

◆ action()

QAction * KWin::GlobalShortcut::action ( ) const

Definition at line 61 of file globalshortcuts.cpp.

◆ invoke()

void KWin::GlobalShortcut::invoke ( ) const

Definition at line 66 of file globalshortcuts.cpp.

◆ pinchGesture()

PinchGesture * KWin::GlobalShortcut::pinchGesture ( ) const

Definition at line 81 of file globalshortcuts.cpp.

◆ shortcut()

const Shortcut & KWin::GlobalShortcut::shortcut ( ) const

Definition at line 71 of file globalshortcuts.cpp.

◆ swipeGesture()

SwipeGesture * KWin::GlobalShortcut::swipeGesture ( ) const

Definition at line 76 of file globalshortcuts.cpp.


The documentation for this class was generated from the following files: