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 201 of file kdedglobalaccel.cpp.
| KdedGlobalAccel::~KdedGlobalAccel | ( | ) |
Definition at line 221 of file kdedglobalaccel.cpp.
Member Function Documentation
| QStringList KdedGlobalAccel::actionId | ( | int | key | ) |
Definition at line 305 of file kdedglobalaccel.cpp.
| QList< QStringList > KdedGlobalAccel::allActionsForComponent | ( | const QStringList & | actionId | ) |
Definition at line 261 of file kdedglobalaccel.cpp.
| QList< QStringList > KdedGlobalAccel::allComponents | ( | ) |
Definition at line 243 of file kdedglobalaccel.cpp.
| QList< int > KdedGlobalAccel::allKeys | ( | ) |
Definition at line 290 of file kdedglobalaccel.cpp.
| QStringList KdedGlobalAccel::allKeysAsString | ( | ) |
Definition at line 297 of file kdedglobalaccel.cpp.
| QList< int > KdedGlobalAccel::defaultShortcut | ( | const QStringList & | actionId | ) |
Definition at line 327 of file kdedglobalaccel.cpp.
| void KdedGlobalAccel::doRegister | ( | const QStringList & | actionId | ) |
Definition at line 336 of file kdedglobalaccel.cpp.
| void KdedGlobalAccel::invokeAction | ( | const QStringList & | actionId, | |
| qlonglong | timestamp | |||
| ) | [signal] |
| bool KdedGlobalAccel::keyPressed | ( | int | keyQt | ) |
Definition at line 637 of file kdedglobalaccel.cpp.
| void KdedGlobalAccel::setForeignShortcut | ( | const QStringList & | actionId, | |
| const QList< int > & | keys | |||
| ) |
Definition at line 492 of file kdedglobalaccel.cpp.
| void KdedGlobalAccel::setInactive | ( | const QStringList & | actionId | ) |
Definition at line 511 of file kdedglobalaccel.cpp.
| QList< int > KdedGlobalAccel::setShortcut | ( | const QStringList & | actionId, | |
| const QList< int > & | keys, | |||
| uint | flags | |||
| ) |
Definition at line 385 of file kdedglobalaccel.cpp.
| QList< int > KdedGlobalAccel::shortcut | ( | const QStringList & | actionId | ) |
Definition at line 318 of file kdedglobalaccel.cpp.
| void KdedGlobalAccel::unRegister | ( | const QStringList & | actionId | ) |
Definition at line 362 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.1 API Reference