libQuotient
A Qt library for building matrix clients
roomevent.h File Reference
#include "event.h"
#include <QtCore/QDateTime>
Include dependency graph for roomevent.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Quotient::RoomEvent
 

Namespaces

 Quotient
 

Typedefs

using Quotient::RoomEventPtr = event_ptr_tt< RoomEvent >
 
using Quotient::RoomEvents = EventsArray< RoomEvent >
 
using Quotient::RoomEventsRange = std::ranges::subrange< RoomEvents::iterator >
 

Functions

QUOTIENT_API bool Quotient::isStateEvent (const QString &eventTypeId)
 Determine whether a given event type is that of a state event. More...
 

Variables

constexpr auto Quotient::EventIdKey = "event_id"_L1
 
constexpr auto Quotient::RoomIdKey = "room_id"_L1
 
constexpr auto Quotient::StateKeyKey = "state_key"_L1
 
constexpr auto Quotient::RedactedCauseKey = "redacted_because"_L1