libQuotient
A Qt library for building matrix clients
syncdata.h File Reference
#include "quotient_common.h"
#include "events/stateevent.h"
Include dependency graph for syncdata.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Quotient::RoomSummary
 Room summary, as defined in MSC688. More...
 
struct  Quotient::DevicesList
 
class  Quotient::SyncRoomData
 
class  Quotient::SyncData
 

Namespaces

 Quotient
 

Typedefs

using Quotient::SyncDataList = std::vector< SyncRoomData >
 

Functions

QUOTIENT_API QDebug Quotient::operator<< (QDebug dbg, const RoomSummary &rs)
 
QDebug Quotient::operator<< (QDebug dhg, const DevicesList &devicesList)
 

Variables

constexpr auto Quotient::UnreadNotificationsKey = "unread_notifications"_L1
 
constexpr auto Quotient::PartiallyReadCountKey = "x-quotient.since_fully_read_count"_L1
 
constexpr auto Quotient::NewUnreadCountKey = "org.matrix.msc2654.unread_count"_L1
 
constexpr auto Quotient::HighlightCountKey = "highlight_count"_L1