#include <mythmedia.h>
Public Member Functions | |
| MythMediaEvent (MythMediaStatus oldStatus, MythMediaDevice *pDevice) | |
| MythMediaStatus | getOldStatus (void) const |
| MythMediaDevice * | getDevice (void) |
Static Public Attributes | |
| static Type | kEventType |
Protected Attributes | |
| MythMediaStatus | m_OldStatus |
| QPointer< MythMediaDevice > | m_Device |
Definition at line 174 of file mythmedia.h.
| MythMediaEvent::MythMediaEvent | ( | MythMediaStatus | oldStatus, | |
| MythMediaDevice * | pDevice | |||
| ) | [inline] |
Definition at line 177 of file mythmedia.h.
| MythMediaStatus MythMediaEvent::getOldStatus | ( | void | ) | const [inline] |
Definition at line 180 of file mythmedia.h.
| MythMediaDevice* MythMediaEvent::getDevice | ( | void | ) | [inline] |
Definition at line 181 of file mythmedia.h.
Referenced by MythMainWindow::customEvent().
QEvent::Type MythMediaEvent::kEventType [static] |
(QEvent::Type) QEvent::registerEventType()
Definition at line 183 of file mythmedia.h.
Referenced by MythMainWindow::customEvent(), and MediaMonitor::eventFilter().
MythMediaStatus MythMediaEvent::m_OldStatus [protected] |
Definition at line 186 of file mythmedia.h.
QPointer<MythMediaDevice> MythMediaEvent::m_Device [protected] |
Definition at line 187 of file mythmedia.h.
1.6.3