|
MythTV
0.26-pre
|
Public Member Functions | |
| MythDownloadInfo () | |
| ~MythDownloadInfo () | |
| void | detach (void) |
Public Attributes | |
| QString | m_url |
| QUrl | m_redirectedTo |
| QNetworkRequest * | m_request |
| QNetworkReply * | m_reply |
| QString | m_outFile |
| QByteArray * | m_data |
| QByteArray | m_privData |
| QObject * | m_caller |
| MRequestType | m_requestType |
| bool | m_reload |
| bool | m_preferCache |
| bool | m_syncMode |
| bool | m_processReply |
| bool | m_done |
| qint64 | m_bytesReceived |
| qint64 | m_bytesTotal |
| QDateTime | m_lastStat |
| AuthCallback | m_authCallback |
| void * | m_authArg |
| const QByteArray * | m_header |
| const QByteArray * | m_headerVal |
| QNetworkReply::NetworkError | m_errorCode |
Definition at line 41 of file mythdownloadmanager.cpp.
| MythDownloadInfo::MythDownloadInfo | ( | ) | [inline] |
Definition at line 44 of file mythdownloadmanager.cpp.
| MythDownloadInfo::~MythDownloadInfo | ( | ) | [inline] |
Definition at line 57 of file mythdownloadmanager.cpp.
| void MythDownloadInfo::detach | ( | void | ) | [inline] |
Definition at line 65 of file mythdownloadmanager.cpp.
Referenced by detach(), and MythDownloadManager::queueItem().
| QString MythDownloadInfo::m_url |
Definition at line 71 of file mythdownloadmanager.cpp.
Referenced by MythDownloadManager::cancelDownload(), MythDownloadManager::download(), MythDownloadManager::downloadNow(), MythDownloadManager::downloadProgress(), MythDownloadManager::downloadQNetworkRequest(), MythDownloadManager::GetLastModified(), MythDownloadManager::processItem(), MythDownloadManager::queueItem(), and MythDownloadManager::run().
Definition at line 72 of file mythdownloadmanager.cpp.
Referenced by MythDownloadManager::downloadFinished().
| QNetworkRequest* MythDownloadInfo::m_request |
Definition at line 73 of file mythdownloadmanager.cpp.
Referenced by MythDownloadManager::downloadQNetworkRequest(), MythDownloadManager::processItem(), and MythDownloadManager::queueItem().
| QNetworkReply* MythDownloadInfo::m_reply |
Definition at line 74 of file mythdownloadmanager.cpp.
Referenced by MythDownloadManager::cancelDownload(), MythDownloadManager::download(), MythDownloadManager::downloadFinished(), MythDownloadManager::downloadNow(), MythDownloadManager::downloadQNetworkRequest(), and MythDownloadManager::GetLastModified().
| QString MythDownloadInfo::m_outFile |
Definition at line 75 of file mythdownloadmanager.cpp.
Referenced by MythDownloadManager::downloadProgress(), MythDownloadManager::processItem(), MythDownloadManager::queueItem(), and MythDownloadManager::removeListener().
| QByteArray* MythDownloadInfo::m_data |
Definition at line 76 of file mythdownloadmanager.cpp.
Referenced by MythDownloadManager::downloadNow(), MythDownloadManager::downloadProgress(), MythDownloadManager::downloadQNetworkRequest(), MythDownloadManager::processItem(), MythDownloadManager::queueItem(), and MythDownloadManager::removeListener().
| QByteArray MythDownloadInfo::m_privData |
Definition at line 77 of file mythdownloadmanager.cpp.
| QObject* MythDownloadInfo::m_caller |
Definition at line 78 of file mythdownloadmanager.cpp.
Referenced by MythDownloadManager::downloadProgress(), MythDownloadManager::queueItem(), and MythDownloadManager::removeListener().
Definition at line 79 of file mythdownloadmanager.cpp.
Referenced by MythDownloadManager::downloadQNetworkRequest(), MythDownloadManager::GetLastModified(), MythDownloadManager::processItem(), and MythDownloadManager::queueItem().
Definition at line 80 of file mythdownloadmanager.cpp.
Referenced by MythDownloadManager::download(), MythDownloadManager::downloadQNetworkRequest(), MythDownloadManager::processItem(), and MythDownloadManager::queueItem().
Definition at line 81 of file mythdownloadmanager.cpp.
Referenced by MythDownloadManager::downloadQNetworkRequest().
Definition at line 82 of file mythdownloadmanager.cpp.
Referenced by MythDownloadManager::download(), MythDownloadManager::downloadNow(), MythDownloadManager::downloadProgress(), MythDownloadManager::GetLastModified(), and MythDownloadManager::processItem().
Definition at line 83 of file mythdownloadmanager.cpp.
Referenced by MythDownloadManager::download().
Definition at line 84 of file mythdownloadmanager.cpp.
Referenced by MythDownloadManager::downloadNow().
Definition at line 85 of file mythdownloadmanager.cpp.
Referenced by MythDownloadManager::downloadProgress().
Definition at line 86 of file mythdownloadmanager.cpp.
Referenced by MythDownloadManager::downloadProgress().
| QDateTime MythDownloadInfo::m_lastStat |
Definition at line 87 of file mythdownloadmanager.cpp.
Referenced by MythDownloadManager::downloadNow(), and MythDownloadManager::downloadProgress().
Definition at line 88 of file mythdownloadmanager.cpp.
Referenced by MythDownloadManager::authCallback(), MythDownloadManager::downloadQNetworkRequest(), and MythDownloadManager::processItem().
Definition at line 89 of file mythdownloadmanager.cpp.
Referenced by MythDownloadManager::authCallback(), and MythDownloadManager::processItem().
| const QByteArray* MythDownloadInfo::m_header |
Definition at line 90 of file mythdownloadmanager.cpp.
Referenced by MythDownloadManager::downloadQNetworkRequest(), and MythDownloadManager::processItem().
| const QByteArray* MythDownloadInfo::m_headerVal |
Definition at line 91 of file mythdownloadmanager.cpp.
Referenced by MythDownloadManager::downloadQNetworkRequest(), and MythDownloadManager::processItem().
| QNetworkReply::NetworkError MythDownloadInfo::m_errorCode |
Definition at line 93 of file mythdownloadmanager.cpp.
Referenced by MythDownloadManager::downloadError(), and MythDownloadManager::downloadNow().
1.7.6.1