MTDJob Class Reference

#include <dvdripbox.h>

List of all members.


Detailed Description

Definition at line 25 of file dvdripbox.h.


Signals

void toggledCancelled ()

Public Member Functions

 MTDJob ()
 MTDJob (const QString &a_name_)
void init ()
void setNumber (int a_number)
void SetName (const QString &a_name)
void setActivity (const QString &an_act)
void setOverall (double a_number)
void setSubjob (double a_number)
void setCancelled (bool yes_or_no)
int getNumber ()
QString getName ()
QString getActivity ()
double getOverall ()
double getSubjob ()

Private Attributes

int job_number
QString job_name
QString current_activity
double overall_progress
double subjob_progress
bool cancelled

Constructor & Destructor Documentation

MTDJob::MTDJob (  ) 

Definition at line 24 of file dvdripbox.cpp.

MTDJob::MTDJob ( const QString &  a_name_  ) 

Definition at line 30 of file dvdripbox.cpp.


Member Function Documentation

void MTDJob::init (  ) 

Definition at line 36 of file dvdripbox.cpp.

Referenced by MTDJob().

void MTDJob::setNumber ( int  a_number  )  [inline]

Definition at line 46 of file dvdripbox.h.

Referenced by DVDRipBox::setOverallJobStatus().

void MTDJob::SetName ( const QString &  a_name  ) 

Definition at line 46 of file dvdripbox.cpp.

Referenced by DVDRipBox::setOverallJobStatus().

void MTDJob::setActivity ( const QString &  an_act  ) 

Definition at line 56 of file dvdripbox.cpp.

Referenced by DVDRipBox::setSubJobStatus().

void MTDJob::setOverall ( double  a_number  )  [inline]

Definition at line 49 of file dvdripbox.h.

Referenced by DVDRipBox::setOverallJobStatus().

void MTDJob::setSubjob ( double  a_number  ) 

Definition at line 64 of file dvdripbox.cpp.

Referenced by DVDRipBox::setSubJobStatus().

void MTDJob::setCancelled ( bool  yes_or_no  )  [inline]

Definition at line 51 of file dvdripbox.h.

int MTDJob::getNumber (  )  [inline]

Definition at line 57 of file dvdripbox.h.

QString MTDJob::getName ( void   )  [inline]

Definition at line 58 of file dvdripbox.h.

Referenced by DVDRipBox::showCurrentJob().

QString MTDJob::getActivity (  )  [inline]

Definition at line 59 of file dvdripbox.h.

Referenced by DVDRipBox::showCurrentJob().

double MTDJob::getOverall (  )  [inline]

Definition at line 60 of file dvdripbox.h.

Referenced by DVDRipBox::showCurrentJob().

double MTDJob::getSubjob (  )  [inline]

Definition at line 61 of file dvdripbox.h.

Referenced by DVDRipBox::showCurrentJob().

void MTDJob::toggledCancelled (  )  [signal]

Referenced by SetName().


Member Data Documentation

int MTDJob::job_number [private]

Definition at line 69 of file dvdripbox.h.

Referenced by getNumber(), init(), and setNumber().

QString MTDJob::job_name [private]

Definition at line 70 of file dvdripbox.h.

Referenced by getName(), init(), MTDJob(), and SetName().

QString MTDJob::current_activity [private]

Definition at line 71 of file dvdripbox.h.

Referenced by getActivity(), init(), and setActivity().

double MTDJob::overall_progress [private]

Definition at line 72 of file dvdripbox.h.

Referenced by getOverall(), init(), and setOverall().

double MTDJob::subjob_progress [private]

Definition at line 73 of file dvdripbox.h.

Referenced by getSubjob(), init(), and setSubjob().

Definition at line 74 of file dvdripbox.h.

Referenced by init(), setActivity(), setCancelled(), SetName(), and setSubjob().


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

Generated on Sat Dec 18 05:16:06 2010 for MythTV by  doxygen 1.5.5