KDEUI
kgesturemap.cpp
Go to the documentation of this file.
Controls and provides information to all KDE applications.
Definition: kapplication.h:82
Type type() const
iterator insert(const Key &key, const T &value)
float distance(const KShapeGesture &other, float abortThreshold) const
Return a difference measurement betwenn this gesture and the other gesture.
Definition: kgesture.cpp:225
void removeGesture(const KShapeGesture &gesture, KAction *kact)
Definition: kgesturemap.cpp:92
virtual bool eventFilter(QObject *obj, QEvent *e)
Definition: kgesturemap.cpp:192
void append(const T &value)
int timeout
Definition: kgesture.h:152
#define K_GLOBAL_STATIC(TYPE, NAME)
Qt::MouseButtons buttons() const
static QDebug kDebug(bool cond, int area=KDE_DEFAULT_DEBUG_AREA)
void trigger()
void clear()
void ignore()
const_iterator constEnd() const
void installEventFilter(QObject *filterObj)
Qt::MouseButton button() const
int remove(const Key &key)
void setShape(const QPolygon &shape)
Set the shape to draw to trigger this gesture.
Definition: kgesture.cpp:105
const T value(const Key &key) const
void stop()
const_iterator constBegin() const
Definition: kgesture.h:37
KAction * findAction(const KShapeGesture &gesture) const
Definition: kgesturemap.cpp:114
void start(int msec)
bool contains(const Key &key) const
const QPoint & pos() const
void setButtons(Qt::MouseButton hold, Qt::MouseButton thenPush)
set button combination to trigger
Definition: kgesture.cpp:476
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
int size() const
void setSingleShot(bool singleShot)
void addGesture(const KShapeGesture &gesture, KAction *kact)
Definition: kgesturemap.cpp:68
Definition: kgesturemap.h:34
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:23:59 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:23:59 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.