#include <gesturehandler.h>
The SwipeGestureHandler type provides a way to handle global swipe gestures.
Example usage:
onActivated: console.log("activated")
}
Definition at line 30 of file gesturehandler.h.
◆ Device
◆ Direction
◆ SwipeGestureHandler()
KWin::SwipeGestureHandler::SwipeGestureHandler |
( |
QObject * | parent = nullptr | ) |
|
|
explicit |
◆ activated
void KWin::SwipeGestureHandler::activated |
( |
| ) |
|
|
signal |
◆ classBegin()
void KWin::SwipeGestureHandler::classBegin |
( |
| ) |
|
|
override |
◆ componentComplete()
void KWin::SwipeGestureHandler::componentComplete |
( |
| ) |
|
|
override |
◆ deviceType()
◆ deviceTypeChanged
void KWin::SwipeGestureHandler::deviceTypeChanged |
( |
| ) |
|
|
signal |
◆ direction()
◆ directionChanged
void KWin::SwipeGestureHandler::directionChanged |
( |
| ) |
|
|
signal |
◆ fingerCount()
int KWin::SwipeGestureHandler::fingerCount |
( |
| ) |
const |
◆ fingerCountChanged
void KWin::SwipeGestureHandler::fingerCountChanged |
( |
| ) |
|
|
signal |
◆ progress()
qreal KWin::SwipeGestureHandler::progress |
( |
| ) |
const |
◆ progressChanged
void KWin::SwipeGestureHandler::progressChanged |
( |
| ) |
|
|
signal |
◆ setDeviceType()
void KWin::SwipeGestureHandler::setDeviceType |
( |
Device | device | ) |
|
◆ setDirection()
void KWin::SwipeGestureHandler::setDirection |
( |
Direction | direction | ) |
|
◆ setFingerCount()
void KWin::SwipeGestureHandler::setFingerCount |
( |
int | fingerCount | ) |
|
◆ setProgress()
void KWin::SwipeGestureHandler::setProgress |
( |
qreal | progress | ) |
|
◆ deviceType
Device KWin::SwipeGestureHandler::deviceType |
|
readwrite |
◆ direction
Direction KWin::SwipeGestureHandler::direction |
|
readwrite |
◆ fingerCount
int KWin::SwipeGestureHandler::fingerCount |
|
readwrite |
◆ progress
qreal KWin::SwipeGestureHandler::progress |
|
read |
The documentation for this class was generated from the following files: