All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Slots | Signals | Static Public Member Functions
openfluid::tools::FileDownloader Class Reference

#include <tools/FileDownloader.hpp>

List of all members.

Public Slots

void downloadFinished (QNetworkReply *Reply)

Signals

void processFinished ()

Static Public Member Functions

static bool downloadToString (const std::string &URL, std::string &Contents)
static bool downloadToFile (const std::string &URL, const std::string &FilePath)

Member Function Documentation

void openfluid::tools::FileDownloader::downloadFinished ( QNetworkReply *  Reply) [slot]

Store file content downloaded in attribute

Parameters:
Replyof sent request
static bool openfluid::tools::FileDownloader::downloadToFile ( const std::string &  URL,
const std::string &  FilePath 
) [static]
static bool openfluid::tools::FileDownloader::downloadToString ( const std::string &  URL,
std::string &  Contents 
) [static]

Signal emitted when store of downloaded file content is finished


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