QEverCloud
6.1.0
Unofficial Evernote Cloud API for Qt
|
#include <Types.h>
Public Member Functions | |
virtual void | print (QTextStream &strm) const override |
bool | operator== (const NoteMetadata &other) const |
bool | operator!= (const NoteMetadata &other) const |
![]() | |
Printable ()=default | |
virtual | ~Printable ()=default |
virtual QString | toString () const |
Public Attributes | |
EverCloudLocalData | localData |
Guid | guid |
Optional< QString > | title |
Optional< qint32 > | contentLength |
Optional< Timestamp > | created |
Optional< Timestamp > | updated |
Optional< Timestamp > | deleted |
Optional< qint32 > | updateSequenceNum |
Optional< QString > | notebookGuid |
Optional< QList< Guid > > | tagGuids |
Optional< NoteAttributes > | attributes |
Optional< QString > | largestResourceMime |
Optional< qint32 > | largestResourceSize |
Properties | |
Optional | QList |
This structure is used in the set of results returned by the findNotesMetadata function. It represents the high-level information about a single Note, without some of the larger deep structure. This allows for the information about a list of Notes to be returned relatively quickly with less marshalling and data transfer to remote clients. Most fields in this structure are identical to the corresponding field in the Note structure, with the exception of:
|
inline |
|
inline |
|
overridevirtual |
Implements qevercloud::Printable.
Optional< NoteAttributes > qevercloud::NoteMetadata::attributes |
NOT DOCUMENTED
Optional< qint32 > qevercloud::NoteMetadata::contentLength |
NOT DOCUMENTED
Guid qevercloud::NoteMetadata::guid |
NOT DOCUMENTED
Optional< QString > qevercloud::NoteMetadata::largestResourceMime |
Optional< qint32 > qevercloud::NoteMetadata::largestResourceSize |
EverCloudLocalData qevercloud::NoteMetadata::localData |
See the declaration of EverCloudLocalData for details
Optional< QString > qevercloud::NoteMetadata::notebookGuid |
NOT DOCUMENTED
Optional< QString > qevercloud::NoteMetadata::title |
NOT DOCUMENTED
Optional< qint32 > qevercloud::NoteMetadata::updateSequenceNum |
NOT DOCUMENTED
Optional qevercloud::NoteMetadata::QList |