QEverCloud  6.1.0
Unofficial Evernote Cloud API for Qt
Public Member Functions | Public Attributes | List of all members
qevercloud::SavedSearchScope Struct Reference

#include <Types.h>

Inheritance diagram for qevercloud::SavedSearchScope:
qevercloud::Printable

Public Member Functions

virtual void print (QTextStream &strm) const override
 
bool operator== (const SavedSearchScope &other) const
 
bool operator!= (const SavedSearchScope &other) const
 
- Public Member Functions inherited from qevercloud::Printable
 Printable ()=default
 
virtual ~Printable ()=default
 
virtual QString toString () const
 

Public Attributes

EverCloudLocalData localData
 
Optional< bool > includeAccount
 
Optional< bool > includePersonalLinkedNotebooks
 
Optional< bool > includeBusinessLinkedNotebooks
 

Detailed Description

A structure defining the scope of a SavedSearch.

Member Function Documentation

◆ operator!=()

bool qevercloud::SavedSearchScope::operator!= ( const SavedSearchScope other) const
inline

◆ operator==()

bool qevercloud::SavedSearchScope::operator== ( const SavedSearchScope other) const
inline

◆ print()

virtual void qevercloud::SavedSearchScope::print ( QTextStream &  strm) const
overridevirtual

Implements qevercloud::Printable.

Member Data Documentation

◆ includeAccount

Optional< bool > qevercloud::SavedSearchScope::includeAccount

The search should include notes from the account that contains the SavedSearch.

◆ includeBusinessLinkedNotebooks

Optional< bool > qevercloud::SavedSearchScope::includeBusinessLinkedNotebooks

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.

◆ includePersonalLinkedNotebooks

Optional< bool > qevercloud::SavedSearchScope::includePersonalLinkedNotebooks

The search should include notes within those shared notebooks that the user has joined that are NOT business notebooks.

◆ localData

EverCloudLocalData qevercloud::SavedSearchScope::localData

See the declaration of EverCloudLocalData for details