#include <musicinfo.h>
Public Methods | |
MusicInfo (KFileMetaInfo &metaInfo) | |
MusicInfo () | |
~MusicInfo () | |
bool | isNull () |
void | updateMetaInfo (KFileMetaInfo &metaInfo) |
Public Attributes | |
QString | title |
QString | artist |
QString | album |
int | track |
int | year |
QString | comment |
QString | lyrics |
|
Constructor from a KFileMetaInfo object |
|
|
|
|
|
Returns true if empty. |
|
Updates the metaInfo with info the object internal info.
|
|
Song title. |
|
Song general artist. |
|
Song album. |
|
Song track. |
|
Song year. |
|
Song comment. |
|
Song lyrics. |