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

The ListNotesOrder struct is a C++98-style scoped enum which allows to specify the ordering of the results of methods listing notes from local storage. More...

#include <LocalStorageManager.h>

Public Types

enum  type {
  ByUpdateSequenceNumber = 0, ByTitle, ByCreationTimestamp, ByModificationTimestamp,
  ByDeletionTimestamp, ByAuthor, BySource, BySourceApplication,
  ByReminderTime, ByPlaceName, NoOrder
}
 

Detailed Description

The ListNotesOrder struct is a C++98-style scoped enum which allows to specify the ordering of the results of methods listing notes from local storage.