The PlayListDownloader class downloads playlist from remote URL and extracts tracks.
More...
#include <playlistdownloader.h>
List of all members.
Public Slots |
void | start (const QUrl &url) |
Signals |
void | done (const QStringList &urls) |
void | error (const QString &message) |
Public Member Functions |
| PlayListDownloader (QObject *parent=0) |
Detailed Description
The PlayListDownloader class downloads playlist from remote URL and extracts tracks.
- Author:
- Ilya Kotov <forkotov02@hotmail.ru>
Constructor & Destructor Documentation
Member Function Documentation
void done |
( |
const QStringList & |
urls | ) |
[signal] |
Emitted when downloading is finished without errors.
- Parameters:
-
void error |
( |
const QString & |
message | ) |
[signal] |
Emitted when downloading is finished with error.
- Parameters:
-
void start |
( |
const QUrl & |
url | ) |
[slot] |
Starts playlist downloading
- Parameters:
-
url | URL of remote playlist |
The documentation for this class was generated from the following file: