MythTV
master
|
#include <QCoreApplication>
#include <QDir>
#include <QEvent>
#include <QFileInfo>
#include <QImage>
#include <utility>
#include "libmythbase/mythcorecontext.h"
#include "libmythbase/mythdate.h"
#include "libmythbase/mythdirs.h"
#include "libmythbase/mythdownloadmanager.h"
#include "libmythbase/mythlogging.h"
#include "libmythbase/remotefile.h"
#include "libmythbase/storagegroup.h"
#include "libmythui/mythuihelper.h"
#include "metadataimagedownload.h"
Go to the source code of this file.
Functions | |
QString | getDownloadFilename (const QString &title, const QString &url) |
QString | getDownloadFilename (VideoArtworkType type, MetadataLookup *lookup, const QString &url) |
QString | getLocalWritePath (MetadataType metadatatype, VideoArtworkType type) |
QString | getStorageGroupURL (VideoArtworkType type, const QString &host) |
QString | getLocalStorageGroupPath (VideoArtworkType type, const QString &host) |
QString | getStorageGroupName (VideoArtworkType type) |
void | cleanThumbnailCacheDir () |
QString getDownloadFilename | ( | const QString & | title, |
const QString & | url | ||
) |
Definition at line 341 of file metadataimagedownload.cpp.
Referenced by MetadataResultsDialog::Create(), ImageSearchResultsDialog::Create(), MetadataImageDownload::run(), NetTree::UpdateItem(), and NetTree::UpdateResultItem().
QString getDownloadFilename | ( | VideoArtworkType | type, |
MetadataLookup * | lookup, | ||
const QString & | url | ||
) |
Definition at line 375 of file metadataimagedownload.cpp.
QString getLocalWritePath | ( | MetadataType | metadatatype, |
VideoArtworkType | type | ||
) |
Definition at line 439 of file metadataimagedownload.cpp.
Referenced by MetadataImageDownload::run().
QString getStorageGroupURL | ( | VideoArtworkType | type, |
const QString & | host | ||
) |
Definition at line 470 of file metadataimagedownload.cpp.
Referenced by MetadataImageDownload::run().
QString getLocalStorageGroupPath | ( | VideoArtworkType | type, |
const QString & | host | ||
) |
Definition at line 478 of file metadataimagedownload.cpp.
Referenced by MetadataImageDownload::run().
QString getStorageGroupName | ( | VideoArtworkType | type | ) |
Definition at line 489 of file metadataimagedownload.cpp.
Referenced by getLocalStorageGroupPath(), getStorageGroupURL(), and MetadataImageDownload::run().
void cleanThumbnailCacheDir | ( | ) |
Definition at line 506 of file metadataimagedownload.cpp.
Referenced by NetBase::~NetBase().