#include <cdrip.h>
Definition at line 64 of file cdrip.h.
Public Member Functions | |
| CDRipperThread (RipStatus *parent, QString device, vector< RipTrack * > *tracks, int quality) | |
| ~CDRipperThread () | |
| void | cancel (void) |
Private Member Functions | |
| virtual void | run (void) |
| int | ripTrack (QString &cddevice, Encoder *encoder, int tracknum) |
| void | sendEvent (int eventType, const QString &value) |
| void | sendEvent (int eventType, int value) |
| bool | isCancelled (void) |
Private Attributes | |
| RipStatus * | m_parent |
| bool | m_quit |
| QString | m_CDdevice |
| int | m_quality |
| vector< RipTrack * > * | m_tracks |
| int | m_totalTracks |
| long int | m_totalSectors |
| long int | m_totalSectorsDone |
| int | m_lastTrackPct |
| int | m_lastOverallPct |
| void CDRipperThread::cancel | ( | void | ) |
Definition at line 127 of file cdrip.cpp.
Referenced by RipStatus::keyPressEvent(), and ~CDRipperThread().
| int CDRipperThread::ripTrack | ( | QString & | cddevice, | |
| Encoder * | encoder, | |||
| int | tracknum | |||
| ) | [private] |
| void CDRipperThread::sendEvent | ( | int | eventType, | |
| const QString & | value | |||
| ) | [private] |
| void CDRipperThread::sendEvent | ( | int | eventType, | |
| int | value | |||
| ) | [private] |
| bool CDRipperThread::isCancelled | ( | void | ) | [private] |
RipStatus* CDRipperThread::m_parent [private] |
bool CDRipperThread::m_quit [private] |
QString CDRipperThread::m_CDdevice [private] |
int CDRipperThread::m_quality [private] |
vector<RipTrack*>* CDRipperThread::m_tracks [private] |
int CDRipperThread::m_totalTracks [private] |
long int CDRipperThread::m_totalSectors [private] |
long int CDRipperThread::m_totalSectorsDone [private] |
int CDRipperThread::m_lastTrackPct [private] |
int CDRipperThread::m_lastOverallPct [private] |
1.5.5