Tulip
5.2.1
Large graphs analysis and drawing
|
#include <FileDownloader.h>
Inherits QObject.
Signals | |
void | downloaded () |
Public Member Functions | |
const QByteArray & | download (const QUrl &url) |
Helper class to download the content of a file referenced by an url.
Definition at line 17 of file FileDownloader.h.
const QByteArray& tlp::FileDownloader::download | ( | const QUrl & | url | ) |
Synchronously download the content of a file referenced by an url and returns it as a raw byte array.