KDEUI
#include <kglobalshortcutinfo.h>

Public Member Functions | |
| KGlobalShortcutInfo () | |
| KGlobalShortcutInfo (const KGlobalShortcutInfo &rhs) | |
| ~KGlobalShortcutInfo () | |
| QString | componentFriendlyName () const |
| QString | componentUniqueName () const |
| QString | contextFriendlyName () const |
| QString | contextUniqueName () const |
| QList< QKeySequence > | defaultKeys () const |
| QString | friendlyName () const |
| QList< QKeySequence > | keys () const |
| KGlobalShortcutInfo & | operator= (const KGlobalShortcutInfo &rhs) |
| QString | uniqueName () const |
Properties | |
| QString | componentFriendlyName |
| QString | componentUniqueName |
| QString | contextFriendlyName |
| QString | contextUniqueName |
| QList< QKeySequence > | defaultKeys |
| QString | friendlyName |
| QList< QKeySequence > | keys |
| QString | uniqueName |
Friends | |
| const QDBusArgument & | operator>> (const QDBusArgument &argument, KGlobalShortcutInfo &shortcut) |
Detailed Description
Definition at line 35 of file kglobalshortcutinfo.h.
Constructor & Destructor Documentation
Definition at line 22 of file kglobalshortcutinfo.cpp.
| KGlobalShortcutInfo::KGlobalShortcutInfo | ( | const KGlobalShortcutInfo & | rhs | ) |
Definition at line 27 of file kglobalshortcutinfo.cpp.
Definition at line 42 of file kglobalshortcutinfo.cpp.
Member Function Documentation
| QList<QKeySequence> KGlobalShortcutInfo::defaultKeys | ( | ) | const |
| QString KGlobalShortcutInfo::friendlyName | ( | ) | const |
| QList<QKeySequence> KGlobalShortcutInfo::keys | ( | ) | const |
| KGlobalShortcutInfo & KGlobalShortcutInfo::operator= | ( | const KGlobalShortcutInfo & | rhs | ) |
Definition at line 48 of file kglobalshortcutinfo.cpp.
| QString KGlobalShortcutInfo::uniqueName | ( | ) | const |
Friends And Related Function Documentation
| const QDBusArgument& operator>> | ( | const QDBusArgument & | argument, |
| KGlobalShortcutInfo & | shortcut | ||
| ) | [friend] |
Definition at line 50 of file kglobalshortcutinfo_dbus.cpp.
Property Documentation
Definition at line 45 of file kglobalshortcutinfo.h.
Definition at line 44 of file kglobalshortcutinfo.h.
Definition at line 48 of file kglobalshortcutinfo.h.
Definition at line 47 of file kglobalshortcutinfo.h.
QList< QKeySequence > KGlobalShortcutInfo::defaultKeys [read] |
Definition at line 51 of file kglobalshortcutinfo.h.
Definition at line 42 of file kglobalshortcutinfo.h.
QList< QKeySequence > KGlobalShortcutInfo::keys [read] |
Definition at line 50 of file kglobalshortcutinfo.h.
Definition at line 41 of file kglobalshortcutinfo.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2012 The KDE developers.
Generated on Thu May 10 2012 20:53:13 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.