oopapidocs  2.0
Phonon::MetaDataLoader Class Reference

class that loads metadata tags via the PhononItem class. More...

#include <metadataloader.h>

Inheritance diagram for Phonon::MetaDataLoader:
Collaboration diagram for Phonon::MetaDataLoader:

List of all members.

Public Slots

void cancel ()
 Call this is you want to stop fetching metadata.

Public Member Functions

MetaDataLoaderclone (QObject *parent=0)
 Returns another instance of the same type.
void get (QString path)
const QStringList & supportedExtensions ()

Static Public Member Functions

static MetaDataLoaderinstance ()

Detailed Description

class that loads metadata tags via the PhononItem class.

For mp3s, this only works on non-windows platforms due to phonon limitations.

It is suggested you try some of the drop-in replacements for MetaDataLoader found in the ../filetagger and ../mobilitymetadata

Definition at line 23 of file metadataloader.h.


Member Function Documentation

void MetaDataLoader::get ( QString  path) [virtual]
Returns:
immediately and signals later when the metadata is actually ready.

Implements Abstract::MetaDataLoader.

Definition at line 55 of file metadataloader.cpp.

Returns:
a singleton instance

Reimplemented from Abstract::MetaDataLoader.

Definition at line 16 of file metadataloader.cpp.

const QStringList & MetaDataLoader::supportedExtensions ( ) [virtual]
Returns:
list of supported file extensions for this program

Implements Abstract::MetaDataLoader.

Definition at line 87 of file metadataloader.cpp.


The documentation for this class was generated from the following files:
 All Classes Namespaces Functions Enumerations