Mixxx

SongDownloader Class Reference

#include <songdownloader.h>

List of all members.

Public Slots

void slotReadyRead ()
void slotError (QNetworkReply::NetworkError error)
void slotProgress (qint64 bytesReceived, qint64 bytesTotal)
void slotDownloadFinished ()

Signals

void downloadProgress (qint64, qint64)
void downloadFinished ()
void downloadError ()

Public Member Functions

 SongDownloader (QObject *parent)
 ~SongDownloader ()
bool downloadSongFromURL (QUrl &url)

Detailed Description

Definition at line 9 of file songdownloader.h.


Constructor & Destructor Documentation

SongDownloader::SongDownloader ( QObject *  parent)

Definition at line 8 of file songdownloader.cpp.

SongDownloader::~SongDownloader ( )

Definition at line 20 of file songdownloader.cpp.


Member Function Documentation

void SongDownloader::downloadError ( ) [signal]

Here is the caller graph for this function:

void SongDownloader::downloadFinished ( ) [signal]

Here is the caller graph for this function:

void SongDownloader::downloadProgress ( qint64  ,
qint64   
) [signal]

Here is the caller graph for this function:

bool SongDownloader::downloadSongFromURL ( QUrl &  url)

Definition at line 30 of file songdownloader.cpp.

void SongDownloader::slotDownloadFinished ( ) [slot]

Definition at line 109 of file songdownloader.cpp.

Here is the call graph for this function:

void SongDownloader::slotError ( QNetworkReply::NetworkError  error) [slot]

Definition at line 93 of file songdownloader.cpp.

Here is the call graph for this function:

void SongDownloader::slotProgress ( qint64  bytesReceived,
qint64  bytesTotal 
) [slot]

Definition at line 103 of file songdownloader.cpp.

Here is the call graph for this function:

void SongDownloader::slotReadyRead ( ) [slot]

Definition at line 79 of file songdownloader.cpp.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines