#include <visualizerview.h>
Public Member Functions | |
| VisualizerView (MythScreenStack *parent) | |
| ~VisualizerView (void) | |
| bool | Create (void) |
| bool | keyPressEvent (QKeyEvent *) |
| Key event handler. | |
| virtual void | ShowMenu (void) |
Protected Member Functions | |
| void | customEvent (QEvent *event) |
Private Slots | |
| void | showTrackInfoPopup (void) |
Definition at line 16 of file visualizerview.h.
| VisualizerView::VisualizerView | ( | MythScreenStack * | parent | ) |
Definition at line 22 of file visualizerview.cpp.
| VisualizerView::~VisualizerView | ( | void | ) |
Definition at line 28 of file visualizerview.cpp.
| bool VisualizerView::Create | ( | void | ) | [virtual] |
Reimplemented from MythScreenType.
Definition at line 32 of file visualizerview.cpp.
Referenced by MusicCommon::switchView().
| bool VisualizerView::keyPressEvent | ( | QKeyEvent * | ) | [virtual] |
Key event handler.
| event | Keypress event |
Reimplemented from MusicCommon.
Definition at line 66 of file visualizerview.cpp.
| void VisualizerView::ShowMenu | ( | void | ) | [virtual] |
Reimplemented from MusicCommon.
Definition at line 97 of file visualizerview.cpp.
| void VisualizerView::customEvent | ( | QEvent * | event | ) | [protected, virtual] |
Reimplemented from MusicCommon.
Definition at line 58 of file visualizerview.cpp.
| void VisualizerView::showTrackInfoPopup | ( | void | ) | [private, slot] |
Definition at line 117 of file visualizerview.cpp.
Referenced by customEvent(), keyPressEvent(), and ShowMenu().
1.6.3