#include <mythmedia.h>
Public Member Functions | |
| MediaEvent (MediaStatus oldStatus, MythMediaDevice *pDevice) | |
| MediaStatus | getOldStatus (void) const |
| MythMediaDevice * | getDevice (void) |
Static Public Attributes | |
| static Type | kEventType |
Protected Attributes | |
| MediaStatus | m_OldStatus |
| QPointer< MythMediaDevice > | m_Device |
Definition at line 173 of file mythmedia.h.
| MediaEvent::MediaEvent | ( | MediaStatus | oldStatus, | |
| MythMediaDevice * | pDevice | |||
| ) | [inline] |
Definition at line 176 of file mythmedia.h.
| MediaStatus MediaEvent::getOldStatus | ( | void | ) | const [inline] |
Definition at line 179 of file mythmedia.h.
| MythMediaDevice* MediaEvent::getDevice | ( | void | ) | [inline] |
Definition at line 180 of file mythmedia.h.
Referenced by MythMainWindow::customEvent().
QEvent::Type MediaEvent::kEventType [static] |
(QEvent::Type) QEvent::registerEventType()
Definition at line 182 of file mythmedia.h.
Referenced by MythMainWindow::customEvent(), and MediaMonitor::eventFilter().
MediaStatus MediaEvent::m_OldStatus [protected] |
Definition at line 185 of file mythmedia.h.
QPointer<MythMediaDevice> MediaEvent::m_Device [protected] |
Definition at line 186 of file mythmedia.h.
1.6.3