MythTV
master
libs
libmythui
devices
AppleRemoteListener.h
Go to the documentation of this file.
1
#ifndef APPLEREMOTELISTENER
2
#define APPLEREMOTELISTENER
3
4
#include "
devices/AppleRemote.h
"
5
6
class
AppleRemoteListener
:
public
AppleRemote::Listener
7
{
8
public
:
9
explicit
AppleRemoteListener
(QObject* mainWindow_)
10
:
mainWindow
(mainWindow_) {}
11
12
// virtual
13
void
appleRemoteButton
(
AppleRemote::Event
button,
bool
pressedDown);
14
15
private
:
16
QObject *
mainWindow
;
17
};
18
19
#endif // APPLEREMOTELISTENER
AppleRemoteListener
Definition:
AppleRemoteListener.h:6
AppleRemote::Event
Event
Definition:
AppleRemote.h:24
AppleRemoteListener::mainWindow
QObject * mainWindow
Definition:
AppleRemoteListener.h:16
AppleRemoteListener::AppleRemoteListener
AppleRemoteListener(QObject *mainWindow_)
Definition:
AppleRemoteListener.h:9
AppleRemoteListener::appleRemoteButton
void appleRemoteButton(AppleRemote::Event button, bool pressedDown)
Definition:
AppleRemoteListener.cpp:9
AppleRemote::Listener
Definition:
AppleRemote.h:41
AppleRemote.h
Generated on Wed Sep 6 2023 03:18:17 for MythTV by
1.8.17