Qmmp
Public Slots | Signals | Public Member Functions
PlayListDownloader Class Reference

#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

PlayListDownloader ( QObject *  parent = 0) [explicit]

Object constructor.


Member Function Documentation

void done ( const QStringList &  urls) [signal]

Emitted when downloading is finished without errors.

Parameters:
urlsA list of extracted URLs or argument of the PlayListDownloader::start() function if remote URL doesn't contain playlist.
void error ( const QString &  message) [signal]

Emitted when downloading is finished with error.

Parameters:
messageError message.
void start ( const QUrl &  url) [slot]

Starts playlist downloading

Parameters:
urlURL of remote playlist

The documentation for this class was generated from the following file:
 All Classes Functions Variables Enumerations Enumerator