|
QEverCloud 6.1.0
Unofficial Evernote Cloud API for Qt
|
#include "Export.h"#include "Helpers.h"#include "Printable.h"#include "generated/Types.h"#include <QDialog>#include <QList>#include <QNetworkCookie>#include <QString>Go to the source code of this file.
Classes | |
| class | qevercloud::EvernoteOAuthWebView |
| The class is tailored specifically for OAuth authorization with Evernote. More... | |
| struct | qevercloud::EvernoteOAuthWebView::OAuthResult |
| class | qevercloud::EvernoteOAuthDialog |
| Authorizes your app with the Evernote service by means of OAuth authentication. More... | |
Namespaces | |
| namespace | qevercloud |
Functions | |
| void | qevercloud::setNonceGenerator (quint64(*nonceGenerator)()) |
| Sets the function to use for nonce generation for OAuth authentication. | |