Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

CUserPlayLists Class Reference

Linked list of playlists, sorted by playlist name. Provides usual loading and saving of all data via a string. More...

#include <CDataStructures.h>

Inheritance diagram for CUserPlayLists::

CList List of all members.

Public Methods

 CUserPlayLists (void)
 ~CUserPlayLists (void)
CPlayListgetItem (void)
 Returns the internal pointer. More...

CPlayListgetItem (int number)
 Returns the item that is in position number, where the head is 1. More...

void insertItem (CPlayList *list)
 Inserts user play list in order of play list name. More...

void inputData (string inputdata)
string outputData (void)

Protected Methods

void deleteMp3TrackFromAllLists (string filename)

Friends

void CPlayList::deleteItem (CMp3Track *mp3)

Detailed Description

Linked list of playlists, sorted by playlist name. Provides usual loading and saving of all data via a string.


Constructor & Destructor Documentation

CUserPlayLists::CUserPlayLists void   
 

CUserPlayLists::~CUserPlayLists void   
 


Member Function Documentation

void CUserPlayLists::deleteMp3TrackFromAllLists string    filename [protected]
 

CPlayList * CUserPlayLists::getItem int    number
 

Returns the item that is in position number, where the head is 1.

Returns NULL if the number is out of range for the list.

Reimplemented from CList.

CPlayList * CUserPlayLists::getItem void   
 

Returns the internal pointer.

Reimplemented from CList.

void CUserPlayLists::inputData string    inputdata
 

void CUserPlayLists::insertItem CPlayList   list
 

Inserts user play list in order of play list name.

Use only this to insert lists into user play list The lists will be sorted by their play list name

string CUserPlayLists::outputData void   
 


Friends And Related Function Documentation

void CPlayList::deleteItem CMp3Track   mp3 [friend]
 


The documentation for this class was generated from the following files:
Generated on Thu Dec 6 00:14:58 2001 for Dijinni by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001