KDEUI
kshortcut.h File Reference
Detailed Description
Defines platform-independent classes for keyboard shortcut handling.
Definition in file kshortcut.h.
#include <kdeui_export.h>
#include <QtCore/QList>
#include <QtCore/QMetaType>
#include <QtGui/QKeySequence>
Include dependency graph for kshortcut.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
class | KShortcut |
Represents a keyboard shortcut. More... | |
Functions | |
uint | qHash (const QKeySequence &key) |
uint | qHash (const KShortcut &key) |
uint | qHash (int) |
Function Documentation
uint qHash | ( | const QKeySequence & | key | ) | [inline] |
Definition at line 235 of file kshortcut.h.
uint qHash | ( | const KShortcut & | key | ) | [inline] |
Definition at line 230 of file kshortcut.h.
uint qHash | ( | int | ) |