Go to the source code of this file.
Classes | |
| class | MythDownloadInfo |
| class | MythCookieJar |
| A subclassed QNetworkCookieJar that allows for reading and writing cookie files that contain raw formatted cookies and copying the cookie jar to share between threads. More... | |
| class | RemoteFileDownloadThread |
Functions | |
| void | ShutdownMythDownloadManager (void) |
| Deletes the running MythDownloadManager at program exit. | |
| MythDownloadManager * | GetMythDownloadManager (void) |
| Gets the pointer to the MythDownloadManager singleton. | |
Variables | |
| MythDownloadManager * | downloadManager = NULL |
| QMutex | dmCreateLock |
| void ShutdownMythDownloadManager | ( | void | ) |
Deletes the running MythDownloadManager at program exit.
Definition at line 148 of file mythdownloadmanager.cpp.
Referenced by GetMythDownloadManager(), and MythCoreContextPrivate::~MythCoreContextPrivate().
| MythDownloadManager* GetMythDownloadManager | ( | void | ) |
Gets the pointer to the MythDownloadManager singleton.
Definition at line 160 of file mythdownloadmanager.cpp.
Referenced by DecoderHandler::createPlaylistFromRemoteUrl(), ThemeChooser::customEvent(), DataDirectProcessor::DDPost(), DestroyNetworkAccessManager(), MythWebView::doDownload(), Content::DownloadFile(), downloadURL(), Metadata::getAlbumArtFile(), GetNetworkAccessManager(), DataDirectProcessor::GrabNextSuggestedTime(), ChannelData::handleChannels(), MainServer::HandleDownloadFile(), FileServerHandler::HandleDownloadFile(), ThemeChooser::Load(), MythImage::Load(), MythUIHelper::LoadCacheImage(), MythUIHelper::LoadScaleImage(), MythImageReader::MythImageReader(), ThemeInfo::parseThemeInfo(), DataDirectProcessor::Post(), HttpConfig::ProcessRequest(), Cddb::Query(), Cddb::Read(), MetadataImageDownload::run(), ThemeChooser::saveAndReload(), and HouseKeeper::UpdateThemeChooserInfoCache().
| MythDownloadManager* downloadManager = NULL |
Definition at line 35 of file mythdownloadmanager.cpp.
| QMutex dmCreateLock |
Definition at line 36 of file mythdownloadmanager.cpp.
Referenced by GetMythDownloadManager().
1.6.3