|
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 void cleanThumbnailCacheDir | ( | void | ) |
Definition at line 504 of file metadataimagedownload.cpp.
Referenced by NetBase::~NetBase().
| META_PUBLIC QString getDownloadFilename | ( | const QString & | title, |
| const QString & | url | ||
| ) |
Definition at line 339 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, | ||
| const QString & | url | ||
| ) |
Definition at line 373 of file metadataimagedownload.cpp.
| META_PUBLIC QString getLocalStorageGroupPath | ( | VideoArtworkType | type, |
| const QString & | host | ||
| ) |
Definition at line 476 of file metadataimagedownload.cpp.
Referenced by MetadataImageDownload::run().
| META_PUBLIC QString getLocalWritePath | ( | MetadataType | metadatatype, |
| VideoArtworkType | type | ||
| ) |
Definition at line 437 of file metadataimagedownload.cpp.
Referenced by MetadataImageDownload::run().
| META_PUBLIC QString getStorageGroupName | ( | VideoArtworkType | type | ) |
Definition at line 487 of file metadataimagedownload.cpp.
Referenced by getLocalStorageGroupPath(), getStorageGroupURL(), and MetadataImageDownload::run().
| META_PUBLIC QString getStorageGroupURL | ( | VideoArtworkType | type, |
| const QString & | host | ||
| ) |
Definition at line 468 of file metadataimagedownload.cpp.
Referenced by MetadataImageDownload::run().