KWin
|
#include <effecttogglablestate.h>
Public Member Functions | |
EffectTogglableGesture (EffectTogglableState *state) | |
void | addTouchpadPinchGesture (PinchDirection dir, uint fingerCount) |
void | addTouchpadSwipeGesture (SwipeDirection dir, uint fingerCount) |
void | addTouchscreenSwipeGesture (SwipeDirection direction, uint fingerCount) |
Definition at line 102 of file effecttogglablestate.h.
KWin::EffectTogglableGesture::EffectTogglableGesture | ( | EffectTogglableState * | state | ) |
Allows specifying which gestures toggle the state.
The gesture will activate it and once enabled the opposite will disable it back.
state | the state we care about. This state will become the parent object and will take care to clean it up. |
Definition at line 157 of file effecttogglablestate.cpp.
void KWin::EffectTogglableGesture::addTouchpadPinchGesture | ( | PinchDirection | dir, |
uint | fingerCount ) |
Definition at line 205 of file effecttogglablestate.cpp.
void KWin::EffectTogglableGesture::addTouchpadSwipeGesture | ( | SwipeDirection | dir, |
uint | fingerCount ) |
Definition at line 211 of file effecttogglablestate.cpp.
void KWin::EffectTogglableGesture::addTouchscreenSwipeGesture | ( | SwipeDirection | direction, |
uint | fingerCount ) |
Definition at line 217 of file effecttogglablestate.cpp.