|
QEverCloud
6.1.0
Unofficial Evernote Cloud API for Qt
|
#include "../Export.h"#include "../AsyncResult.h"#include "../DurableService.h"#include "../Optional.h"#include "../RequestContext.h"#include "Constants.h"#include "Types.h"#include <QObject>Go to the source code of this file.
Classes | |
| class | qevercloud::INoteStore |
| class | qevercloud::IUserStore |
Namespaces | |
| qevercloud | |
Typedefs | |
| using | qevercloud::INoteStorePtr = std::shared_ptr< INoteStore > |
| using | qevercloud::IUserStorePtr = std::shared_ptr< IUserStore > |
Functions | |
| QEVERCLOUD_EXPORT INoteStore * | qevercloud::newNoteStore (QString noteStoreUrl={}, IRequestContextPtr ctx={}, QObject *parent=nullptr, IRetryPolicyPtr retryPolicy={}) |
| QEVERCLOUD_EXPORT IUserStore * | qevercloud::newUserStore (QString userStoreUrl={}, IRequestContextPtr ctx={}, QObject *parent=nullptr, IRetryPolicyPtr retryPolicy={}) |