libQuotient
A Qt library for building matrix clients
|
#include <roomtombstoneevent.h>
Additional Inherited Members | |
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" } |
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 () |
Definition at line 9 of file roomtombstoneevent.h.
QString Quotient::RoomTombstoneEvent::serverMessage | ( | ) | const |
|
explicit |
|
explicit |
QString Quotient::RoomTombstoneEvent::successorRoomId | ( | ) | const |