#include <lirc.h>
Inheritance diagram for Lirc::
Signals | |
void | event (const QString &key, unsigned repeat) |
void | command (const QString &cmd, unsigned repeat) |
Public Methods | |
Lirc (QObject *parent, const QString &appname) | |
virtual | ~Lirc () |
void | setDefaultKeyMap (const QMap< QString, QString > &keymap) |
|
Creates a lirc connection, and initializes configuration with appname
|
|
Sets the default keymap to use if there is no lirc config file, or default is specified as command.
|
|
an event received from lirc you get this signal only if a not recognized key is pressed
|
|
lirc command received
|