|
MythTV
0.26-pre
|
#include <lircevent.h>
Public Member Functions | |
| LircKeycodeEvent (Type keytype, int key, Qt::KeyboardModifiers mod, const QString &text, const QString &lirc_text) | |
| Type | keytype (void) const |
| int | key (void) const |
| Qt::KeyboardModifiers | modifiers (void) const |
| QString | text (void) const |
| QString | lirctext (void) const |
Static Public Attributes | |
| static Type | kEventType |
| static const int | kLIRCInvalidKeyCombo = 0xFFFFFFFF |
Private Attributes | |
| Type | m_keytype |
| int | m_key |
| Qt::KeyboardModifiers | m_modifiers |
| QString | m_text |
| QString | m_lirctext |
Definition at line 9 of file lircevent.h.
| LircKeycodeEvent::LircKeycodeEvent | ( | Type | keytype, |
| int | key, | ||
| Qt::KeyboardModifiers | mod, | ||
| const QString & | text, | ||
| const QString & | lirc_text | ||
| ) | [inline] |
Definition at line 12 of file lircevent.h.
| Type LircKeycodeEvent::keytype | ( | void | ) | const [inline] |
Definition at line 22 of file lircevent.h.
Referenced by MythMainWindow::customEvent().
| int LircKeycodeEvent::key | ( | void | ) | const [inline] |
Definition at line 23 of file lircevent.h.
Referenced by MythMainWindow::customEvent().
| Qt::KeyboardModifiers LircKeycodeEvent::modifiers | ( | void | ) | const [inline] |
Definition at line 24 of file lircevent.h.
Referenced by MythMainWindow::customEvent().
| QString LircKeycodeEvent::text | ( | void | ) | const [inline] |
Definition at line 25 of file lircevent.h.
Referenced by MythMainWindow::customEvent().
| QString LircKeycodeEvent::lirctext | ( | void | ) | const [inline] |
Definition at line 26 of file lircevent.h.
Referenced by MythMainWindow::customEvent().
QEvent::Type LircKeycodeEvent::kEventType [static] |
(QEvent::Type) QEvent::registerEventType()
Definition at line 28 of file lircevent.h.
Referenced by MythMainWindow::customEvent().
const int LircKeycodeEvent::kLIRCInvalidKeyCombo = 0xFFFFFFFF [static] |
Definition at line 30 of file lircevent.h.
Referenced by MythMainWindow::customEvent(), and LIRC::Process().
Type LircKeycodeEvent::m_keytype [private] |
Definition at line 33 of file lircevent.h.
Referenced by keytype().
int LircKeycodeEvent::m_key [private] |
Definition at line 34 of file lircevent.h.
Referenced by key().
Qt::KeyboardModifiers LircKeycodeEvent::m_modifiers [private] |
Definition at line 35 of file lircevent.h.
Referenced by modifiers().
QString LircKeycodeEvent::m_text [private] |
Definition at line 36 of file lircevent.h.
Referenced by LircKeycodeEvent(), and text().
QString LircKeycodeEvent::m_lirctext [private] |
Definition at line 37 of file lircevent.h.
Referenced by LircKeycodeEvent(), and lirctext().
1.7.6.1