![]() |
libQuotient
A Qt library for building matrix clients
|
#include <encryptedevent.h>
Additional Inherited Members | |
![]() | |
static QJsonObject | basicJson (const QString &matrixType, const QJsonObject &content) |
Make a minimal correct Matrix event JSON. | |
![]() | |
static EventMetaType< Event > | BaseMetaType {} |
![]() | |
RoomEvent (const QJsonObject &json) | |
void | dumpTo (QDebug dbg) const override |
![]() | |
Event (const QJsonObject &json) | |
QJsonObject & | editJson () |
Definition at line 33 of file encryptedevent.h.
|
explicit |
|
explicit |
|
explicit |
QString Quotient::EncryptedEvent::algorithm | ( | ) | const |
|
inline |
Definition at line 50 of file encryptedevent.h.
|
inline |
Definition at line 54 of file encryptedevent.h.
RoomEventPtr Quotient::EncryptedEvent::createDecrypted | ( | const QString & | decrypted | ) | const |
|
inline |
Definition at line 63 of file encryptedevent.h.
|
inline |
Definition at line 60 of file encryptedevent.h.
|
inline |
Definition at line 64 of file encryptedevent.h.
void Quotient::EncryptedEvent::setRelation | ( | const QJsonObject & | relation | ) |