![]() |
libQuotient
A Qt library for building matrix clients
|
#include <room.h>
Public Types | |
| enum | Status { None , Started , Completed , Failed , Cancelled } |
Public Member Functions | |
| bool | started () const |
| bool | completed () const |
| bool | active () const |
| bool | failed () const |
Public Attributes | |
| Status | status = None |
Properties | |
| bool | isUpload = false |
| bool | active |
| bool | started |
| bool | completed |
| bool | failed |
| int | progress = 0 |
| int | total = -1 |
| QUrl | localDir {} |
| QUrl | localPath {} |
The data structure used to expose file transfer information to views
This is specifically tuned to work with QML exposing all traits as Q_PROPERTY values.