libQuotient
A Qt library for building matrix clients
|
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 |