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 SavedSearchScope &other) const |
bool | operator!= (const SavedSearchScope &other) const |
![]() | |
Printable ()=default | |
virtual | ~Printable ()=default |
virtual QString | toString () const |
Public Attributes | |
EverCloudLocalData | localData |
Optional< bool > | includeAccount |
Optional< bool > | includePersonalLinkedNotebooks |
Optional< bool > | includeBusinessLinkedNotebooks |
A structure defining the scope of a SavedSearch.
|
inline |
|
inline |
|
overridevirtual |
Implements qevercloud::Printable.
The search should include notes from the account that contains the SavedSearch.
The search should include notes within those shared notebooks that the user has joined that are business notebooks in the business that the user is currently a member of.
The search should include notes within those shared notebooks that the user has joined that are NOT business notebooks.
EverCloudLocalData qevercloud::SavedSearchScope::localData |
See the declaration of EverCloudLocalData for details