libQuotient
A Qt library for building matrix clients
|
#include <callevents.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::CallEvent | |
CallEvent (const QJsonObject &json) | |
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 () |
Static Protected Member Functions inherited from Quotient::CallEvent | |
static QJsonObject | basicJson (const QString &matrixType, const QString &callId, int version, QJsonObject contentJson={}) |
Definition at line 36 of file callevents.h.
|
inlineexplicit |
Definition at line 41 of file callevents.h.