|
libquentier 0.5.0
The library for rich desktop clients of Evernote service
|


Public Member Functions | |
| Tag (const Tag &other) | |
| Tag (Tag &&other) | |
| Tag & | operator= (const Tag &other) |
| Tag & | operator= (Tag &&other) |
| Tag (const qevercloud::Tag &other) | |
| Tag (qevercloud::Tag &&other) | |
| bool | operator== (const Tag &other) const |
| bool | operator!= (const Tag &other) const |
| const qevercloud::Tag & | qevercloudTag () const |
| qevercloud::Tag & | qevercloudTag () |
| 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 | hasParentGuid () const |
| const QString & | parentGuid () const |
| void | setParentGuid (const QString &parentGuid) |
| bool | hasParentLocalUid () const |
| const QString & | parentLocalUid () const |
| void | setParentLocalUid (const QString &parentLocalUid) |
| bool | hasLinkedNotebookGuid () const |
| const QString & | linkedNotebookGuid () const |
| void | setLinkedNotebookGuid (const QString &linkedNotebookGuid) |
| virtual QTextStream & | print (QTextStream &strm) const override |
| Public Member Functions inherited from quentier::IFavoritableDataElement | |
| virtual bool | isFavorited () const =0 |
| virtual void | setFavorited (const bool favorited)=0 |
| Public Member Functions inherited from quentier::INoteStoreDataElement | |
| virtual bool | isDirty () const =0 |
| virtual void | setDirty (const bool dirty)=0 |
| virtual bool | isLocal () const =0 |
| virtual void | setLocal (const bool local)=0 |
| Public Member Functions inherited from quentier::ILocalStorageDataElement | |
| virtual const QString | localUid () const =0 |
| virtual void | setLocalUid (const QString &guid)=0 |
| virtual void | unsetLocalUid ()=0 |
| Public Member Functions inherited from quentier::Printable | |
| virtual const QString | toString () const |
Static Public Member Functions | |
| static bool | validateName (const QString &name, ErrorString *pErrorDescription=nullptr) |
Additional Inherited Members | |
| Protected Member Functions inherited from quentier::Printable | |
| Printable (const Printable &other) | |
| Printable & | operator= (const Printable &other) |
|
overridevirtual |
Implements quentier::INoteStoreDataElement.
|
overridevirtual |
Implements quentier::INoteStoreDataElement.
|
overridevirtual |
Implements quentier::INoteStoreDataElement.
|
overridevirtual |
Implements quentier::INoteStoreDataElement.
|
overridevirtual |
Implements quentier::INoteStoreDataElement.
|
overridevirtual |
Implements quentier::Printable.
|
overridevirtual |
Implements quentier::INoteStoreDataElement.
|
overridevirtual |
Implements quentier::INoteStoreDataElement.
|
overridevirtual |
Implements quentier::INoteStoreDataElement.