11 #include "utils/ProgressJob.h" 12 #include "video/jobs/VideoLibraryJob.h" 24 const char *
GetType()
const override {
return "CVideoLibraryProgressJob"; }
25 bool operator==(
const CJob* job)
const override {
return false; }
bool DoWork() override
Main workhorse function of CJob instances.
Definition: VideoLibraryProgressJob.cpp:17
Base class for jobs that are executed asynchronously.
Definition: Job.h:109
Basic implementation/interface of a CJob which interacts with the video database. ...
Definition: VideoLibraryJob.h:19
const char * GetType() const override
Function that returns the type of job.
Definition: VideoLibraryProgressJob.h:24
Combined base implementation of a video library job with a progress bar.
Definition: VideoLibraryProgressJob.h:17
Definition: GUIDialogExtendedProgressBar.h:16
Basic implementation of a CJob with a progress bar to indicate the progress of the job being processe...
Definition: ProgressJob.h:22