Main Page   Alphabetical List   Compound List   File List   Compound Members   File Members  

SongInfo Class Reference

SongInfo class for storing song information. More...

#include <playlist.h>

List of all members.

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...


Detailed Description

SongInfo class for storing song information.

Author:
ing. A.E. van Putten
Date:
01-01-2004


Constructor & Destructor Documentation

SongInfo void    [inline]
 

Creates an instance of this class.


Member Function Documentation

void clear unsigned    index [inline]
 

Cleares the information contained in the class.

QString getSongLength void    [inline]
 

Returns the length of the song as formated time.


Member Data Documentation

QString album
 

the album.

QString artist
 

the artist.

QString filename
 

the filename.

unsigned songIndex
 

the index in the playlists.

int songLength
 

the songlength as unformated time in seconds.

QString title
 

the title.


The documentation for this class was generated from the following file:
Generated on Thu Mar 11 21:57:52 2004 for Music Playing Daemon client by doxygen1.2.15