|
MythTV
0.26-pre
|
#include <musicplayer.h>
Public Member Functions | |
| CDWatcherThread (const QString &dev) | |
| virtual void | run (void) |
| bool | statusChanged (void) |
| QMutex * | getLock (void) |
| void | stop (void) |
Private Attributes | |
| bool | m_stopped |
| QString | m_cdDevice |
| bool | m_cdStatusChanged |
| QMutex | m_musicLock |
Definition at line 237 of file musicplayer.h.
| CDWatcherThread::CDWatcherThread | ( | const QString & | dev | ) |
Definition at line 1384 of file musicplayer.cpp.
| void CDWatcherThread::run | ( | void | ) | [virtual] |
Definition at line 1391 of file musicplayer.cpp.
| bool CDWatcherThread::statusChanged | ( | void | ) | [inline] |
Definition at line 243 of file musicplayer.h.
| QMutex* CDWatcherThread::getLock | ( | void | ) | [inline] |
Definition at line 244 of file musicplayer.h.
Referenced by run().
| void CDWatcherThread::stop | ( | void | ) | [inline] |
Definition at line 245 of file musicplayer.h.
Referenced by MusicPlayer::~MusicPlayer().
bool CDWatcherThread::m_stopped [private] |
Definition at line 249 of file musicplayer.h.
Referenced by CDWatcherThread(), run(), and stop().
QString CDWatcherThread::m_cdDevice [private] |
Definition at line 250 of file musicplayer.h.
Referenced by CDWatcherThread(), and run().
bool CDWatcherThread::m_cdStatusChanged [private] |
Definition at line 251 of file musicplayer.h.
Referenced by CDWatcherThread(), run(), and statusChanged().
QMutex CDWatcherThread::m_musicLock [private] |
Definition at line 252 of file musicplayer.h.
Referenced by getLock().
1.7.6.1