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 303 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 295 of file kdedglobalaccel.cpp.
QList< int > KdedGlobalAccel::defaultShortcut | ( | const QStringList & | actionId | ) |
Definition at line 325 of file kdedglobalaccel.cpp.
void KdedGlobalAccel::doRegister | ( | const QStringList & | actionId | ) |
Definition at line 334 of file kdedglobalaccel.cpp.
void KdedGlobalAccel::invokeAction | ( | const QStringList & | actionId, | |
qlonglong | timestamp | |||
) | [signal] |
bool KdedGlobalAccel::keyPressed | ( | int | keyQt | ) |
Definition at line 627 of file kdedglobalaccel.cpp.
void KdedGlobalAccel::setForeignShortcut | ( | const QStringList & | actionId, | |
const QList< int > & | keys | |||
) |
Definition at line 489 of file kdedglobalaccel.cpp.
void KdedGlobalAccel::setInactive | ( | const QStringList & | actionId | ) |
Definition at line 508 of file kdedglobalaccel.cpp.
QList< int > KdedGlobalAccel::setShortcut | ( | const QStringList & | actionId, | |
const QList< int > & | keys, | |||
uint | flags | |||
) |
Definition at line 382 of file kdedglobalaccel.cpp.
QList< int > KdedGlobalAccel::shortcut | ( | const QStringList & | actionId | ) |
Definition at line 316 of file kdedglobalaccel.cpp.
void KdedGlobalAccel::unRegister | ( | const QStringList & | actionId | ) |
Definition at line 360 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: