libQuotient
A Qt library for building matrix clients
|
Enumerations | |
enum | Code : uint16_t { Normal = 0x0 , Submitted = 0x01 , FileUploaded = 0x02 , Departed = 0x03 , ReachedServer = 0x04 , SendingFailed = 0x05 , Redacted = 0x08 , Replaced = 0x10 , Hidden = 0x100 } |
enum Quotient::EventStatus::Code : uint16_t |
Special marks an event can assume
This is used to hint at a special status of some events in UI. All values except Redacted and Hidden are mutually exclusive.
Definition at line 25 of file eventitem.h.