|
Kodi Docs 20.0
Kodi is an open source media player and entertainment hub.
|
This is the complete list of members for CGUIDialogCache, including all inherited members.
| AbortableWait(CEvent &event, std::chrono::milliseconds duration=std::chrono::milliseconds(-1)) | CThread | inlineprotected |
| bSentCancel | CGUIDialogCache | protected |
| CGUIDialogCache(DWORD dwDelay=0, const std::string &strHeader="", const std::string &strMsg="") | CGUIDialogCache | |
| Close(bool bForceClose=false) | CGUIDialogCache | |
| Create(bool bAutoDelete=false) | CThread | |
| CThread(const char *ThreadName) | CThread | explicitprotected |
| CThread(IRunnable *pRunnable, const char *ThreadName) | CThread | |
| GetCurrentThread() | CThread | static |
| GetCurrentThreadId() | CThread | inlinestatic |
| GetCurrentThreadNativeHandle() | CThread | static |
| GetCurrentThreadNativeId() | CThread | static |
| GetMaxPriority(void) | CThread | static |
| GetMinPriority(void) | CThread | static |
| GetNormalPriority(void) | CThread | static |
| GetPriority(void) | CThread | |
| IsAutoDelete() const | CThread | |
| IsCanceled() const | CGUIDialogCache | |
| IsCurrentThread() const | CThread | |
| IsRunning() const | CThread | |
| Join(std::chrono::milliseconds duration) | CThread | |
| m_bStop | CThread | protected |
| m_endtime | CGUIDialogCache | protected |
| m_pDlg | CGUIDialogCache | protected |
| m_strHeader | CGUIDialogCache | protected |
| m_strLinePrev | CGUIDialogCache | protected |
| m_strLinePrev2 | CGUIDialogCache | protected |
| OnException() | CThread | inlinevirtual |
| OnExit() | CThread | inlineprotectedvirtual |
| OnFileCallback(void *pContext, int ipercent, float avgSpeed) override | CGUIDialogCache | virtual |
| OnStartup() | CThread | inlineprotectedvirtual |
| OpenDialog() | CGUIDialogCache | protected |
| Process() override | CGUIDialogCache | virtual |
| SetHeader(const std::string &strHeader) | CGUIDialogCache | |
| SetHeader(int nHeader) | CGUIDialogCache | |
| SetMessage(const std::string &strMessage) | CGUIDialogCache | |
| SetPercentage(int iPercentage) | CGUIDialogCache | |
| SetPriority(const int iPriority) | CThread | |
| ShowProgressBar(bool bOnOff) | CGUIDialogCache | |
| Sleep(std::chrono::duration< Rep, Period > duration) | CThread | inline |
| StopThread(bool bWait=true) | CThread | virtual |
| WAIT_INTERRUPTED enum value | CThread | protected |
| WAIT_SIGNALED enum value | CThread | protected |
| WAIT_TIMEDOUT enum value | CThread | protected |
| WaitResponse enum name | CThread | protected |
| ~CGUIDialogCache() override | CGUIDialogCache | |
| ~CThread() | CThread | virtual |
| ~IFileCallback()=default | XFILE::IFileCallback | virtual |