KDEUI
KGestureMap Class Reference
#include <kgesturemap.h>
Inheritance diagram for KGestureMap:
Public Member Functions | |
void | addGesture (const KShapeGesture &gesture, KAction *kact) |
void | addGesture (const KRockerGesture &gesture, KAction *kact) |
virtual bool | eventFilter (QObject *obj, QEvent *e) |
KAction * | findAction (const KShapeGesture &gesture) const |
KAction * | findAction (const KRockerGesture &gesture) const |
void | removeGesture (const KShapeGesture &gesture, KAction *kact) |
void | removeGesture (const KRockerGesture &gesture, KAction *kact) |
Static Public Member Functions | |
static KGestureMap * | self () |
Detailed Description
Definition at line 34 of file kgesturemap.h.
Member Function Documentation
void KGestureMap::addGesture | ( | const KShapeGesture & | gesture, |
KAction * | kact | ||
) |
Definition at line 68 of file kgesturemap.cpp.
void KGestureMap::addGesture | ( | const KRockerGesture & | gesture, |
KAction * | kact | ||
) |
Definition at line 80 of file kgesturemap.cpp.
Definition at line 192 of file kgesturemap.cpp.
KAction * KGestureMap::findAction | ( | const KShapeGesture & | gesture | ) | const |
Definition at line 114 of file kgesturemap.cpp.
KAction * KGestureMap::findAction | ( | const KRockerGesture & | gesture | ) | const |
Definition at line 120 of file kgesturemap.cpp.
void KGestureMap::removeGesture | ( | const KShapeGesture & | gesture, |
KAction * | kact | ||
) |
Definition at line 92 of file kgesturemap.cpp.
void KGestureMap::removeGesture | ( | const KRockerGesture & | gesture, |
KAction * | kact | ||
) |
Definition at line 103 of file kgesturemap.cpp.
|
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-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:17 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:17 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.