KDEUI
Go to the documentation of this file.
25 #include <QtCore/QString>
26 #include <QtGui/QPolygon>
35 class KShapeGesturePrivate;
76 void setShape(
const QPolygon &shape);
81 void setShapeName(
const QString &friendlyName);
118 float distance(
const KShapeGesture &other,
float abortThreshold)
const;
138 uint hashable()
const;
141 KShapeGesturePrivate *
const d;
150 class KRockerGesturePrivate;
164 KRockerGesture(
enum Qt::MouseButton hold,
enum Qt::MouseButton thenPush);
186 void setButtons(Qt::MouseButton hold, Qt::MouseButton thenPush);
191 void getButtons(Qt::MouseButton *hold, Qt::MouseButton *thenPush)
const;
201 static QString mouseButtonName(Qt::MouseButton button);
206 bool isValid()
const;
235 uint hashable()
const;
238 KRockerGesturePrivate *
const d;
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Apr 20 2013 06:01:47 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.