|
MythTV
0.26-pre
|
#include <cdrip.h>
Signals | |
| void | Result (bool) |
Public Member Functions | |
| RipStatus (MythScreenStack *parent, const QString &device, QVector< RipTrack * > *tracks, int quality) | |
| ~RipStatus (void) | |
| bool | Create (void) |
| bool | keyPressEvent (QKeyEvent *) |
| Key event handler. | |
Protected Slots | |
| void | startRip (void) |
Private Member Functions | |
| void | customEvent (QEvent *event) |
Private Attributes | |
| QVector< RipTrack * > * | m_tracks |
| int | m_quality |
| QString | m_CDdevice |
| MythUIText * | m_overallText |
| MythUIText * | m_trackText |
| MythUIText * | m_statusText |
| MythUIText * | m_overallPctText |
| MythUIText * | m_trackPctText |
| MythUIProgressBar * | m_overallProgress |
| MythUIProgressBar * | m_trackProgress |
| CDRipperThread * | m_ripperThread |
| RipStatus::RipStatus | ( | MythScreenStack * | parent, |
| const QString & | device, | ||
| QVector< RipTrack * > * | tracks, | ||
| int | quality | ||
| ) |
| bool RipStatus::Create | ( | void | ) | [virtual] |
Reimplemented from MythScreenType.
Definition at line 1425 of file cdrip.cpp.
Referenced by Ripper::startRipper().
| bool RipStatus::keyPressEvent | ( | QKeyEvent * | ) | [virtual] |
| void RipStatus::Result | ( | bool | ) | [signal] |
Referenced by customEvent().
| void RipStatus::startRip | ( | void | ) | [protected, slot] |
| void RipStatus::customEvent | ( | QEvent * | event | ) | [private, virtual] |
Reimplemented from MythUIType.
QVector<RipTrack*>* RipStatus::m_tracks [private] |
Definition at line 210 of file cdrip.h.
Referenced by RipStatus(), and startRip().
int RipStatus::m_quality [private] |
Definition at line 211 of file cdrip.h.
Referenced by RipStatus(), and startRip().
QString RipStatus::m_CDdevice [private] |
Definition at line 212 of file cdrip.h.
Referenced by RipStatus(), and startRip().
MythUIText* RipStatus::m_overallText [private] |
Definition at line 214 of file cdrip.h.
Referenced by Create(), customEvent(), and RipStatus().
MythUIText* RipStatus::m_trackText [private] |
Definition at line 215 of file cdrip.h.
Referenced by Create(), customEvent(), and RipStatus().
MythUIText* RipStatus::m_statusText [private] |
Definition at line 216 of file cdrip.h.
Referenced by Create(), customEvent(), and RipStatus().
MythUIText* RipStatus::m_overallPctText [private] |
Definition at line 217 of file cdrip.h.
Referenced by Create(), customEvent(), and RipStatus().
MythUIText* RipStatus::m_trackPctText [private] |
Definition at line 218 of file cdrip.h.
Referenced by Create(), customEvent(), and RipStatus().
MythUIProgressBar* RipStatus::m_overallProgress [private] |
Definition at line 219 of file cdrip.h.
Referenced by Create(), customEvent(), and RipStatus().
MythUIProgressBar* RipStatus::m_trackProgress [private] |
Definition at line 220 of file cdrip.h.
Referenced by Create(), customEvent(), and RipStatus().
CDRipperThread* RipStatus::m_ripperThread [private] |
Definition at line 222 of file cdrip.h.
Referenced by customEvent(), keyPressEvent(), RipStatus(), startRip(), and ~RipStatus().
1.7.6.1