#include <cdrip.h>

Definition at line 168 of file cdrip.h.
Public Member Functions | |
| RipStatus (const QString &device, vector< RipTrack * > *tracks, int quality, MythMainWindow *parent, const char *name=0) | |
| ~RipStatus (void) | |
| QString | getErrorMessage (void) |
Protected Slots | |
| void | startRip (void) |
Private Member Functions | |
| void | wireupTheme (void) |
| void | keyPressEvent (QKeyEvent *e) |
| void | customEvent (QCustomEvent *e) |
Private Attributes | |
| vector< RipTrack * > * | m_tracks |
| int | m_quality |
| QString | m_CDdevice |
| QString | m_errorMessage |
| UITextType * | m_overallText |
| UITextType * | m_trackText |
| UITextType * | m_statusText |
| UITextType * | m_overallPctText |
| UITextType * | m_trackPctText |
| UIStatusBarType * | m_overallProgress |
| UIStatusBarType * | m_trackProgress |
| CDRipperThread * | m_ripperThread |
| RipStatus::RipStatus | ( | const QString & | device, | |
| vector< RipTrack * > * | tracks, | |||
| int | quality, | |||
| MythMainWindow * | parent, | |||
| const char * | name = 0 | |||
| ) |
| void RipStatus::startRip | ( | void | ) | [protected, slot] |
| void RipStatus::wireupTheme | ( | void | ) | [private] |
| void RipStatus::keyPressEvent | ( | QKeyEvent * | e | ) | [private] |
| void RipStatus::customEvent | ( | QCustomEvent * | e | ) | [private] |
vector<RipTrack*>* RipStatus::m_tracks [private] |
int RipStatus::m_quality [private] |
QString RipStatus::m_CDdevice [private] |
QString RipStatus::m_errorMessage [private] |
Definition at line 189 of file cdrip.h.
Referenced by customEvent(), getErrorMessage(), and keyPressEvent().
UITextType* RipStatus::m_overallText [private] |
UITextType* RipStatus::m_trackText [private] |
UITextType* RipStatus::m_statusText [private] |
UITextType* RipStatus::m_overallPctText [private] |
UITextType* RipStatus::m_trackPctText [private] |
UIStatusBarType* RipStatus::m_overallProgress [private] |
UIStatusBarType* RipStatus::m_trackProgress [private] |
CDRipperThread* RipStatus::m_ripperThread [private] |
Definition at line 199 of file cdrip.h.
Referenced by keyPressEvent(), RipStatus(), startRip(), and ~RipStatus().
1.5.5