Main Page | Modules | Class Hierarchy | Class List | File List | Class Members | File Members

Playlist Class Reference

#include <playlist.h>

List of all members.


Detailed Description

Playlist queue.

Playlist class serves the methods to add new files or urls, select them and such. It basically adds some few functionalities on top of the basic ones implemented by the Linklist parent class.

Definition at line 73 of file playlist.h.

Public Member Functions

char * addurl (const char *file)
 append a new url at the end of the playlist queue

char * addurl (const char *file, int pos)
 add a new url at a certain position of the playlist queue

char * song (int pos)
 return the url at a certain position of the playlist queue

char * selection ()
 return the currently selected url in the playlist queue

void cleanup ()
 cleanup and release all playlist queue


Member Function Documentation

char * Playlist::song int  pos  ) 
 

return the url at a certain position of the playlist queue

Parameters:
pos position in playlist (starts from 1)
Returns:
string pointer to the playlist url at pos

Definition at line 117 of file playlist.cpp.


The documentation for this class was generated from the following files:
Generated on Mon Apr 25 12:22:41 2005 for MuSE by doxygen 1.3.4