MythTV  master
Public Member Functions | Static Public Attributes | Private Attributes | List of all members
ExternalKeycodeEvent Class Reference

#include <libmythbase/mythevent.h>

Inheritance diagram for ExternalKeycodeEvent:
[legend]
Collaboration diagram for ExternalKeycodeEvent:
[legend]

Public Member Functions

 ExternalKeycodeEvent (const int key)
 
int getKeycode () const
 

Static Public Attributes

static const Type kEventType
 

Private Attributes

int m_keycode
 

Detailed Description

Definition at line 105 of file mythevent.h.

Constructor & Destructor Documentation

◆ ExternalKeycodeEvent()

ExternalKeycodeEvent::ExternalKeycodeEvent ( const int  key)
inlineexplicit

Definition at line 108 of file mythevent.h.

Member Function Documentation

◆ getKeycode()

int ExternalKeycodeEvent::getKeycode ( ) const
inline

Definition at line 111 of file mythevent.h.

Member Data Documentation

◆ kEventType

const QEvent::Type ExternalKeycodeEvent::kEventType
static
Initial value:
=
(QEvent::Type) QEvent::registerEventType()

Definition at line 113 of file mythevent.h.

Referenced by MythMainWindow::customEvent().

◆ m_keycode

int ExternalKeycodeEvent::m_keycode
private

Definition at line 116 of file mythevent.h.


The documentation for this class was generated from the following files: