Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1037461
matrix-room-member.hpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
809 B
Referenced Files
None
Subscribers
None
matrix-room-member.hpp
View Options
/*
* This file is part of kazv.
* SPDX-FileCopyrightText: 2020 Tusooa Zhu <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
<QObject>
#include
<QQmlEngine>
#include
<lager/extra/qt.hpp>
#include
<base/event.hpp>
class
MatrixRoomMember
:
public
QObject
{
Q_OBJECT
QML_ELEMENT
QML_UNCREATABLE
(
""
)
lager
::
reader
<
Kazv
::
Event
>
m_memberEvent
;
public
:
explicit
MatrixRoomMember
(
lager
::
reader
<
Kazv
::
Event
>
memberEvent
,
QObject
*
parent
=
0
);
~
MatrixRoomMember
()
override
;
LAGER_QT_READER
(
QString
,
membership
);
LAGER_QT_READER
(
QString
,
userId
);
LAGER_QT_READER
(
QString
,
name
);
LAGER_QT_READER
(
QString
,
avatarMxcUri
);
};
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Wed, May 14, 7:19 AM (1 d, 11 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
91754
Default Alt Text
matrix-room-member.hpp (809 B)
Attached To
Mode
rK kazv
Attached
Detach File
Event Timeline
Log In to Comment