![]() |
Sayonara Player
|
The ImportCache class. More...
#include <ImportCache.h>
Public Member Functions | |
ImportCache (const QString &library_path) | |
ImportCache (const ImportCache &other) | |
ImportCache & | operator= (const ImportCache &other) |
void | clear () |
void | add_soundfile (const MetaData &md) |
void | add_standard_file (const QString &filename) |
void | add_standard_file (const QString &filename, const QString &parent_dir) |
QStringList | files () const |
MetaDataList | soundfiles () const |
QString | target_filename (const QString &src_filename, const QString &target_directory) const |
MetaData | metadata (const QString &filename) const |
void | change_metadata (const MetaDataList &v_md_old, const MetaDataList &v_md_new) |
The ImportCache class.