#include <playlist.h>
Inherits Entry.
Inheritance diagram for Url:
Definition at line 31 of file playlist.h.
Public Member Functions | |
Url (const char *file) | |
the class constructor to the playlist entry | |
~Url () | |
url destructor | |
Public Attributes | |
char * | path |
the full path (or url scheme) to the playlist entry |
|
the class constructor to the playlist entry
Definition at line 29 of file playlist.cpp. |