|
MythTV master
|
#include <utility>#include "metadatacommon.h"#include "metadataimagedownload.h"#include "metadatadownload.h"#include "videoscan.h"#include "mythmetaexp.h"Go to the source code of this file.
Classes | |
| class | MetadataFactoryMultiResult |
| class | MetadataFactorySingleResult |
| class | MetadataFactoryNoResult |
| class | MetadataFactoryVideoChanges |
| class | MetadataFactory |
Functions | |
| META_PUBLIC LookupType | GuessLookupType (ProgramInfo *pginfo) |
| META_PUBLIC LookupType | GuessLookupType (MetadataLookup *lookup) |
| META_PUBLIC LookupType | GuessLookupType (VideoMetadata *metadata) |
| META_PUBLIC LookupType | GuessLookupType (RecordingRule *recrule) |
| META_PUBLIC LookupType | GuessLookupType (const QString &inetref) |
| META_PUBLIC LookupType GuessLookupType | ( | const QString & | inetref | ) |
Definition at line 757 of file metadatafactory.cpp.
| META_PUBLIC LookupType GuessLookupType | ( | MetadataLookup * | lookup | ) |
Definition at line 707 of file metadatafactory.cpp.
| META_PUBLIC LookupType GuessLookupType | ( | ProgramInfo * | pginfo | ) |
Definition at line 645 of file metadatafactory.cpp.
Referenced by MetadataOptions::CreateLookup(), GuessLookupType(), LookerUpper::HandleAllArtwork(), MetadataFactory::Lookup(), EditMetadataDialog::OnSearchListSelection(), RecMetadataEdit::PerformQuery(), MetadataDownload::run(), and MetadataFactory::SynchronousLookup().
| META_PUBLIC LookupType GuessLookupType | ( | RecordingRule * | recrule | ) |
Definition at line 739 of file metadatafactory.cpp.
| META_PUBLIC LookupType GuessLookupType | ( | VideoMetadata * | metadata | ) |
Definition at line 723 of file metadatafactory.cpp.