KDEUI
Go to the documentation of this file.
21 #ifndef KMODIFIERKEYINFO_H
22 #define KMODIFIERKEYINFO_H
26 #include <QtCore/QObject>
28 class KModifierKeyInfoProvider;
67 bool knowsKey(Qt::Key key)
const;
83 bool isKeyPressed(Qt::Key key)
const;
92 bool isKeyLatched(Qt::Key key)
const;
102 bool setKeyLatched(Qt::Key key,
bool latched);
111 bool isKeyLocked(Qt::Key key)
const;
121 bool setKeyLocked(Qt::Key key,
bool locked);
130 bool isButtonPressed(Qt::MouseButton button)
const;
140 void keyPressed(Qt::Key key,
bool pressed);
148 void keyLatched(Qt::Key key,
bool latched);
156 void keyLocked(Qt::Key key,
bool locked);
166 void buttonPressed(Qt::MouseButton button,
bool pressed);
174 void keyAdded(Qt::Key key);
182 void keyRemoved(Qt::Key key);
186 KModifierKeyInfoProvider *
const p;
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Mon Jul 15 2013 05:10:34 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.