- -( dyne // software :: culture :: events :: planet :: discussion :: museum \\ freaknet )- -
 
Main Page | Modules | Class Hierarchy | Class List | File List | Class Members | File Members

Url Class Reference

#include <playlist.h>

Inherits Entry.

Inheritance diagram for Url:

Inheritance graph
[legend]
Collaboration diagram for Url:

Collaboration graph
[legend]
List of all members.

Detailed Description

Url class (Playlist entry).

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


Constructor & Destructor Documentation

Url::Url const char *  file  ) 
 

the class constructor to the playlist entry

Parameters:
file full path or url scheme to the playlist entry

Definition at line 29 of file playlist.cpp.

Url::~Url  ) 
 

url destructor

Definition at line 40 of file playlist.cpp.


Member Data Documentation

char* Url::path
 

the full path (or url scheme) to the playlist entry

Definition at line 44 of file playlist.h.


The documentation for this class was generated from the following files: