#include <cdrip.h>
Public Member Functions | |
| CDRipperThread (RipStatus *parent, QString device, QVector< RipTrack * > *tracks, int quality) | |
| ~CDRipperThread () | |
| void | cancel (void) |
Private Member Functions | |
| virtual void | run (void) |
| Runs the Qt event loop unless we have a QRunnable, in which case we run the runnable run instead. | |
| int | ripTrack (QString &cddevice, Encoder *encoder, int tracknum) |
| bool | isCancelled (void) |
Private Attributes | |
| RipStatus * | m_parent |
| bool | m_quit |
| QString | m_CDdevice |
| int | m_quality |
| QVector< RipTrack * > * | m_tracks |
| long int | m_totalSectors |
| long int | m_totalSectorsDone |
| int | m_lastTrackPct |
| int | m_lastOverallPct |
Definition at line 55 of file cdrip.h.
| void CDRipperThread::cancel | ( | void | ) |
Definition at line 193 of file cdrip.cpp.
Referenced by RipStatus::customEvent(), and ~CDRipperThread().
| void CDRipperThread::run | ( | void | ) | [private, virtual] |
| int CDRipperThread::ripTrack | ( | QString & | cddevice, | |
| Encoder * | encoder, | |||
| int | tracknum | |||
| ) | [private] |
| bool CDRipperThread::isCancelled | ( | void | ) | [private] |
Definition at line 198 of file cdrip.cpp.
Referenced by ripTrack(), and run().
RipStatus* CDRipperThread::m_parent [private] |
Definition at line 70 of file cdrip.h.
Referenced by ripTrack(), and run().
bool CDRipperThread::m_quit [private] |
Definition at line 71 of file cdrip.h.
Referenced by cancel(), and isCancelled().
QString CDRipperThread::m_CDdevice [private] |
Definition at line 72 of file cdrip.h.
Referenced by CDRipperThread(), and run().
int CDRipperThread::m_quality [private] |
QVector<RipTrack*>* CDRipperThread::m_tracks [private] |
long int CDRipperThread::m_totalSectors [private] |
Definition at line 76 of file cdrip.h.
Referenced by ripTrack(), and run().
long int CDRipperThread::m_totalSectorsDone [private] |
Definition at line 77 of file cdrip.h.
Referenced by ripTrack(), and run().
int CDRipperThread::m_lastTrackPct [private] |
Definition at line 79 of file cdrip.h.
Referenced by ripTrack().
int CDRipperThread::m_lastOverallPct [private] |
Definition at line 80 of file cdrip.h.
Referenced by ripTrack().
1.6.3