![]() |
Geometrize
1.0
An application for geometrizing images into geometric primitives
|
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... | |