kremotecontrol
#include <lircremotecontrolmanager.h>

Public Member Functions | |
LircRemoteControlManager (QObject *parent, const QVariantList &args) | |
virtual | ~LircRemoteControlManager () |
bool | connected () const |
Iface::RemoteControl * | createRemoteControl (const QString &) |
QStringList | remoteNames () const |
![]() | |
RemoteControlManager (QObject *parent=0) | |
virtual | ~RemoteControlManager () |
Additional Inherited Members | |
![]() | |
void | remoteControlAdded (const QString &name) |
void | remoteControlRemoved (const QString &name) |
void | statusChanged (bool connected) |
Detailed Description
Definition at line 34 of file lircremotecontrolmanager.h.
Constructor & Destructor Documentation
LircRemoteControlManager::LircRemoteControlManager | ( | QObject * | parent, |
const QVariantList & | args | ||
) |
Definition at line 68 of file lircremotecontrolmanager.cpp.
|
virtual |
Definition at line 83 of file lircremotecontrolmanager.cpp.
Member Function Documentation
|
virtual |
Get the manager connection state.
Implements Iface::RemoteControlManager.
Definition at line 124 of file lircremotecontrolmanager.cpp.
|
virtual |
Instantiates a new RemoteControlInterface object from this backend given its remote.
- Parameters
-
name the identifier of the remote control interface instantiated
- Returns
- a new RemoteControl object if there's a device having the given remote, 0 otherwise
Implements Iface::RemoteControlManager.
Definition at line 148 of file lircremotecontrolmanager.cpp.
|
virtual |
Retrieves the list of all the remotes installed in the system.
- Returns
- the list of remote controls available in this system
Implements Iface::RemoteControlManager.
Definition at line 133 of file lircremotecontrolmanager.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.