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

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, PlayListModel *model)

Signals

void finished (bool ok, const QString &message=QString())

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 finished ( bool  ok,
const QString &  message = QString() 
) [signal]

Emitted when downloading is finished.

Parameters:
okResult of downloading (if an error occurs, ok is set to false; otherwise ok is set to true).
messageError message.
void start ( const QUrl &  url,
PlayListModel model 
) [slot]

Starts playlist downloading.

Parameters:
urlURL of remote playlist.
modelDestination playlist model.

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