|
MythTV
0.26-pre
|
#include <visualizerview.h>
Public Member Functions | |
| TrackInfoPopup (MythScreenStack *parent, Metadata *mdata) | |
| ~TrackInfoPopup (void) | |
| bool | Create (void) |
| bool | keyPressEvent (QKeyEvent *event) |
| Key event handler. | |
Protected Attributes | |
| Metadata * | m_metadata |
| QTimer * | m_displayTimer |
Definition at line 35 of file visualizerview.h.
| TrackInfoPopup::TrackInfoPopup | ( | MythScreenStack * | parent, |
| Metadata * | mdata | ||
| ) |
Definition at line 137 of file visualizerview.cpp.
Definition at line 144 of file visualizerview.cpp.
| bool TrackInfoPopup::Create | ( | void | ) | [virtual] |
Reimplemented from MythScreenType.
Definition at line 154 of file visualizerview.cpp.
Referenced by VisualizerView::showTrackInfoPopup().
| bool TrackInfoPopup::keyPressEvent | ( | QKeyEvent * | ) | [virtual] |
Key event handler.
| event | Keypress event |
Reimplemented from MythScreenType.
Definition at line 196 of file visualizerview.cpp.
Metadata* TrackInfoPopup::m_metadata [protected] |
Definition at line 46 of file visualizerview.h.
Referenced by Create(), and TrackInfoPopup().
QTimer* TrackInfoPopup::m_displayTimer [protected] |
Definition at line 47 of file visualizerview.h.
Referenced by Create(), TrackInfoPopup(), and ~TrackInfoPopup().
1.7.6.1