|
libquentier 0.5.0
The library for rich desktop clients of Evernote service
|
The ISyncState interface provides accessory methods to determine the sync state for the account. More...
#include <ISyncStateStorage.h>


Public Member Functions | |
| virtual qint32 | userDataUpdateCount () const =0 |
| virtual qevercloud::Timestamp | userDataLastSyncTime () const =0 |
| virtual QHash< QString, qint32 > | linkedNotebookUpdateCounts () const =0 |
| virtual QHash< QString, qevercloud::Timestamp > | linkedNotebookLastSyncTimes () const =0 |
| virtual QTextStream & | print (QTextStream &strm) const override |
Public Member Functions inherited from quentier::Printable | |
| virtual const QString | toString () const |
Additional Inherited Members | |
Protected Member Functions inherited from quentier::Printable | |
| Printable (const Printable &other) | |
| Printable & | operator= (const Printable &other) |
The ISyncState interface provides accessory methods to determine the sync state for the account.
|
overridevirtual |
Implements quentier::Printable.