|
MythTV
0.26-pre
|
#include <musiccommon.h>
Public Member Functions | |
| TrackInfoDialog (MythScreenStack *parent, Metadata *mdata, const char *name) | |
| ~TrackInfoDialog (void) | |
| bool | Create (void) |
| bool | keyPressEvent (QKeyEvent *event) |
| Key event handler. | |
Protected Attributes | |
| Metadata * | m_metadata |
Definition at line 231 of file musiccommon.h.
| TrackInfoDialog::TrackInfoDialog | ( | MythScreenStack * | parent, |
| Metadata * | mdata, | ||
| const char * | name | ||
| ) |
Definition at line 2536 of file musiccommon.cpp.
Definition at line 2542 of file musiccommon.cpp.
| bool TrackInfoDialog::Create | ( | void | ) | [virtual] |
Reimplemented from MythScreenType.
Definition at line 2546 of file musiccommon.cpp.
Referenced by MusicCommon::showTrackInfo(), and SmartPLResultViewer::showTrackInfo().
| bool TrackInfoDialog::keyPressEvent | ( | QKeyEvent * | ) | [virtual] |
Key event handler.
| event | Keypress event |
Reimplemented from MythScreenType.
Definition at line 2572 of file musiccommon.cpp.
Metadata* TrackInfoDialog::m_metadata [protected] |
Definition at line 242 of file musiccommon.h.
Referenced by Create(), and TrackInfoDialog().
1.7.6.1