![]() |
Geometrize
1.0
An application for geometrizing images into geometric primitives
|
#include "completionhandlers.h"
#include <optional>
#include <QDebug>
#include <QNetworkReply>
#include <QPixmap>
#include <QRegularExpression>
#include <QString>
#include "network/downloader.h"
#include "network/networkactions.h"
#include "task/imagetask.h"
#include "task/imagetaskcreator.h"
#include "task/taskutil.h"
Namespaces | |
geometrize | |
geometrize::network | |
geometrize::network::completionhandlers | |
Functions | |
void | geometrize::network::completionhandlers::onImageDownloadComplete (network::Downloader *self, QNetworkReply::NetworkError error) |
onImageDownloadComplete A callback when an image download completes. More... | |
void | geometrize::network::completionhandlers::onWebpageDownloadComplete (network::Downloader *self, QNetworkReply::NetworkError error) |
onWebpageDownloadComplete A callback when a webpage download completes. More... | |