MythTV
master
|
#include <QString>
#include <QStringList>
#include <QMutex>
#include "libmythbase/mthread.h"
#include "libmythmetadata/mythmetaexp.h"
#include "libmythmetadata/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 (const QString &title, const QString &url) |
META_PUBLIC QString | getDownloadFilename (VideoArtworkType type, MetadataLookup *lookup, const QString &url) |
META_PUBLIC QString | getLocalWritePath (MetadataType metadatatype, VideoArtworkType type) |
META_PUBLIC QString | getStorageGroupURL (VideoArtworkType type, const QString &host) |
META_PUBLIC QString | getLocalStorageGroupPath (VideoArtworkType type, const QString &host) |
META_PUBLIC QString | getStorageGroupName (VideoArtworkType type) |
META_PUBLIC void | cleanThumbnailCacheDir (void) |
META_PUBLIC 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().
META_PUBLIC QString getDownloadFilename | ( | VideoArtworkType | type, |
MetadataLookup * | lookup, | ||
const QString & | url | ||
) |
Definition at line 375 of file metadataimagedownload.cpp.
META_PUBLIC QString getLocalWritePath | ( | MetadataType | metadatatype, |
VideoArtworkType | type | ||
) |
Definition at line 439 of file metadataimagedownload.cpp.
Referenced by MetadataImageDownload::run().
META_PUBLIC QString getStorageGroupURL | ( | VideoArtworkType | type, |
const QString & | host | ||
) |
Definition at line 470 of file metadataimagedownload.cpp.
Referenced by MetadataImageDownload::run().
META_PUBLIC QString getLocalStorageGroupPath | ( | VideoArtworkType | type, |
const QString & | host | ||
) |
Definition at line 478 of file metadataimagedownload.cpp.
Referenced by MetadataImageDownload::run().
META_PUBLIC QString getStorageGroupName | ( | VideoArtworkType | type | ) |
Definition at line 489 of file metadataimagedownload.cpp.
Referenced by getLocalStorageGroupPath(), getStorageGroupURL(), and MetadataImageDownload::run().
META_PUBLIC void cleanThumbnailCacheDir | ( | void | ) |
Definition at line 506 of file metadataimagedownload.cpp.
Referenced by NetBase::~NetBase().