libquentier 0.8.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 <ISyncState.h>
Public Member Functions | |
virtual qint32 | userDataUpdateCount () const =0 |
virtual qevercloud::Timestamp | userDataLastSyncTime () const =0 |
virtual QHash< qevercloud::Guid, qint32 > | linkedNotebookUpdateCounts () const =0 |
virtual QHash< qevercloud::Guid, qevercloud::Timestamp > | linkedNotebookLastSyncTimes () const =0 |
![]() | |
virtual QTextStream & | print (QTextStream &strm) const =0 |
QString | toString () const |
The ISyncState interface provides accessory methods to determine the sync state for the account.