#include <playlist.h>
Public Methods | |
SongInfo (void) | |
Creates an instance of this class. More... | |
void | clear (unsigned index) |
Cleares the information contained in the class. More... | |
QString | getSongLength (void) |
Returns the length of the song as formated time. More... | |
Public Attributes | |
QString | filename |
the filename. More... | |
QString | artist |
the artist. More... | |
QString | album |
the album. More... | |
QString | title |
the title. More... | |
int | songLength |
the songlength as unformated time in seconds. More... | |
unsigned | songIndex |
the index in the playlists. More... |
|
Creates an instance of this class.
|
|
Cleares the information contained in the class.
|
|
Returns the length of the song as formated time.
|
|
the album.
|
|
the artist.
|
|
the filename.
|
|
the index in the playlists.
|
|
the songlength as unformated time in seconds.
|
|
the title.
|