|
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 } |
A wrapper around sundry external input devices.
Definition at line 20 of file mythinputdevicehandler.h.
|
explicit |
Definition at line 41 of file mythinputdevicehandler.cpp.
|
override |
Definition at line 47 of file mythinputdevicehandler.cpp.
| void MythInputDeviceHandler::Action | ( | const QString & | Action | ) |
Definition at line 179 of file mythinputdevicehandler.cpp.
Referenced by MythMainWindow::HandleTVAction().
|
overrideslot |
Definition at line 208 of file mythinputdevicehandler.cpp.
| void MythInputDeviceHandler::Event | ( | QEvent * | Event | ) | const |
Definition at line 163 of file mythinputdevicehandler.cpp.
Referenced by customEvent(), and MythMainWindow::event().
| 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().
| void MythInputDeviceHandler::Reset | ( | void | ) |
Definition at line 156 of file mythinputdevicehandler.cpp.
Referenced by MythMainWindow::RestartInputHandlers().
| 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().
Definition at line 43 of file mythinputdevicehandler.h.
Referenced by customEvent(), and IgnoreKeys().
|
private |
Definition at line 42 of file mythinputdevicehandler.h.
Referenced by customEvent(), and MainWindowReady().