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

#include <effecttogglablestate.h>

Inheritance diagram for KWin::EffectTogglableGesture:

Public Member Functions

 EffectTogglableGesture (EffectTogglableState *state)
 
void addTouchpadPinchGesture (PinchDirection dir, uint fingerCount)
 
void addTouchpadSwipeGesture (SwipeDirection dir, uint fingerCount)
 
void addTouchscreenSwipeGesture (SwipeDirection direction, uint fingerCount)
 

Detailed Description

Definition at line 102 of file effecttogglablestate.h.

Constructor & Destructor Documentation

◆ EffectTogglableGesture()

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.

Parameters
statethe 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.

Member Function Documentation

◆ addTouchpadPinchGesture()

void KWin::EffectTogglableGesture::addTouchpadPinchGesture ( PinchDirection dir,
uint fingerCount )

Definition at line 205 of file effecttogglablestate.cpp.

◆ addTouchpadSwipeGesture()

void KWin::EffectTogglableGesture::addTouchpadSwipeGesture ( SwipeDirection dir,
uint fingerCount )

Definition at line 211 of file effecttogglablestate.cpp.

◆ addTouchscreenSwipeGesture()

void KWin::EffectTogglableGesture::addTouchscreenSwipeGesture ( SwipeDirection direction,
uint fingerCount )

Definition at line 217 of file effecttogglablestate.cpp.


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