|
| SavedSearch (const SavedSearch &other) |
|
| SavedSearch (SavedSearch &&other) |
|
SavedSearch & | operator= (const SavedSearch &other) |
|
SavedSearch & | operator= (SavedSearch &&other) |
|
| SavedSearch (const qevercloud::SavedSearch &search) |
|
| SavedSearch (qevercloud::SavedSearch &&search) |
|
const qevercloud::SavedSearch & | qevercloudSavedSearch () const |
|
qevercloud::SavedSearch & | qevercloudSavedSearch () |
|
bool | operator== (const SavedSearch &other) const |
|
bool | operator!= (const SavedSearch &other) const |
|
virtual void | clear () override |
|
virtual bool | hasGuid () const override |
|
virtual const QString & | guid () const override |
|
virtual void | setGuid (const QString &guid) override |
|
virtual bool | hasUpdateSequenceNumber () const override |
|
virtual qint32 | updateSequenceNumber () const override |
|
virtual void | setUpdateSequenceNumber (const qint32 usn) override |
|
virtual bool | checkParameters (ErrorString &errorDescription) const override |
|
bool | hasName () const |
|
const QString & | name () const |
|
void | setName (const QString &name) |
|
bool | hasQuery () const |
|
const QString & | query () const |
|
void | setQuery (const QString &query) |
|
bool | hasQueryFormat () const |
|
QueryFormat | queryFormat () const |
|
void | setQueryFormat (const qint8 queryFormat) |
|
bool | hasIncludeAccount () const |
|
bool | includeAccount () const |
|
void | setIncludeAccount (const bool includeAccount) |
|
bool | hasIncludePersonalLinkedNotebooks () const |
|
bool | includePersonalLinkedNotebooks () const |
|
void | setIncludePersonalLinkedNotebooks (const bool includePersonalLinkedNotebooks) |
|
bool | hasIncludeBusinessLinkedNotebooks () const |
|
bool | includeBusinessLinkedNotebooks () const |
|
void | setIncludeBusinessLinkedNotebooks (const bool includeBusinessLinkedNotebooks) |
|
virtual QTextStream & | print (QTextStream &strm) const override |
|
virtual bool | isFavorited () const =0 |
|
virtual void | setFavorited (const bool favorited)=0 |
|
virtual void | clear ()=0 |
|
virtual bool | hasGuid () const =0 |
|
virtual const QString & | guid () const =0 |
|
virtual void | setGuid (const QString &guid)=0 |
|
virtual bool | hasUpdateSequenceNumber () const =0 |
|
virtual qint32 | updateSequenceNumber () const =0 |
|
virtual void | setUpdateSequenceNumber (const qint32 usn)=0 |
|
virtual bool | checkParameters (ErrorString &errorDescription) const =0 |
|
virtual bool | isDirty () const =0 |
|
virtual void | setDirty (const bool dirty)=0 |
|
virtual bool | isLocal () const =0 |
|
virtual void | setLocal (const bool local)=0 |
|
virtual const QString | localUid () const =0 |
|
virtual void | setLocalUid (const QString &guid)=0 |
|
virtual void | unsetLocalUid ()=0 |
|
virtual QTextStream & | print (QTextStream &strm) const =0 |
|
virtual const QString | toString () const |
|