kremotecontrol
#include <dbusinterface.h>

Public Member Functions | |
| ~DBusInterface () | |
| void | changeMode (const QString &remoteName, const QString &modeName) |
| QStringList | configuredRemotes () |
| void | considerButtonEvents (const QString &remoteName) |
| QString | currentMode (const QString &remoteName) |
| bool | eventsIgnored (const QString &remoteName) |
| void | executeAction (const DBusAction *action) |
| QMultiMap< QString, Prototype > | functions (const QString &program, const QString &object) |
| void | ignoreButtonEvents (const QString &remoteName) |
| bool | isKdedModuleRunning () |
| bool | isProgramRunning (const QString &program) |
| bool | isUnique (const QString &program) |
| bool | loadKdedModule () |
| QString | modeIcon (const QString &remoteName, const QString &modeName) |
| QStringList | modesForRemote (const QString &remoteName) |
| QStringList | nodes (const QString &program) |
| QStringList | registeredPrograms () |
| void | reloadRemoteControlDaemon () |
| bool | unloadKdedModule () |
Static Public Member Functions | |
| static DBusInterface * | getInstance () |
Detailed Description
Definition at line 36 of file dbusinterface.h.
Constructor & Destructor Documentation
| DBusInterface::~DBusInterface | ( | ) |
Definition at line 57 of file dbusinterface.cpp.
Member Function Documentation
| void DBusInterface::changeMode | ( | const QString & | remoteName, |
| const QString & | modeName | ||
| ) |
Definition at line 485 of file dbusinterface.cpp.
| QStringList DBusInterface::configuredRemotes | ( | ) |
Definition at line 257 of file dbusinterface.cpp.
| void DBusInterface::considerButtonEvents | ( | const QString & | remoteName | ) |
Definition at line 270 of file dbusinterface.cpp.
| QString DBusInterface::currentMode | ( | const QString & | remoteName | ) |
Definition at line 496 of file dbusinterface.cpp.
| bool DBusInterface::eventsIgnored | ( | const QString & | remoteName | ) |
Definition at line 537 of file dbusinterface.cpp.
| void DBusInterface::executeAction | ( | const DBusAction * | action | ) |
Definition at line 396 of file dbusinterface.cpp.
| QMultiMap< QString, Prototype > DBusInterface::functions | ( | const QString & | program, |
| const QString & | object | ||
| ) |
Definition at line 172 of file dbusinterface.cpp.
|
static |
Definition at line 50 of file dbusinterface.cpp.
| void DBusInterface::ignoreButtonEvents | ( | const QString & | remoteName | ) |
Definition at line 280 of file dbusinterface.cpp.
| bool DBusInterface::isKdedModuleRunning | ( | ) |
Definition at line 550 of file dbusinterface.cpp.
| bool DBusInterface::isProgramRunning | ( | const QString & | program | ) |
Definition at line 300 of file dbusinterface.cpp.
| bool DBusInterface::isUnique | ( | const QString & | program | ) |
Definition at line 308 of file dbusinterface.cpp.
| bool DBusInterface::loadKdedModule | ( | ) |
Loads the kremotecontrol kded module and sets autoLoading to true.
Definition at line 560 of file dbusinterface.cpp.
| QString DBusInterface::modeIcon | ( | const QString & | remoteName, |
| const QString & | modeName | ||
| ) |
Definition at line 522 of file dbusinterface.cpp.
| QStringList DBusInterface::modesForRemote | ( | const QString & | remoteName | ) |
Definition at line 509 of file dbusinterface.cpp.
| QStringList DBusInterface::nodes | ( | const QString & | program | ) |
Definition at line 96 of file dbusinterface.cpp.
| QStringList DBusInterface::registeredPrograms | ( | ) |
Definition at line 67 of file dbusinterface.cpp.
| void DBusInterface::reloadRemoteControlDaemon | ( | ) |
Definition at line 290 of file dbusinterface.cpp.
| bool DBusInterface::unloadKdedModule | ( | ) |
Unloads the kremotecontrol kded module and sets autoLoading to false.
Definition at line 574 of file dbusinterface.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:07:43 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference