KDEUI
KdedGlobalAccel Class Reference
#include <kdedglobalaccel.h>

Detailed Description
Definition at line 46 of file kdedglobalaccel.h.
Public Types | |
| enum | SetShortcutFlags { SetPresent = 2, NoAutoloading = 4, IsDefault = 8 } |
Signals | |
| void | invokeAction (const QStringList &actionId, qlonglong timestamp) |
| void | yourShortcutGotChanged (const QStringList &actionId, const QList< int > &newKeys) |
Public Member Functions | |
| QStringList | actionId (int key) |
| QList< QStringList > | allActionsForComponent (const QStringList &actionId) |
| QList< QStringList > | allComponents () |
| QList< int > | allKeys () |
| QStringList | allKeysAsString () |
| QList< int > | defaultShortcut (const QStringList &actionId) |
| void | doRegister (const QStringList &actionId) |
| KdedGlobalAccel (QObject *, const QList< QVariant > &) | |
| bool | keyPressed (int keyQt) |
| void | setForeignShortcut (const QStringList &actionId, const QList< int > &keys) |
| void | setInactive (const QStringList &actionId) |
| QList< int > | setShortcut (const QStringList &actionId, const QList< int > &keys, uint flags) |
| QList< int > | shortcut (const QStringList &actionId) |
| void | unRegister (const QStringList &actionId) |
| ~KdedGlobalAccel () | |
Member Enumeration Documentation
Constructor & Destructor Documentation
Definition at line 199 of file kdedglobalaccel.cpp.
| KdedGlobalAccel::~KdedGlobalAccel | ( | ) |
Definition at line 219 of file kdedglobalaccel.cpp.
Member Function Documentation
| QStringList KdedGlobalAccel::actionId | ( | int | key | ) |
Definition at line 302 of file kdedglobalaccel.cpp.
| QList< QStringList > KdedGlobalAccel::allActionsForComponent | ( | const QStringList & | actionId | ) |
Definition at line 259 of file kdedglobalaccel.cpp.
| QList< QStringList > KdedGlobalAccel::allComponents | ( | ) |
Definition at line 241 of file kdedglobalaccel.cpp.
| QList< int > KdedGlobalAccel::allKeys | ( | ) |
Definition at line 288 of file kdedglobalaccel.cpp.
| QStringList KdedGlobalAccel::allKeysAsString | ( | ) |
Definition at line 294 of file kdedglobalaccel.cpp.
| QList< int > KdedGlobalAccel::defaultShortcut | ( | const QStringList & | actionId | ) |
Definition at line 324 of file kdedglobalaccel.cpp.
| void KdedGlobalAccel::doRegister | ( | const QStringList & | actionId | ) |
Definition at line 333 of file kdedglobalaccel.cpp.
| void KdedGlobalAccel::invokeAction | ( | const QStringList & | actionId, | |
| qlonglong | timestamp | |||
| ) | [signal] |
| bool KdedGlobalAccel::keyPressed | ( | int | keyQt | ) |
Definition at line 642 of file kdedglobalaccel.cpp.
| void KdedGlobalAccel::setForeignShortcut | ( | const QStringList & | actionId, | |
| const QList< int > & | keys | |||
| ) |
Definition at line 504 of file kdedglobalaccel.cpp.
| void KdedGlobalAccel::setInactive | ( | const QStringList & | actionId | ) |
Definition at line 523 of file kdedglobalaccel.cpp.
| QList< int > KdedGlobalAccel::setShortcut | ( | const QStringList & | actionId, | |
| const QList< int > & | keys, | |||
| uint | flags | |||
| ) |
Definition at line 381 of file kdedglobalaccel.cpp.
| QList< int > KdedGlobalAccel::shortcut | ( | const QStringList & | actionId | ) |
Definition at line 315 of file kdedglobalaccel.cpp.
| void KdedGlobalAccel::unRegister | ( | const QStringList & | actionId | ) |
Definition at line 359 of file kdedglobalaccel.cpp.
| void KdedGlobalAccel::yourShortcutGotChanged | ( | const QStringList & | actionId, | |
| const QList< int > & | newKeys | |||
| ) | [signal] |
The documentation for this class was generated from the following files:
KDE 4.2 API Reference