libquentier 0.8.0
The library for rich desktop clients of Evernote service
Loading...
Searching...
No Matches
Public Member Functions | List of all members
quentier::synchronization::ISyncState Class Referenceabstract

The ISyncState interface provides accessory methods to determine the sync state for the account. More...

#include <ISyncState.h>

Inheritance diagram for quentier::synchronization::ISyncState:
Inheritance graph
[legend]
Collaboration diagram for quentier::synchronization::ISyncState:
Collaboration graph
[legend]

Public Member Functions

virtual qint32 userDataUpdateCount () const =0
 
virtual qevercloud::Timestamp userDataLastSyncTime () const =0
 
virtual QHash< qevercloud::Guid, qint32linkedNotebookUpdateCounts () const =0
 
virtual QHash< qevercloud::Guid, qevercloud::Timestamp > linkedNotebookLastSyncTimes () const =0
 
- Public Member Functions inherited from quentier::Printable
virtual QTextStreamprint (QTextStream &strm) const =0
 
QString toString () const
 

Detailed Description

The ISyncState interface provides accessory methods to determine the sync state for the account.