|
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 NotebookDescriptor &other) const |
| bool | operator!= (const NotebookDescriptor &other) const |
| Public Member Functions inherited from qevercloud::Printable | |
| 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.
| Optional< QString > qevercloud::NotebookDescriptor::contactName |
The User.name value of the notebook's "contact".
| Optional< bool > qevercloud::NotebookDescriptor::hasSharedNotebook |
Whether a SharedNotebook record exists between the calling user and this notebook.
| Optional< qint32 > qevercloud::NotebookDescriptor::joinedUserCount |
The number of users who have joined this notebook.
| EverCloudLocalData qevercloud::NotebookDescriptor::localData |
See the declaration of EverCloudLocalData for details
| Optional< QString > qevercloud::NotebookDescriptor::notebookDisplayName |
A sequence of characters representing the name of the notebook.