KDEUI
OrgKdeKdedGlobalAccelInterface Class Reference
#include <kdedglobalaccel_interface.h>

Detailed Description
Definition at line 40 of file kdedglobalaccel_interface.h.
Public Slots | |
QDBusReply< QStringList > | action (int key) |
QDBusReply< QList< QStringList > > | allActionsForComponent (const QStringList &actionId) |
QDBusReply< QList< QStringList > > | allMainComponents () |
Q_NOREPLY void | doRegister (const QStringList &actionId) |
Q_NOREPLY void | setForeignShortcut (const QStringList &actionId, const QList< int > &keys) |
Q_NOREPLY void | setInactive (const QStringList &actionId) |
QDBusReply< QList< int > > | setShortcut (const QStringList &actionId, const QList< int > &keys, uint flags) |
QDBusReply< QList< int > > | shortcut (const QStringList &actionId) |
Q_NOREPLY void | unRegister (const QStringList &actionId) |
Signals | |
void | invokeAction (const QStringList &actionId, qlonglong timestamp) |
void | yourShortcutGotChanged (const QStringList &actionId, const QList< int > &keys) |
Public Member Functions | |
OrgKdeKdedGlobalAccelInterface (const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent=0) | |
~OrgKdeKdedGlobalAccelInterface () | |
Static Public Member Functions | |
static const char * | staticInterfaceName () |
Constructor & Destructor Documentation
OrgKdeKdedGlobalAccelInterface::OrgKdeKdedGlobalAccelInterface | ( | const QString & | service, | |
const QString & | path, | |||
const QDBusConnection & | connection, | |||
QObject * | parent = 0 | |||
) | [inline] |
Definition at line 48 of file kdedglobalaccel_interface.h.
OrgKdeKdedGlobalAccelInterface::~OrgKdeKdedGlobalAccelInterface | ( | ) | [inline] |
Definition at line 57 of file kdedglobalaccel_interface.h.
Member Function Documentation
QDBusReply<QStringList> OrgKdeKdedGlobalAccelInterface::action | ( | int | key | ) | [inline, slot] |
Definition at line 60 of file kdedglobalaccel_interface.h.
QDBusReply<QList<QStringList> > OrgKdeKdedGlobalAccelInterface::allActionsForComponent | ( | const QStringList & | actionId | ) | [inline, slot] |
Definition at line 128 of file kdedglobalaccel_interface.h.
QDBusReply<QList<QStringList> > OrgKdeKdedGlobalAccelInterface::allMainComponents | ( | ) | [inline, slot] |
Definition at line 119 of file kdedglobalaccel_interface.h.
Q_NOREPLY void OrgKdeKdedGlobalAccelInterface::doRegister | ( | const QStringList & | actionId | ) | [inline, slot] |
Definition at line 103 of file kdedglobalaccel_interface.h.
void OrgKdeKdedGlobalAccelInterface::invokeAction | ( | const QStringList & | actionId, | |
qlonglong | timestamp | |||
) | [signal] |
Q_NOREPLY void OrgKdeKdedGlobalAccelInterface::setForeignShortcut | ( | const QStringList & | actionId, | |
const QList< int > & | keys | |||
) | [inline, slot] |
Definition at line 86 of file kdedglobalaccel_interface.h.
Q_NOREPLY void OrgKdeKdedGlobalAccelInterface::setInactive | ( | const QStringList & | actionId | ) | [inline, slot] |
Definition at line 95 of file kdedglobalaccel_interface.h.
QDBusReply<QList<int> > OrgKdeKdedGlobalAccelInterface::setShortcut | ( | const QStringList & | actionId, | |
const QList< int > & | keys, | |||
uint | flags | |||
) | [inline, slot] |
Definition at line 76 of file kdedglobalaccel_interface.h.
QDBusReply<QList<int> > OrgKdeKdedGlobalAccelInterface::shortcut | ( | const QStringList & | actionId | ) | [inline, slot] |
Definition at line 68 of file kdedglobalaccel_interface.h.
static const char* OrgKdeKdedGlobalAccelInterface::staticInterfaceName | ( | ) | [inline, static] |
Definition at line 44 of file kdedglobalaccel_interface.h.
Q_NOREPLY void OrgKdeKdedGlobalAccelInterface::unRegister | ( | const QStringList & | actionId | ) | [inline, slot] |
Definition at line 111 of file kdedglobalaccel_interface.h.
void OrgKdeKdedGlobalAccelInterface::yourShortcutGotChanged | ( | const QStringList & | actionId, | |
const QList< int > & | keys | |||
) | [signal] |
The documentation for this class was generated from the following file: