libQuotient
A Qt library for building matrix clients
Loading...
Searching...
No Matches
thread.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: 2024 James Graham <james.h.graham@protonmail.com>
2
// SPDX-License-Identifier: LGPL-2.1-or-later
3
4
#
pragma
once
5
6
#
include
<
QString
>
7
8
#
include
"quotient_export.h"
9
10
namespace
Quotient
{
11
12
class
RoomMessageEvent;
13
14
class
QUOTIENT_API
Thread
{
15
public
:
16
QString
threadRootId
= {};
17
QString
latestEventId
= {};
18
int
size
= 0;
19
bool
localUserParticipated
= {};
20
21
bool
addEvent
(
const
RoomMessageEvent
*
event
,
bool
isLatest
,
bool
isLocalUser
);
22
};
23
24
}
// namespace Quotient
Quotient::Thread
Definition
thread.h:14
Quotient
Definition
accountregistry.h:13
QUOTIENT_API
#define QUOTIENT_API
Definition
quotient_export.h:22
Quotient
thread.h
Generated by
1.9.8