◆ CDirectoryJob()
◆ ~CDirectoryJob()
CDirectoryJob::~CDirectoryJob |
( |
| ) |
|
|
overridedefault |
◆ DoWork()
bool CDirectoryJob::DoWork |
( |
| ) |
|
|
inlineoverridevirtual |
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.
◆ GetItems()
◆ GetItemTypes()
◆ GetTarget()
const std::string & CDirectoryJob::GetTarget |
( |
| ) |
const |
|
inline |
◆ getThumbLoader()
◆ GetType()
const char * CDirectoryJob::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.
◆ initThumbLoader()
template<class CThumbLoaderClass >
◆ operator==()
bool CDirectoryJob::operator== |
( |
const CJob * | job | ) |
const |
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: