8#ifndef QEVERCLOD_INK_NOTE_IMAGE_DOWNLOADER_H
9#define QEVERCLOD_INK_NOTE_IMAGE_DOWNLOADER_H
18#include <QNetworkAccessManager>
23class InkNoteImageDownloaderPrivate;
#define QEVERCLOUD_EXPORT
Definition Export.h:19
the InkNoteImageDownloader class is for downloading the images of ink notes which can be created with...
Definition InkNoteImageDownloader.h:43
InkNoteImageDownloader(QString host, QString shardId, QString authenticationToken, int width, int height)
Constructs InkNoteImageDownloader.
InkNoteImageDownloader & setShardId(QString shardId)
InkNoteImageDownloader()
Default constructor.
virtual ~InkNoteImageDownloader()
InkNoteImageDownloader & setHost(QString host)
InkNoteImageDownloader & setAuthenticationToken(QString authenticationToken)
InkNoteImageDownloader & setHeight(int height)
QByteArray download(Guid guid, const bool isPublic=false, const qint64 timeoutMsec=30000)
Downloads the image for the ink note.
InkNoteImageDownloader & setWidth(int width)
Definition AsyncResult.h:21