KDEUI
KGestureMap Class Reference
#include <kgesturemap.h>
Inheritance diagram for KGestureMap:

Public Member Functions | |
void | addGesture (const KRockerGesture &gesture, KAction *kact) |
void | addGesture (const KShapeGesture &gesture, KAction *kact) |
virtual bool | eventFilter (QObject *obj, QEvent *e) |
KAction * | findAction (const KRockerGesture &gesture) const |
KAction * | findAction (const KShapeGesture &gesture) const |
void | removeGesture (const KRockerGesture &gesture, KAction *kact) |
void | removeGesture (const KShapeGesture &gesture, KAction *kact) |
Static Public Member Functions | |
static KGestureMap * | self () |
Detailed Description
Definition at line 34 of file kgesturemap.h.
Member Function Documentation
◆ addGesture() [1/2]
void KGestureMap::addGesture | ( | const KRockerGesture & | gesture, |
KAction * | kact | ||
) |
Definition at line 80 of file kgesturemap.cpp.
◆ addGesture() [2/2]
void KGestureMap::addGesture | ( | const KShapeGesture & | gesture, |
KAction * | kact | ||
) |
Definition at line 68 of file kgesturemap.cpp.
◆ eventFilter()
|
virtual |
Definition at line 192 of file kgesturemap.cpp.
◆ findAction() [1/2]
KAction * KGestureMap::findAction | ( | const KRockerGesture & | gesture | ) | const |
Definition at line 120 of file kgesturemap.cpp.
◆ findAction() [2/2]
KAction * KGestureMap::findAction | ( | const KShapeGesture & | gesture | ) | const |
Definition at line 114 of file kgesturemap.cpp.
◆ removeGesture() [1/2]
void KGestureMap::removeGesture | ( | const KRockerGesture & | gesture, |
KAction * | kact | ||
) |
Definition at line 103 of file kgesturemap.cpp.
◆ removeGesture() [2/2]
void KGestureMap::removeGesture | ( | const KShapeGesture & | gesture, |
KAction * | kact | ||
) |
Definition at line 92 of file kgesturemap.cpp.
◆ self()
|
static |
Definition at line 50 of file kgesturemap.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.