URLFetcher Class Reference

#include <urlfetcher.h>

List of all members.


Detailed Description

Definition at line 18 of file urlfetcher.h.


Public Slots

void deleteLater (void)

Static Public Member Functions

static QString FetchData (const QString &url, bool inQtThread)

Private Slots

void Finished (QNetworkOperation *op)
void Data (const QByteArray &data, QNetworkOperation *op)

Private Member Functions

 URLFetcher (const QString &url)
 ~URLFetcher ()

Private Attributes

QUrlOperator * op
QNetworkProtocol::State state
vector< unsigned char > buf

Constructor & Destructor Documentation

URLFetcher::URLFetcher ( const QString &  url  )  [private]

Definition at line 15 of file urlfetcher.cpp.

Referenced by FetchData().

URLFetcher::~URLFetcher (  )  [inline, private]

Definition at line 24 of file urlfetcher.h.


Member Function Documentation

QString URLFetcher::FetchData ( const QString &  url,
bool  inQtThread 
) [static]

Definition at line 53 of file urlfetcher.cpp.

Referenced by IPTVChannelFetcher::DownloadPlaylist().

void URLFetcher::deleteLater ( void   )  [slot]

Definition at line 26 of file urlfetcher.cpp.

Referenced by FetchData().

void URLFetcher::Finished ( QNetworkOperation *  op  )  [private, slot]

Definition at line 37 of file urlfetcher.cpp.

Referenced by URLFetcher().

void URLFetcher::Data ( const QByteArray &  data,
QNetworkOperation *  op 
) [private, slot]

Definition at line 42 of file urlfetcher.cpp.

Referenced by URLFetcher().


Member Data Documentation

QUrlOperator* URLFetcher::op [private]

Definition at line 37 of file urlfetcher.h.

Referenced by deleteLater(), and URLFetcher().

Definition at line 38 of file urlfetcher.h.

Referenced by Data(), FetchData(), and Finished().

vector<unsigned char> URLFetcher::buf [private]

Definition at line 39 of file urlfetcher.h.

Referenced by Data(), and FetchData().


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

Generated on Sat Dec 18 05:16:13 2010 for MythTV by  doxygen 1.5.5