Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F111914
matrix-event-reader.hpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
677 B
Referenced Files
None
Subscribers
None
matrix-event-reader.hpp
View Options
/*
* This file is part of kazv.
* SPDX-FileCopyrightText: 2020-2024 tusooa <tusooa@kazv.moe>
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
#pragma once
#include
<libkazv-config.hpp>
#include
<immer/config.hpp>
// https://github.com/arximboldi/immer/issues/168
#include
"matrix-room-member.hpp"
class
MatrixEventReader
:
public
MatrixRoomMember
{
Q_OBJECT
QML_ELEMENT
QML_UNCREATABLE
(
""
)
public
:
explicit
MatrixEventReader
(
lager
::
reader
<
Kazv
::
Event
>
memberEvent
,
lager
::
reader
<
Kazv
::
Timestamp
>
timestamp
,
QObject
*
parent
=
0
);
~
MatrixEventReader
()
override
;
LAGER_QT_READER
(
qint64
,
timestamp
);
LAGER_QT_READER
(
QString
,
formattedTime
);
};
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Fri, Nov 22, 1:52 AM (4 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38651
Default Alt Text
matrix-event-reader.hpp (677 B)
Attached To
Mode
rK kazv
Attached
Detach File
Event Timeline
Log In to Comment