#include <CDataStructures.h>
Inheritance diagram for CUserPlayLists::
Public Methods | |
CUserPlayLists (void) | |
~CUserPlayLists (void) | |
CPlayList * | getItem (void) |
Returns the internal pointer. More... | |
CPlayList * | getItem (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) |
|
|
|
|
|
|
|
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. |
|
Returns the internal pointer.
Reimplemented from CList. |
|
|
|
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 |
|
|
|
|