Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QKeyboardLock class provides a convenient way of blocking any keyboard input. More...
#include <QKeyboardLock>
Inherits QObject.
The QKeyboardLock class provides a convenient way of blocking any keyboard input.
The class blocks keyboard input that is not otherwise specified by exemptions().
This class is part of the Qt Extended server and cannot be used by other Qt Extended applications.
Constructs a new QKeyboardLock instance with the given parent.
Destorys the QKeyboardLock instance.
Returns the keys that are exempt to lock filtering. By default, Qt::Key_Back and Qt::Key_No are exempt to allow visible dialogs to be dismissed.
See also setExemptions().
Returns true if the keyboard is locked, false otherwise.
Sets the keyboard to locked.
See also unlock().
This signal is emitted when a key input has been surpressed. keycode, unicode and isPressed describe the blocked key press.
Set the keys exempt to lock filtering to exempt.
See also exemptions().
Unlock the keyboard.
See also lock().
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |