#include <PVRJobs.h>
|
| CPVREventlogJob ()=default |
|
| CPVREventlogJob (bool bNotifyUser, bool bError, const std::string &label, const std::string &msg, const std::string &icon) |
|
| ~CPVREventlogJob () override=default |
|
const char * | GetType () const override |
| Function that returns the type of job. More...
|
|
void | AddEvent (bool bNotifyUser, bool bError, const std::string &label, const std::string &msg, const std::string &icon) |
|
bool | DoWork () override |
| Main workhorse function of CJob instances. More...
|
|
| CJob () |
|
virtual | ~CJob ()=default |
| Destructor for job objects. More...
|
|
virtual bool | operator== (const CJob *job) const |
|
virtual bool | ShouldCancel (unsigned int progress, unsigned int total) const |
| Function for longer jobs to report progress and check whether they have been cancelled. More...
|
|
§ CPVREventlogJob() [1/2]
PVR::CPVREventlogJob::CPVREventlogJob |
( |
| ) |
|
|
default |
§ CPVREventlogJob() [2/2]
PVR::CPVREventlogJob::CPVREventlogJob |
( |
bool |
bNotifyUser, |
|
|
bool |
bError, |
|
|
const std::string & |
label, |
|
|
const std::string & |
msg, |
|
|
const std::string & |
icon |
|
) |
| |
§ ~CPVREventlogJob()
PVR::CPVREventlogJob::~CPVREventlogJob |
( |
| ) |
|
|
overridedefault |
§ AddEvent()
void PVR::CPVREventlogJob::AddEvent |
( |
bool |
bNotifyUser, |
|
|
bool |
bError, |
|
|
const std::string & |
label, |
|
|
const std::string & |
msg, |
|
|
const std::string & |
icon |
|
) |
| |
§ DoWork()
bool PVR::CPVREventlogJob::DoWork |
( |
| ) |
|
|
overridevirtual |
Main workhorse function of CJob instances.
All CJob subclasses must implement this function, performing all processing. Once this function is complete, the OnJobComplete() callback is called, and the job is then destroyed.
- See also
- CJobManager, IJobCallback::OnJobComplete()
Implements CJob.
§ GetType()
const char* PVR::CPVREventlogJob::GetType |
( |
| ) |
const |
|
inlineoverridevirtual |
Function that returns the type of job.
CJob subclasses may optionally implement this function to specify the type of job. This is useful for the CJobManager::AddLIFOJob() routine, which preempts similar jobs with the new job.
- Returns
- a unique character string describing the job.
- See also
- CJobManager
Reimplemented from CJob.
The documentation for this class was generated from the following files: