#include <mythevent.h>
Public Member Functions | |
| ExternalKeycodeEvent (const int key) | |
| int | getKeycode () |
Static Public Attributes | |
| static Type | kEventType |
Private Attributes | |
| int | keycode |
Definition at line 89 of file mythevent.h.
| ExternalKeycodeEvent::ExternalKeycodeEvent | ( | const int | key | ) | [inline] |
Definition at line 92 of file mythevent.h.
| int ExternalKeycodeEvent::getKeycode | ( | ) | [inline] |
Definition at line 95 of file mythevent.h.
Referenced by MythMainWindow::customEvent().
QEvent::Type ExternalKeycodeEvent::kEventType [static] |
(QEvent::Type) QEvent::registerEventType()
Definition at line 97 of file mythevent.h.
Referenced by MythMainWindow::customEvent().
int ExternalKeycodeEvent::keycode [private] |
Definition at line 100 of file mythevent.h.
1.6.3