#include <playlistview.h>
Public Member Functions | |
| PlaylistView (MythScreenStack *parent) | |
| ~PlaylistView (void) | |
| bool | Create (void) |
| bool | keyPressEvent (QKeyEvent *) |
| Key event handler. | |
Protected Member Functions | |
| void | customEvent (QEvent *event) |
Definition at line 17 of file playlistview.h.
| PlaylistView::PlaylistView | ( | MythScreenStack * | parent | ) |
Definition at line 13 of file playlistview.cpp.
| PlaylistView::~PlaylistView | ( | void | ) |
Definition at line 19 of file playlistview.cpp.
| bool PlaylistView::Create | ( | void | ) | [virtual] |
Reimplemented from MythScreenType.
Definition at line 23 of file playlistview.cpp.
Referenced by startPlayback(), and MusicCommon::switchView().
| bool PlaylistView::keyPressEvent | ( | QKeyEvent * | ) | [virtual] |
Key event handler.
| event | Keypress event |
Reimplemented from MusicCommon.
Definition at line 70 of file playlistview.cpp.
| void PlaylistView::customEvent | ( | QEvent * | event | ) | [protected, virtual] |
Reimplemented from MusicCommon.
Definition at line 47 of file playlistview.cpp.
1.6.3