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 | |
| Q_SCRIPTABLEQString | componentFriendlyName |
| Q_SCRIPTABLEQString | componentUniqueName |
| Q_SCRIPTABLEQString | contextFriendlyName |
| Q_SCRIPTABLEQString | contextUniqueName |
| Q_SCRIPTABLEQList< QKeySequence > | defaultKeys |
| Q_SCRIPTABLEQString | friendlyName |
| Q_SCRIPTABLEQList< QKeySequence > | keys |
| Q_SCRIPTABLEQString | uniqueName |
Detailed Description
Definition at line 35 of file kglobalshortcutinfo.h.
Constructor & Destructor Documentation
◆ KGlobalShortcutInfo() [1/2]
| KGlobalShortcutInfo::KGlobalShortcutInfo | ( | ) |
Definition at line 22 of file kglobalshortcutinfo.cpp.
◆ KGlobalShortcutInfo() [2/2]
| KGlobalShortcutInfo::KGlobalShortcutInfo | ( | const KGlobalShortcutInfo & | rhs | ) |
Definition at line 27 of file kglobalshortcutinfo.cpp.
◆ ~KGlobalShortcutInfo()
| KGlobalShortcutInfo::~KGlobalShortcutInfo | ( | ) |
Definition at line 42 of file kglobalshortcutinfo.cpp.
Member Function Documentation
◆ componentFriendlyName()
| QString KGlobalShortcutInfo::componentFriendlyName | ( | ) | const |
Definition at line 73 of file kglobalshortcutinfo.cpp.
◆ componentUniqueName()
| QString KGlobalShortcutInfo::componentUniqueName | ( | ) | const |
Definition at line 81 of file kglobalshortcutinfo.cpp.
◆ contextFriendlyName()
| QString KGlobalShortcutInfo::contextFriendlyName | ( | ) | const |
Definition at line 59 of file kglobalshortcutinfo.cpp.
◆ contextUniqueName()
| QString KGlobalShortcutInfo::contextUniqueName | ( | ) | const |
Definition at line 67 of file kglobalshortcutinfo.cpp.
◆ defaultKeys()
| QList< QKeySequence > KGlobalShortcutInfo::defaultKeys | ( | ) | const |
Definition at line 87 of file kglobalshortcutinfo.cpp.
◆ friendlyName()
| QString KGlobalShortcutInfo::friendlyName | ( | ) | const |
Definition at line 93 of file kglobalshortcutinfo.cpp.
◆ keys()
| QList< QKeySequence > KGlobalShortcutInfo::keys | ( | ) | const |
Definition at line 99 of file kglobalshortcutinfo.cpp.
◆ operator=()
| KGlobalShortcutInfo & KGlobalShortcutInfo::operator= | ( | const KGlobalShortcutInfo & | rhs | ) |
Definition at line 48 of file kglobalshortcutinfo.cpp.
◆ uniqueName()
| QString KGlobalShortcutInfo::uniqueName | ( | ) | const |
Definition at line 104 of file kglobalshortcutinfo.cpp.
Property Documentation
◆ componentFriendlyName
|
read |
Definition at line 45 of file kglobalshortcutinfo.h.
◆ componentUniqueName
|
read |
Definition at line 44 of file kglobalshortcutinfo.h.
◆ contextFriendlyName
|
read |
Definition at line 48 of file kglobalshortcutinfo.h.
◆ contextUniqueName
|
read |
Definition at line 47 of file kglobalshortcutinfo.h.
◆ defaultKeys
|
read |
Definition at line 51 of file kglobalshortcutinfo.h.
◆ friendlyName
|
read |
Definition at line 42 of file kglobalshortcutinfo.h.
◆ keys
|
read |
Definition at line 50 of file kglobalshortcutinfo.h.
◆ uniqueName
|
read |
Definition at line 41 of file kglobalshortcutinfo.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.