Go to the source code of this file.
Classes | |
| class | MythDownloadManager |
Typedefs | |
| typedef enum MRequestType | MRequestType |
| typedef void(* | AuthCallback )(QNetworkReply *, QAuthenticator *, void *) |
Enumerations | |
| enum | MRequestType { kRequestGet, kRequestHead, kRequestPost } |
Functions | |
| void | ShutdownMythDownloadManager (void) |
| Deletes the running MythDownloadManager at program exit. | |
| MBASE_PUBLIC MythDownloadManager * | GetMythDownloadManager (void) |
| Gets the pointer to the MythDownloadManager singleton. | |
| typedef enum MRequestType MRequestType |
| typedef void(* AuthCallback)(QNetworkReply *, QAuthenticator *, void *) |
Definition at line 29 of file mythdownloadmanager.h.
| enum MRequestType |
Definition at line 23 of file mythdownloadmanager.h.
| void ShutdownMythDownloadManager | ( | void | ) |
Deletes the running MythDownloadManager at program exit.
Definition at line 148 of file mythdownloadmanager.cpp.
Referenced by GetMythDownloadManager(), and MythCoreContextPrivate::~MythCoreContextPrivate().
| MBASE_PUBLIC 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().
1.6.3