MythTV
master
|
#include <libmythbase/mythmedia.h>
Public Member Functions | |
MythMediaEvent (MythMediaStatus oldStatus, MythMediaDevice *pDevice) | |
~MythMediaEvent () override | |
MythMediaStatus | getOldStatus (void) const |
MythMediaDevice * | getDevice (void) |
Static Public Attributes | |
static const Type | kEventType |
Protected Attributes | |
MythMediaStatus | m_oldStatus |
QPointer< MythMediaDevice > | m_device |
Definition at line 183 of file mythmedia.h.
|
inline |
Definition at line 186 of file mythmedia.h.
|
override |
Definition at line 70 of file mythmedia.cpp.
|
inline |
Definition at line 190 of file mythmedia.h.
Referenced by ImageManagerFe::DeviceEvent().
|
inline |
Definition at line 191 of file mythmedia.h.
|
static |
Definition at line 193 of file mythmedia.h.
Referenced by MythMainWindow::customEvent(), TV::customEvent(), MediaMonitor::eventFilter(), and TV::eventFilter().
|
protected |
Definition at line 196 of file mythmedia.h.
|
protected |
Definition at line 197 of file mythmedia.h.