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