libQuotient
A Qt library for building matrix clients
|
#include <stateevent.h>
Protected Member Functions | |
KeylessStateEventBase (const QJsonObject &fullJson) | |
Protected Member Functions inherited from Quotient::StateEvent | |
StateEvent (const QJsonObject &json) | |
void | dumpTo (QDebug dbg) const override |
Protected Member Functions inherited from Quotient::RoomEvent | |
RoomEvent (const QJsonObject &json) | |
Protected Member Functions inherited from Quotient::Event | |
Event (const QJsonObject &json) | |
QJsonObject & | editJson () |
Additional Inherited Members | |
Public Types inherited from Quotient::EventTemplate< EventT, StateEvent, ContentT > | |
using | content_type = ContentT |
Static Public Member Functions inherited from Quotient::StateEvent | |
static bool | isValid (const QJsonObject &fullJson) |
static QJsonObject | basicJson (const QString &matrixTypeId, const QString &stateKey={}, const QJsonObject &contentJson={}) |
Make a minimal correct Matrix state event JSON. | |
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::StateEvent | |
static constexpr auto | needsStateKey = false |
Static setting of whether a given even type uses state keys. | |
Static Public Attributes inherited from Quotient::Event | |
static EventMetaType< Event > | BaseMetaType { "Event" } |
Definition at line 120 of file stateevent.h.
|
inlineexplicit |
Definition at line 131 of file stateevent.h.
|
inlineexplicitprotected |
Definition at line 136 of file stateevent.h.