Public Member Functions | |
CPlaylist () | |
virtual | ~CPlaylist () |
void | RemoveAll () |
bool | RemoveAt (POSITION pos) |
void | SortById () |
void | SortByName () |
void | SortByPath () |
void | Randomize () |
POSITION | GetPos () |
void | SetPos (POSITION pos) |
CPlaylistItem & | GetNextWrap (POSITION &pos) |
CPlaylistItem & | GetPrevWrap (POSITION &pos) |
Protected Attributes | |
POSITION | m_pos |
Definition at line 55 of file Playlist.h.