libQuotient
A Qt library for building matrix clients
|
#include <encryptedevent.h>
Additional Inherited Members | |
Static Public Member Functions inherited from Quotient::Event | |
static QJsonObject | basicJson (const QString &matrixType, const QJsonObject &content) |
Make a minimal correct Matrix event JSON. | |
Static Public Attributes inherited from Quotient::Event | |
static EventMetaType< Event > | BaseMetaType { "Event" } |
Protected Member Functions inherited from Quotient::RoomEvent | |
RoomEvent (const QJsonObject &json) | |
void | dumpTo (QDebug dbg) const override |
Protected Member Functions inherited from Quotient::Event | |
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 | ) |