MythTV
master
|
#include <QString>
#include <QStringList>
#include <QMutex>
#include "mthread.h"
#include "mythmetaexp.h"
#include "metadatacommon.h"
Go to the source code of this file.
Classes | |
struct | ThumbnailData |
class | ImageDLEvent |
class | ImageDLFailureEvent |
class | ThumbnailDLEvent |
class | MetadataImageDownload |
Functions | |
META_PUBLIC QString | getDownloadFilename (QString title, QString url) |
META_PUBLIC QString | getDownloadFilename (VideoArtworkType type, MetadataLookup *lookup, QString url) |
META_PUBLIC QString | getLocalWritePath (MetadataType metadatatype, VideoArtworkType type) |
META_PUBLIC QString | getStorageGroupURL (VideoArtworkType type, QString host) |
META_PUBLIC QString | getLocalStorageGroupPath (VideoArtworkType type, QString host) |
META_PUBLIC QString | getStorageGroupName (VideoArtworkType type) |
META_PUBLIC void | cleanThumbnailCacheDir (void) |
META_PUBLIC QString getDownloadFilename | ( | QString | title, |
QString | url | ||
) |
Definition at line 340 of file metadataimagedownload.cpp.
Referenced by ImageSearchResultsDialog::Create(), MetadataResultsDialog::Create(), MetadataImageDownload::run(), NetTree::UpdateItem(), and NetTree::UpdateResultItem().
META_PUBLIC QString getDownloadFilename | ( | VideoArtworkType | type, |
MetadataLookup * | lookup, | ||
QString | url | ||
) |
Definition at line 369 of file metadataimagedownload.cpp.
META_PUBLIC QString getLocalWritePath | ( | MetadataType | metadatatype, |
VideoArtworkType | type | ||
) |
Definition at line 430 of file metadataimagedownload.cpp.
Referenced by MetadataImageDownload::run().
META_PUBLIC QString getStorageGroupURL | ( | VideoArtworkType | type, |
QString | host | ||
) |
Definition at line 461 of file metadataimagedownload.cpp.
Referenced by MetadataImageDownload::run().
META_PUBLIC QString getLocalStorageGroupPath | ( | VideoArtworkType | type, |
QString | host | ||
) |
Definition at line 469 of file metadataimagedownload.cpp.
Referenced by MetadataImageDownload::run().
META_PUBLIC QString getStorageGroupName | ( | VideoArtworkType | type | ) |
Definition at line 480 of file metadataimagedownload.cpp.
Referenced by getLocalStorageGroupPath(), getStorageGroupURL(), and MetadataImageDownload::run().
META_PUBLIC void cleanThumbnailCacheDir | ( | void | ) |
Definition at line 497 of file metadataimagedownload.cpp.
Referenced by NetBase::~NetBase().