#include <smartplaylist.h>
Public Member Functions | |
| SmartPLResultViewer (MythScreenStack *parent) | |
| ~SmartPLResultViewer (void) | |
| bool | Create (void) |
| bool | keyPressEvent (QKeyEvent *event) |
| Key event handler. | |
| void | setSQL (QString sql) |
Private Slots | |
| void | trackVisible (MythUIButtonListItem *item) |
| void | trackSelected (MythUIButtonListItem *item) |
Private Member Functions | |
| void | showTrackInfo (void) |
Private Attributes | |
| MythUIButtonList * | m_trackList |
| MythUIText * | m_positionText |
Definition at line 205 of file smartplaylist.h.
| SmartPLResultViewer::SmartPLResultViewer | ( | MythScreenStack * | parent | ) |
Definition at line 1687 of file smartplaylist.cpp.
| SmartPLResultViewer::~SmartPLResultViewer | ( | void | ) |
Definition at line 1693 of file smartplaylist.cpp.
| bool SmartPLResultViewer::Create | ( | void | ) | [virtual] |
Reimplemented from MythScreenType.
Definition at line 1697 of file smartplaylist.cpp.
| bool SmartPLResultViewer::keyPressEvent | ( | QKeyEvent * | ) | [virtual] |
Key event handler.
| event | Keypress event |
Reimplemented from MythScreenType.
Definition at line 1723 of file smartplaylist.cpp.
| void SmartPLResultViewer::setSQL | ( | QString | sql | ) |
Definition at line 1802 of file smartplaylist.cpp.
| void SmartPLResultViewer::trackVisible | ( | MythUIButtonListItem * | item | ) | [private, slot] |
Definition at line 1749 of file smartplaylist.cpp.
Referenced by Create().
| void SmartPLResultViewer::trackSelected | ( | MythUIButtonListItem * | item | ) | [private, slot] |
Definition at line 1770 of file smartplaylist.cpp.
| void SmartPLResultViewer::showTrackInfo | ( | void | ) | [private] |
Definition at line 1779 of file smartplaylist.cpp.
Referenced by keyPressEvent().
MythUIButtonList* SmartPLResultViewer::m_trackList [private] |
Definition at line 225 of file smartplaylist.h.
Referenced by Create(), setSQL(), showTrackInfo(), and trackSelected().
MythUIText* SmartPLResultViewer::m_positionText [private] |
Definition at line 226 of file smartplaylist.h.
Referenced by Create(), and trackSelected().
1.6.3