|
Sayonara Player
|
The ImportCache class. More...
#include <ImportCache.h>
Public Member Functions | |
| ImportCache (const QString &libraryPath) | |
| ImportCache (const ImportCache &other) | |
| ImportCache & | operator= (const ImportCache &other) |
| void | clear () |
| void | addFile (const QString &filename) |
| void | addFile (const QString &filename, const QString &parentDirectory) |
| QStringList | files () const |
| MetaDataList | soundfiles () const |
| int | count () const |
| int | soundFileCount () const |
| QString | targetFilename (const QString &srcFilename, const QString &targetDirectory) const |
| MetaData | metadata (const QString &filename) const |
| void | changeMetadata (const QList< QPair< MetaData, MetaData > > &changedTracks) |
The ImportCache class.