Geometrize  1.0
An application for geometrizing images into geometric primitives
Namespaces | Functions
networkactions.h File Reference
#include <functional>
#include <QNetworkReply>
#include "network/downloader.h"

Go to the source code of this file.

Namespaces

 geometrize
 
 geometrize::network
 

Functions

void geometrize::network::downloadImage (const QUrl &url, const std::function< void(network::Downloader *self, QNetworkReply::NetworkError error)> &onComplete)
 downloadImage Downloads an image over the network. More...
 
void geometrize::network::downloadWebpage (const QUrl &url, const std::function< void(network::Downloader *self, QNetworkReply::NetworkError error)> &onComplete)
 downloadWebpage Downloads a whole webpage over the network. More...