QEverCloud 6.2.0
Unofficial Evernote Cloud API for Qt
|
#include <Types.h>
Public Member Functions | |
virtual void | print (QTextStream &strm) const override |
bool | operator== (const NotebookDescriptor &other) const |
bool | operator!= (const NotebookDescriptor &other) const |
![]() | |
Printable ()=default | |
virtual | ~Printable ()=default |
virtual QString | toString () const |
Public Attributes | |
EverCloudLocalData | localData |
Optional< Guid > | guid |
Optional< QString > | notebookDisplayName |
Optional< QString > | contactName |
Optional< bool > | hasSharedNotebook |
Optional< qint32 > | joinedUserCount |
A structure that describes a notebook or a user's relationship with a notebook. NotebookDescriptor is expected to remain a lighter-weight structure when compared to Notebook.
|
inline |
|
inline |
|
overridevirtual |
Implements qevercloud::Printable.
The User.name value of the notebook's "contact".
Whether a SharedNotebook record exists between the calling user and this notebook.
The number of users who have joined this notebook.
EverCloudLocalData qevercloud::NotebookDescriptor::localData |
See the declaration of EverCloudLocalData for details