Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
This is the complete list of members for CProgressJob, including all inherited members.
CJob() | CJob | inline |
CProgressJob() | CProgressJob | protected |
CProgressJob(CGUIDialogProgressBarHandle *progressBar) | CProgressJob | explicitprotected |
DoModal() | CProgressJob | |
DoWork()=0 | CJob | pure virtual |
GetAutoClose() | CProgressJob | inlineprotected |
GetProgressBar() const | CProgressJob | inlineprotected |
GetProgressDialog() const | CProgressJob | inlineprotected |
GetType() const override | CProgressJob | inlinevirtual |
GetUpdateInformation() | CProgressJob | inlineprotected |
GetUpdateProgress() | CProgressJob | inlineprotected |
HasProgressIndicator() const | CProgressJob | |
IsCancelled() const | CProgressJob | protected |
IsModal() const | CProgressJob | inlineprotected |
MarkFinished() | CProgressJob | protected |
operator==(const CJob *job) const override | CProgressJob | inlinevirtual |
PRIORITY enum name | CJob | |
PRIORITY_DEDICATED enum value | CJob | |
PRIORITY_HIGH enum value | CJob | |
PRIORITY_LOW enum value | CJob | |
PRIORITY_LOW_PAUSABLE enum value | CJob | |
PRIORITY_NORMAL enum value | CJob | |
SetAutoClose(bool autoClose) | CProgressJob | inlineprotected |
SetProgress(float percentage) const | CProgressJob | protected |
SetProgress(int currentStep, int totalSteps) const | CProgressJob | protected |
SetProgressBar(CGUIDialogProgressBarHandle *progress) | CProgressJob | inlineprotected |
SetProgressDialog(CGUIDialogProgress *progressDialog) | CProgressJob | inlineprotected |
SetProgressIndicators(CGUIDialogProgressBarHandle *progressBar, CGUIDialogProgress *progressDialog, bool updateProgress=true, bool updateInformation=true) | CProgressJob | |
SetText(const std::string &text) | CProgressJob | protected |
SetTitle(const std::string &title) | CProgressJob | protected |
SetUpdateInformation(bool updateInformation) | CProgressJob | inlineprotected |
SetUpdateProgress(bool updateProgress) | CProgressJob | inlineprotected |
ShouldCancel(unsigned int progress, unsigned int total) const override | CProgressJob | virtual |
ShowProgressDialog() const | CProgressJob | protected |
~CJob()=default | CJob | virtual |
~CProgressJob() override | CProgressJob |