#include <metadatamodel.h>
Inherits QObject.
The MetaDataModel is the base interface class of metadata access.
- Author
- Ilya Kotov forko.nosp@m.tov0.nosp@m.2@ya..nosp@m.ru
◆ MetaDataModel()
◆ ~MetaDataModel()
◆ audioProperties()
virtual QHash<QString, QString> audioProperties |
( |
| ) |
|
|
virtual |
Returns an associative array of the audio properties. Subclass should reimplement this function. Default implementation returns empty array.
◆ cover()
virtual QPixmap cover |
( |
| ) |
|
|
virtual |
Returns cover pixmap. Subclass should reimplement this function. Default implementation returns empty pixmap.
◆ coverPath()
virtual QString coverPath |
( |
| ) |
|
|
virtual |
Returns path to cover pixmap.
◆ descriptions()
virtual QHash<QString, QString> descriptions |
( |
| ) |
|
|
virtual |
Returns an associative array of the long descriptions. Subclass should reimplement this function. Default implementation returns empty array.
◆ tags()
Returns a list of available tags. Subclass should reimplement this function. Default implementation returns empty array.
The documentation for this class was generated from the following file: