#include <cMusic.h>
Public Member Functions | |
cMusic (void) | |
Constructor. | |
~cMusic (void) | |
Destructor. | |
void | Clear (void) |
Clear all data. | |
void | SetData (const string *sData) |
void | SetDate (const string sDate) |
void | SetArtist (const string sArtist) |
void | SetAlbum (const string sAlbum) |
void | SetGenre (const string sGenre) |
void | SetLanguage (const string sLanguage) |
void | SetSongs (const string sSongs) |
void | SetMd4 (const string sMd4) |
const string * | GetData (void) const |
const string | GetDate (void) const |
const string | GetArtist (void) const |
const string | GetAlbum (void) const |
const string | GetGenre (void) const |
const string | GetLanguage (void) const |
const string | GetSongs (void) const |
const string | GetMd4 (void) const |
Private Member Functions | |
void | SetDay (const string sDay) |
void | SetMonth (const string sMonth) |
void | SetYear (const string sYear) |
const string | GetDay (void) const |
const string | GetMonth (void) const |
const string | GetYear (void) const |
Private Attributes | |
string | m_pMusicData [NUM_OF_MUSIC_DATA] |
|
Constructor.
|
|
Destructor.
|
|
Clear all data.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|