MythTV  master
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
RipStatusEvent Class Reference

#include <cdrip.h>

Inheritance diagram for RipStatusEvent:
Inheritance graph
[legend]
Collaboration diagram for RipStatusEvent:
Collaboration graph
[legend]

Public Member Functions

 RipStatusEvent (Type type, int val)
 
 RipStatusEvent (Type type, QString val)
 
 ~RipStatusEvent () override=default
 

Public Attributes

QString m_text
 
int m_value {-1}
 

Static Public Attributes

static const Type kTrackTextEvent
 
static const Type kOverallTextEvent
 
static const Type kStatusTextEvent
 
static const Type kTrackProgressEvent
 
static const Type kTrackPercentEvent
 
static const Type kTrackStartEvent
 
static const Type kOverallProgressEvent
 
static const Type kOverallPercentEvent
 
static const Type kOverallStartEvent
 
static const Type kCopyStartEvent
 
static const Type kCopyEndEvent
 
static const Type kFinishedEvent
 
static const Type kEncoderErrorEvent
 

Detailed Description

Definition at line 187 of file cdrip.h.

Constructor & Destructor Documentation

◆ RipStatusEvent() [1/2]

RipStatusEvent::RipStatusEvent ( Type  type,
int  val 
)
inline

Definition at line 190 of file cdrip.h.

◆ RipStatusEvent() [2/2]

RipStatusEvent::RipStatusEvent ( Type  type,
QString  val 
)
inline

Definition at line 192 of file cdrip.h.

◆ ~RipStatusEvent()

RipStatusEvent::~RipStatusEvent ( )
overridedefault

Member Data Documentation

◆ m_text

QString RipStatusEvent::m_text

Definition at line 196 of file cdrip.h.

◆ m_value

int RipStatusEvent::m_value {-1}

Definition at line 197 of file cdrip.h.

◆ kTrackTextEvent

const QEvent::Type RipStatusEvent::kTrackTextEvent
static
Initial value:
=
(QEvent::Type) QEvent::registerEventType()

Definition at line 199 of file cdrip.h.

Referenced by RipStatus::customEvent(), and CDRipperThread::run().

◆ kOverallTextEvent

const QEvent::Type RipStatusEvent::kOverallTextEvent
static
Initial value:
=
(QEvent::Type) QEvent::registerEventType()

Definition at line 200 of file cdrip.h.

Referenced by RipStatus::customEvent(), and CDRipperThread::run().

◆ kStatusTextEvent

const QEvent::Type RipStatusEvent::kStatusTextEvent
static
Initial value:
=
(QEvent::Type) QEvent::registerEventType()

Definition at line 201 of file cdrip.h.

Referenced by RipStatus::customEvent(), and CDRipperThread::run().

◆ kTrackProgressEvent

const QEvent::Type RipStatusEvent::kTrackProgressEvent
static
Initial value:
=
(QEvent::Type) QEvent::registerEventType()

Definition at line 202 of file cdrip.h.

Referenced by RipStatus::customEvent(), CDRipperThread::ripTrack(), and CDRipperThread::run().

◆ kTrackPercentEvent

const QEvent::Type RipStatusEvent::kTrackPercentEvent
static
Initial value:
=
(QEvent::Type) QEvent::registerEventType()

Definition at line 203 of file cdrip.h.

Referenced by RipStatus::customEvent(), CDRipperThread::ripTrack(), and CDRipperThread::run().

◆ kTrackStartEvent

const QEvent::Type RipStatusEvent::kTrackStartEvent
static
Initial value:
=
(QEvent::Type) QEvent::registerEventType()

Definition at line 204 of file cdrip.h.

Referenced by RipStatus::customEvent(), and CDRipperThread::ripTrack().

◆ kOverallProgressEvent

const QEvent::Type RipStatusEvent::kOverallProgressEvent
static
Initial value:
=
(QEvent::Type) QEvent::registerEventType()

Definition at line 205 of file cdrip.h.

Referenced by RipStatus::customEvent(), CDRipperThread::ripTrack(), and CDRipperThread::run().

◆ kOverallPercentEvent

const QEvent::Type RipStatusEvent::kOverallPercentEvent
static
Initial value:
=
(QEvent::Type) QEvent::registerEventType()

Definition at line 206 of file cdrip.h.

Referenced by RipStatus::customEvent(), and CDRipperThread::ripTrack().

◆ kOverallStartEvent

const QEvent::Type RipStatusEvent::kOverallStartEvent
static
Initial value:
=
(QEvent::Type) QEvent::registerEventType()

Definition at line 207 of file cdrip.h.

Referenced by RipStatus::customEvent(), and CDRipperThread::run().

◆ kCopyStartEvent

const QEvent::Type RipStatusEvent::kCopyStartEvent
static
Initial value:
=
(QEvent::Type) QEvent::registerEventType()

Definition at line 208 of file cdrip.h.

Referenced by RipStatus::customEvent(), and CDRipperThread::run().

◆ kCopyEndEvent

const QEvent::Type RipStatusEvent::kCopyEndEvent
static
Initial value:
=
(QEvent::Type) QEvent::registerEventType()

Definition at line 209 of file cdrip.h.

Referenced by RipStatus::customEvent(), and CDRipperThread::run().

◆ kFinishedEvent

const QEvent::Type RipStatusEvent::kFinishedEvent
static
Initial value:
=
(QEvent::Type) QEvent::registerEventType()

Definition at line 210 of file cdrip.h.

Referenced by RipStatus::customEvent(), and CDRipperThread::run().

◆ kEncoderErrorEvent

const QEvent::Type RipStatusEvent::kEncoderErrorEvent
static
Initial value:
=
(QEvent::Type) QEvent::registerEventType()

Definition at line 211 of file cdrip.h.

Referenced by RipStatus::customEvent(), and CDRipperThread::run().


The documentation for this class was generated from the following files: