MythTV
master
|
A wrapper around sundry external input devices. More...
#include <libmythui/devices/mythinputdevicehandler.h>
Public Slots | |
void | MainWindowReady (void) |
void | customEvent (QEvent *Event) override |
Public Member Functions | |
MythInputDeviceHandler (MythMainWindow *Parent) | |
~MythInputDeviceHandler () override | |
void | Start (void) |
void | Stop (bool Finishing=true) |
void | Reset (void) |
void | Event (QEvent *Event) const |
void | Action (const QString &Action) |
void | IgnoreKeys (bool Ignore) |
Private Attributes | |
MythMainWindow * | m_parent { nullptr } |
bool | m_ignoreKeys { false } |
LIRC * | m_lircThread { nullptr } |
JoystickMenuThread * | m_joystickThread { nullptr } |
AppleRemoteListener * | m_appleRemoteListener { nullptr } |
AppleRemote * | m_appleRemote { nullptr } |
A wrapper around sundry external input devices.
Definition at line 18 of file mythinputdevicehandler.h.
|
explicit |
Definition at line 41 of file mythinputdevicehandler.cpp.
|
override |
Definition at line 47 of file mythinputdevicehandler.cpp.
void MythInputDeviceHandler::Start | ( | void | ) |
Definition at line 52 of file mythinputdevicehandler.cpp.
Referenced by MythInputDeviceHandler(), and Reset().
Definition at line 115 of file mythinputdevicehandler.cpp.
Referenced by Reset(), and ~MythInputDeviceHandler().
void MythInputDeviceHandler::Reset | ( | void | ) |
Definition at line 156 of file mythinputdevicehandler.cpp.
Referenced by MythMainWindow::RestartInputHandlers().
void MythInputDeviceHandler::Event | ( | QEvent * | Event | ) | const |
Definition at line 163 of file mythinputdevicehandler.cpp.
Referenced by customEvent(), and MythMainWindow::event().
void MythInputDeviceHandler::Action | ( | const QString & | Action | ) |
Definition at line 179 of file mythinputdevicehandler.cpp.
Referenced by MythMainWindow::HandleTVAction().
void MythInputDeviceHandler::IgnoreKeys | ( | bool | Ignore | ) |
Definition at line 186 of file mythinputdevicehandler.cpp.
Referenced by MythMainWindow::customEvent().
|
slot |
Definition at line 198 of file mythinputdevicehandler.cpp.
Referenced by MythMainWindow::MythMainWindow().
|
overrideslot |
Definition at line 208 of file mythinputdevicehandler.cpp.
|
private |
Definition at line 40 of file mythinputdevicehandler.h.
Referenced by customEvent(), and MainWindowReady().
Definition at line 41 of file mythinputdevicehandler.h.
Referenced by customEvent(), and IgnoreKeys().
|
private |
Definition at line 44 of file mythinputdevicehandler.h.
|
private |
Definition at line 52 of file mythinputdevicehandler.h.
|
private |
Definition at line 56 of file mythinputdevicehandler.h.
|
private |
Definition at line 57 of file mythinputdevicehandler.h.