libQuotient
A Qt library for building matrix clients
|
#include <roomcreateevent.h>
Classes | |
struct | Predecessor |
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 10 of file roomcreateevent.h.
bool Quotient::RoomCreateEvent::isFederated | ( | ) | const |
bool Quotient::RoomCreateEvent::isUpgrade | ( | ) | const |
Predecessor Quotient::RoomCreateEvent::predecessor | ( | ) | const |
RoomType Quotient::RoomCreateEvent::roomType | ( | ) | const |
|
explicit |
|
explicit |
QString Quotient::RoomCreateEvent::version | ( | ) | const |