#include <databasebox.h>
Definition at line 19 of file databasebox.h.
Public Member Functions | |
| ReadCDThread (const QString &dev) | |
| virtual void | run () |
| bool | statusChanged () |
| QMutex * | getLock () |
Private Attributes | |
| QString | m_CDdevice |
| bool | cd_status_changed |
| QMutex | music_lock |
| ReadCDThread::ReadCDThread | ( | const QString & | dev | ) |
Definition at line 1271 of file databasebox.cpp.
| void ReadCDThread::run | ( | void | ) | [virtual] |
Definition at line 1277 of file databasebox.cpp.
| bool ReadCDThread::statusChanged | ( | ) | [inline] |
Definition at line 25 of file databasebox.h.
Referenced by PlaybackBoxMusic::occasionallyCheckCD(), and DatabaseBox::occasionallyCheckCD().
| QMutex* ReadCDThread::getLock | ( | ) | [inline] |
Definition at line 26 of file databasebox.h.
Referenced by DatabaseBox::fillCD(), PlaybackBoxMusic::occasionallyCheckCD(), DatabaseBox::occasionallyCheckCD(), and run().
QString ReadCDThread::m_CDdevice [private] |
bool ReadCDThread::cd_status_changed [private] |
Definition at line 31 of file databasebox.h.
Referenced by ReadCDThread(), run(), and statusChanged().
QMutex ReadCDThread::music_lock [private] |
1.5.5