kdelirc
IRKick Class Reference
#include <irkick.h>
Inheritance diagram for IRKick:

Detailed Description
Definition at line 38 of file irkick.h.
Public Slots | |
| bool | isConnected () |
| bool | haveFullList () |
| const QStringList | remotes () |
| const QStringList | buttons (QString theRemote) |
| void | stealNextPress (QString app, QString module, QString method) |
| void | dontStealNextPress () |
| void | reloadConfiguration () |
Public Member Functions | |
| IRKick (const QString &obj) | |
| virtual | ~IRKick () |
Protected Attributes | |
| KLircClient * | theClient |
Constructor & Destructor Documentation
| IRKick::IRKick | ( | const QString & | obj | ) |
Definition at line 49 of file irkick.cpp.
| IRKick::~IRKick | ( | ) | [virtual] |
Definition at line 84 of file irkick.cpp.
Member Function Documentation
| bool IRKick::isConnected | ( | ) | [inline, slot] |
| bool IRKick::haveFullList | ( | ) | [inline, slot] |
| const QStringList IRKick::remotes | ( | ) | [inline, slot] |
| const QStringList IRKick::buttons | ( | QString | theRemote | ) | [inline, slot] |
Sends next keypress to given application by DCOP.
- Parameters:
-
The receiving application. The receiving application module. The method name. Must have two QString parameters.
Definition at line 326 of file irkick.cpp.
| void IRKick::dontStealNextPress | ( | ) | [slot] |
Cancels the proceedings of the previous stealNextPress call, if any.
Definition at line 333 of file irkick.cpp.
| void IRKick::reloadConfiguration | ( | ) | [inline, slot] |
Member Data Documentation
KLircClient* IRKick::theClient [protected] |
The documentation for this class was generated from the following files:
KDE 4.0 API Reference