|
MythTV
0.26-pre
|
#include <cdrip.h>
Public Member Functions | |
| RipStatusEvent (Type t, int val) | |
| RipStatusEvent (Type t, const QString &val) | |
| ~RipStatusEvent () | |
Public Attributes | |
| QString | text |
| int | value |
Static Public Attributes | |
| static Type | kTrackTextEvent |
| static Type | kOverallTextEvent |
| static Type | kStatusTextEvent |
| static Type | kTrackProgressEvent |
| static Type | kTrackPercentEvent |
| static Type | kTrackStartEvent |
| static Type | kOverallProgressEvent |
| static Type | kOverallPercentEvent |
| static Type | kOverallStartEvent |
| static Type | kFinishedEvent |
| static Type | kEncoderErrorEvent |
| RipStatusEvent::RipStatusEvent | ( | Type | t, |
| int | val | ||
| ) | [inline] |
| RipStatusEvent::RipStatusEvent | ( | Type | t, |
| const QString & | val | ||
| ) | [inline] |
| RipStatusEvent::~RipStatusEvent | ( | ) | [inline] |
| QString RipStatusEvent::text |
Definition at line 174 of file cdrip.h.
Referenced by RipStatus::customEvent().
Definition at line 175 of file cdrip.h.
Referenced by RipStatus::customEvent().
QEvent::Type RipStatusEvent::kTrackTextEvent [static] |
(QEvent::Type) QEvent::registerEventType()
Definition at line 177 of file cdrip.h.
Referenced by RipStatus::customEvent(), and CDRipperThread::run().
QEvent::Type RipStatusEvent::kOverallTextEvent [static] |
(QEvent::Type) QEvent::registerEventType()
Definition at line 178 of file cdrip.h.
Referenced by RipStatus::customEvent(), and CDRipperThread::run().
QEvent::Type RipStatusEvent::kStatusTextEvent [static] |
(QEvent::Type) QEvent::registerEventType()
Definition at line 179 of file cdrip.h.
Referenced by RipStatus::customEvent(), and CDRipperThread::run().
QEvent::Type RipStatusEvent::kTrackProgressEvent [static] |
(QEvent::Type) QEvent::registerEventType()
Definition at line 180 of file cdrip.h.
Referenced by RipStatus::customEvent(), CDRipperThread::ripTrack(), and CDRipperThread::run().
QEvent::Type RipStatusEvent::kTrackPercentEvent [static] |
(QEvent::Type) QEvent::registerEventType()
Definition at line 181 of file cdrip.h.
Referenced by RipStatus::customEvent(), CDRipperThread::ripTrack(), and CDRipperThread::run().
QEvent::Type RipStatusEvent::kTrackStartEvent [static] |
(QEvent::Type) QEvent::registerEventType()
Definition at line 182 of file cdrip.h.
Referenced by RipStatus::customEvent(), and CDRipperThread::ripTrack().
QEvent::Type RipStatusEvent::kOverallProgressEvent [static] |
(QEvent::Type) QEvent::registerEventType()
Definition at line 183 of file cdrip.h.
Referenced by RipStatus::customEvent(), CDRipperThread::ripTrack(), and CDRipperThread::run().
QEvent::Type RipStatusEvent::kOverallPercentEvent [static] |
(QEvent::Type) QEvent::registerEventType()
Definition at line 184 of file cdrip.h.
Referenced by RipStatus::customEvent(), and CDRipperThread::ripTrack().
QEvent::Type RipStatusEvent::kOverallStartEvent [static] |
(QEvent::Type) QEvent::registerEventType()
Definition at line 185 of file cdrip.h.
Referenced by RipStatus::customEvent(), and CDRipperThread::run().
QEvent::Type RipStatusEvent::kFinishedEvent [static] |
(QEvent::Type) QEvent::registerEventType()
Definition at line 186 of file cdrip.h.
Referenced by RipStatus::customEvent(), and CDRipperThread::run().
QEvent::Type RipStatusEvent::kEncoderErrorEvent [static] |
(QEvent::Type) QEvent::registerEventType()
Definition at line 187 of file cdrip.h.
Referenced by RipStatus::customEvent(), and CDRipperThread::run().
1.7.6.1