libQuotient
A Qt library for building matrix clients
eventitem.h File Reference
#include "events/roomevent.h"
#include "events/filesourceinfo.h"
#include <QtCore/QPromise>
#include <QtCore/QFuture>
#include <any>
#include <utility>
Include dependency graph for eventitem.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Quotient::EventItemBase
 
class  Quotient::TimelineItem
 
class  Quotient::PendingEventItem
 

Namespaces

 Quotient
 
 Quotient::EventStatus
 

Enumerations

enum  Quotient::EventStatus::Code : uint16_t {
  Quotient::EventStatus::Normal = 0x0 , Quotient::EventStatus::Submitted = 0x01 , Quotient::EventStatus::FileUploaded = 0x02 , Quotient::EventStatus::Departed = 0x03 ,
  Quotient::EventStatus::ReachedServer = 0x04 , Quotient::EventStatus::SendingFailed = 0x05 , Quotient::EventStatus::Redacted = 0x08 , Quotient::EventStatus::Replaced = 0x10 ,
  Quotient::EventStatus::Hidden = 0x100
}
 

Functions

QDebug & Quotient::operator<< (QDebug &d, const TimelineItem &ti)