libquentier  0.4.0
The library for rich desktop clients of Evernote service
Public Types | List of all members
quentier::LocalStorageManager::ListNotebooksOrder Struct Reference

The ListNotebooksOrder struct is a C++98 style scoped enum which allows to specify the ordering of the results for methods listing the notebooks from the local storage database. More...

#include <LocalStorageManager.h>

Public Types

enum  type {
  ByUpdateSequenceNumber = 0, ByNotebookName, ByCreationTimestamp, ByModificationTimestamp,
  NoOrder
}
 

Detailed Description

The ListNotebooksOrder struct is a C++98 style scoped enum which allows to specify the ordering of the results for methods listing the notebooks from the local storage database.