QEverCloud
Unofficial Evernote Cloud API for Qt
Classes
Evernote API structures

Classes

struct  qevercloud::Accounting
 This represents the bookkeeping information for the user's subscription. More...
 
struct  qevercloud::AuthenticationResult
 When an authentication (or re-authentication) is performed, this structure provides the result to the client. More...
 
struct  qevercloud::BootstrapInfo
 This structure describes a collection of bootstrap profiles. More...
 
struct  qevercloud::BootstrapProfile
 This structure describes a collection of bootstrap settings. More...
 
struct  qevercloud::BootstrapSettings
 This structure describes a collection of bootstrap settings. More...
 
struct  qevercloud::BusinessNotebook
 If a Notebook contained in an Evernote Business account has been published the to business library, the Notebook will have a reference to one of these structures, which specifies how the Notebook will be represented in the library. More...
 
struct  qevercloud::BusinessUserInfo
 This structure is used to provide information about an Evernote Business membership, for members who are part of a business. More...
 
struct  qevercloud::ClientUsageMetrics
 This structure is passed from clients to the Evernote service when they wish to relay coarse-grained usage metrics to the service to help improve products. More...
 
struct  qevercloud::Data
 In several places, EDAM exchanges blocks of bytes of data for a component which may be relatively large. More...
 
struct  qevercloud::LazyMap
 A structure that wraps a map of name/value pairs whose values are not always present in the structure in order to reduce space when obtaining batches of entities that contain the map. More...
 
struct  qevercloud::LinkedNotebook
 A link in an users account that refers them to a public or individual share in another user's account. More...
 
struct  qevercloud::Note
 Represents a single note in the user's account. More...
 
struct  qevercloud::NoteAttributes
 The list of optional attributes that can be stored on a note. More...
 
struct  qevercloud::Notebook
 A unique container for a set of notes. More...
 
struct  qevercloud::NotebookDescriptor
 A structure that describes a notebook or a user's relationship with a notebook. More...
 
struct  qevercloud::NotebookRestrictions
 This structure captures information about the types of operations that cannot be performed on a given notebook with a type of authenticated access and credentials. More...
 
struct  qevercloud::NoteCollectionCounts
 A data structure representing the number of notes for each notebook and tag with a non-zero set of applicable notes. More...
 
struct  qevercloud::NoteEmailParameters
 Parameters that must be given to the NoteStore emailNote call. More...
 
struct  qevercloud::NoteFilter
 A list of criteria that are used to indicate which notes are desired from the account. More...
 
struct  qevercloud::NoteList
 A small structure for returning a list of notes out of a larger set. More...
 
struct  qevercloud::NoteMetadata
 This structure is used in the set of results returned by the findNotesMetadata function. More...
 
struct  qevercloud::NotesMetadataList
 This structure is returned from calls to the findNotesMetadata function to give the high-level metadata about a subset of Notes that are found to match a specified NoteFilter in a search. More...
 
struct  qevercloud::NotesMetadataResultSpec
 This structure is provided to the findNotesMetadata function to specify the subset of fields that should be included in each NoteMetadata element that is returned in the NotesMetadataList. More...
 
struct  qevercloud::NoteVersionId
 Identifying information about previous versions of a note that are backed up within Evernote's servers. More...
 
struct  qevercloud::PremiumInfo
 This structure is used to provide information about a user's Premium account. More...
 
struct  qevercloud::PublicUserInfo
 This structure is used to provide publicly-available user information about a particular account. More...
 
struct  qevercloud::Publishing
 If a Notebook has been opened to the public, the Notebook will have a reference to one of these structures, which gives the location and optional description of the externally-visible public Notebook. More...
 
struct  qevercloud::RelatedQuery
 A description of the thing for which we are searching for related entities. More...
 
struct  qevercloud::RelatedResult
 The result of calling findRelated(). More...
 
struct  qevercloud::RelatedResultSpec
 A description of the thing for which the service will find related entities, via findRelated(), together with a description of what type of entities and how many you are seeking in the RelatedResult. More...
 
struct  qevercloud::Resource
 Every media file that is embedded or attached to a note is represented through a Resource entry. More...
 
struct  qevercloud::ResourceAttributes
 Structure holding the optional attributes of a Resource. More...
 
struct  qevercloud::SavedSearch
 A named search associated with the account that can be quickly re-used. More...
 
struct  qevercloud::SavedSearchScope
 A structure defining the scope of a SavedSearch. More...
 
struct  qevercloud::SharedNotebook
 Shared notebooks represent a relationship between a notebook and a single share invitation recipient. More...
 
struct  qevercloud::SharedNotebookRecipientSettings
 Settings meant for the recipient of a shared notebook, such as for indicating which types of notifications the recipient wishes for reminders, etc. More...
 
struct  qevercloud::SyncChunk
 This structure is given out by the NoteStore when a client asks to receive the current state of an account. More...
 
struct  qevercloud::SyncChunkFilter
 This structure is used with the 'getFilteredSyncChunk' call to provide fine-grained control over the data that's returned when a client needs to synchronize with the service. More...
 
struct  qevercloud::SyncState
 This structure encapsulates the information about the state of the user's account for the purpose of "state based" synchronization. More...
 
struct  qevercloud::Tag
 A tag within a user's account is a unique name which may be organized a simple hierarchy. More...
 
struct  qevercloud::User
 This represents the information about a single user account. More...
 
struct  qevercloud::UserAttributes
 A structure holding the optional attributes that can be stored on a User. More...
 

Detailed Description