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

#include <jsmenuevent.h>

Inheritance diagram for JoystickKeycodeEvent:
Inheritance graph
[legend]
Collaboration diagram for JoystickKeycodeEvent:
Collaboration graph
[legend]

Public Member Functions

 JoystickKeycodeEvent (QString jsmenuevent_text, int key_code, Qt::KeyboardModifiers key_modifiers, QEvent::Type key_action)
 
QString getJoystickMenuText () const
 
int key () const
 
Qt::KeyboardModifiers keyModifiers () const
 
QEvent::Type keyAction () const
 

Static Public Attributes

static const Type kEventType
 

Private Attributes

QString m_jsmenueventtext
 
int m_key
 
Qt::KeyboardModifiers m_keyModifiers
 
QEvent::Type m_keyAction
 

Detailed Description

Definition at line 16 of file jsmenuevent.h.

Constructor & Destructor Documentation

◆ JoystickKeycodeEvent()

JoystickKeycodeEvent::JoystickKeycodeEvent ( QString  jsmenuevent_text,
int  key_code,
Qt::KeyboardModifiers  key_modifiers,
QEvent::Type  key_action 
)
inline

Definition at line 19 of file jsmenuevent.h.

Member Function Documentation

◆ getJoystickMenuText()

QString JoystickKeycodeEvent::getJoystickMenuText ( ) const
inline

Definition at line 27 of file jsmenuevent.h.

◆ key()

int JoystickKeycodeEvent::key ( ) const
inline

Definition at line 28 of file jsmenuevent.h.

Referenced by MythInputDeviceHandler::customEvent().

◆ keyModifiers()

Qt::KeyboardModifiers JoystickKeycodeEvent::keyModifiers ( ) const
inline

Definition at line 29 of file jsmenuevent.h.

◆ keyAction()

QEvent::Type JoystickKeycodeEvent::keyAction ( ) const
inline

Definition at line 30 of file jsmenuevent.h.

Member Data Documentation

◆ kEventType

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

Definition at line 32 of file jsmenuevent.h.

Referenced by MythInputDeviceHandler::customEvent().

◆ m_jsmenueventtext

QString JoystickKeycodeEvent::m_jsmenueventtext
private

Definition at line 35 of file jsmenuevent.h.

Referenced by getJoystickMenuText().

◆ m_key

int JoystickKeycodeEvent::m_key
private

Definition at line 36 of file jsmenuevent.h.

Referenced by key().

◆ m_keyModifiers

Qt::KeyboardModifiers JoystickKeycodeEvent::m_keyModifiers
private

Definition at line 37 of file jsmenuevent.h.

Referenced by keyModifiers().

◆ m_keyAction

QEvent::Type JoystickKeycodeEvent::m_keyAction
private

Definition at line 38 of file jsmenuevent.h.

Referenced by keyAction().


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