QEverCloud
6.1.0
Unofficial Evernote Cloud API for Qt
|
Go to the documentation of this file.
8 #ifndef QEVERCLOD_INK_NOTE_IMAGE_DOWNLOADER_H
9 #define QEVERCLOD_INK_NOTE_IMAGE_DOWNLOADER_H
18 #include <QNetworkAccessManager>
23 class InkNoteImageDownloaderPrivate;
69 QString host, QString shardId, QString authenticationToken,
int width,
93 QString authenticationToken);
133 Guid guid,
const bool isPublic =
false,
134 const qint64 timeoutMsec = 30000);
137 InkNoteImageDownloaderPrivate *
const d_ptr;
143 #endif // QEVERCLOD_INK_NOTE_IMAGE_DOWNLOADER_H
InkNoteImageDownloader(QString host, QString shardId, QString authenticationToken, int width, int height)
Constructs InkNoteImageDownloader.
QString Guid
Definition: Types.h:62
InkNoteImageDownloader & setShardId(QString shardId)
InkNoteImageDownloader & setAuthenticationToken(QString authenticationToken)
Definition: AsyncResult.h:21
virtual ~InkNoteImageDownloader()
InkNoteImageDownloader & setHost(QString host)
InkNoteImageDownloader & setHeight(int height)
InkNoteImageDownloader & setWidth(int width)
QByteArray download(Guid guid, const bool isPublic=false, const qint64 timeoutMsec=30000)
Downloads the image for the ink note.
InkNoteImageDownloader()
Default constructor.
#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