Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
This is the complete list of members for CVideoInfoDownloader, including all inherited members.
AbortableWait(CEvent &event, std::chrono::milliseconds duration=std::chrono::milliseconds(-1)) | CThread | inlineprotected |
CloseThread() | CVideoInfoDownloader | protected |
Create(bool bAutoDelete=false) | CThread | |
CThread(const char *ThreadName) | CThread | explicitprotected |
CThread(IRunnable *pRunnable, const char *ThreadName) | CThread | |
CVideoInfoDownloader(const ADDON::ScraperPtr &scraper) | CVideoInfoDownloader | explicit |
DO_NOTHING enum value | CVideoInfoDownloader | protected |
FIND_MOVIE enum value | CVideoInfoDownloader | protected |
FindMovie(const std::string &movieTitle, int movieYear, MOVIELIST &movielist, CGUIDialogProgress *pProgress=NULL) | CVideoInfoDownloader | |
GET_DETAILS enum value | CVideoInfoDownloader | protected |
GET_EPISODE_DETAILS enum value | CVideoInfoDownloader | protected |
GET_EPISODE_LIST enum value | CVideoInfoDownloader | protected |
GetArtwork(CVideoInfoTag &details) | CVideoInfoDownloader | |
GetCurrentThread() | CThread | static |
GetCurrentThreadId() | CThread | inlinestatic |
GetDetails(const std::unordered_map< std::string, std::string > &uniqueIDs, const CScraperUrl &url, CVideoInfoTag &movieDetails, CGUIDialogProgress *pProgress=NULL) | CVideoInfoDownloader | |
GetEpisodeDetails(const CScraperUrl &url, CVideoInfoTag &movieDetails, CGUIDialogProgress *pProgress=NULL) | CVideoInfoDownloader | |
GetEpisodeList(const CScraperUrl &url, KODI::VIDEO::EPISODELIST &details, CGUIDialogProgress *pProgress=NULL) | CVideoInfoDownloader | |
InternalFindMovie(const std::string &movieTitle, int movieYear, MOVIELIST &movielist, bool cleanChars=true) | CVideoInfoDownloader | protected |
IsAutoDelete() const | CThread | |
IsCurrentThread() const | CThread | |
IsRunning() const | CThread | |
Join(std::chrono::milliseconds duration) | CThread | |
LOOKUP_STATE enum name | CVideoInfoDownloader | protected |
m_bStop | CThread | protected |
m_episode | CVideoInfoDownloader | protected |
m_found | CVideoInfoDownloader | protected |
m_http | CVideoInfoDownloader | protected |
m_info | CVideoInfoDownloader | protected |
m_movieDetails | CVideoInfoDownloader | protected |
m_movieList | CVideoInfoDownloader | protected |
m_movieTitle | CVideoInfoDownloader | protected |
m_movieYear | CVideoInfoDownloader | protected |
m_state | CVideoInfoDownloader | protected |
m_uniqueIDs | CVideoInfoDownloader | protected |
m_url | CVideoInfoDownloader | protected |
OnException() | CThread | inlinevirtual |
OnExit() | CThread | inlineprotectedvirtual |
OnStartup() | CThread | inlineprotectedvirtual |
Process() override | CVideoInfoDownloader | protectedvirtual |
SetPriority(const ThreadPriority &priority) | CThread | |
ShowErrorDialog(const ADDON::CScraperError &sce) | CVideoInfoDownloader | static |
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 |
~CThread() | CThread | virtual |
~CVideoInfoDownloader() override | CVideoInfoDownloader |