#include <eventitem.h>
|
template<EventClass< RoomEvent > EventT> |
EventT * | getAs () |
|
Definition at line 99 of file eventitem.h.
◆ future_type
◆ PendingEventItem()
Quotient::PendingEventItem::PendingEventItem |
( |
RoomEventPtr && |
e | ) |
|
|
inlineexplicit |
◆ annotation()
QString Quotient::PendingEventItem::annotation |
( |
| ) |
const |
|
inline |
◆ deliveryStatus()
◆ lastUpdated()
QDateTime Quotient::PendingEventItem::lastUpdated |
( |
| ) |
const |
|
inline |
◆ resetStatus()
void Quotient::PendingEventItem::resetStatus |
( |
| ) |
|
|
inline |
◆ setDeparted()
void Quotient::PendingEventItem::setDeparted |
( |
| ) |
|
|
inline |
◆ setFileUploaded()
void Quotient::PendingEventItem::setFileUploaded |
( |
const FileSourceInfo & |
uploadedFileData | ) |
|
◆ setMerged()
void Quotient::PendingEventItem::setMerged |
( |
const RoomEvent & |
intoEvent | ) |
|
|
inline |
◆ setReachedServer()
void Quotient::PendingEventItem::setReachedServer |
( |
const QString & |
eventId | ) |
|
|
inline |
◆ setSendingFailed()
void Quotient::PendingEventItem::setSendingFailed |
( |
QString |
errorText | ) |
|
|
inline |
◆ whenMerged()
future_type Quotient::PendingEventItem::whenMerged |
( |
| ) |
const |
|
inline |
Get a future for the moment when the item gets merged in the timeline.
The future will get finished just before this pending item is merged into its remote counterpart that comes with /sync. The pending item will always be in ReachedServer state. The future result has type implicitly convertible to const RoomEvent&
.
Definition at line 136 of file eventitem.h.
The documentation for this class was generated from the following file: