libQuotient
A Qt library for building matrix clients
Loading...
Searching...
No Matches
Quotient::Thread Class Reference

#include <thread.h>

Public Member Functions

bool addEvent (const RoomMessageEvent *event, bool isLatest, bool isLocalUser)
 

Public Attributes

QString threadRootId = {}
 
QString latestEventId = {}
 
int size = 0
 
bool localUserParticipated = {}
 

Detailed Description

Definition at line 14 of file thread.h.

Member Function Documentation

◆ addEvent()

bool Quotient::Thread::addEvent ( const RoomMessageEvent event,
bool  isLatest,
bool  isLocalUser 
)

Member Data Documentation

◆ latestEventId

QString Quotient::Thread::latestEventId = {}

Definition at line 17 of file thread.h.

◆ localUserParticipated

bool Quotient::Thread::localUserParticipated = {}

Definition at line 19 of file thread.h.

◆ size

int Quotient::Thread::size = 0

Definition at line 18 of file thread.h.

◆ threadRootId

QString Quotient::Thread::threadRootId = {}

Definition at line 16 of file thread.h.


The documentation for this class was generated from the following file: