libQuotient
A Qt library for building matrix clients
Quotient::MxcReply Class Reference

#include <mxcreply.h>

Inheritance diagram for Quotient::MxcReply:
Collaboration diagram for Quotient::MxcReply:

Public Slots

void abort () override
 

Public Member Functions

 MxcReply ()
 
 MxcReply (QNetworkReply *reply, const EncryptedFileMetadata &fileMetadata)
 
qint64 bytesAvailable () const override
 

Protected Member Functions

qint64 readData (char *data, qint64 maxSize) override
 

Detailed Description

Definition at line 13 of file mxcreply.h.

Constructor & Destructor Documentation

◆ MxcReply() [1/2]

Quotient::MxcReply::MxcReply ( )
explicit

◆ MxcReply() [2/2]

Quotient::MxcReply::MxcReply ( QNetworkReply *  reply,
const EncryptedFileMetadata fileMetadata 
)
explicit

Member Function Documentation

◆ abort

void Quotient::MxcReply::abort ( )
overrideslot

◆ bytesAvailable()

qint64 Quotient::MxcReply::bytesAvailable ( ) const
override

◆ readData()

qint64 Quotient::MxcReply::readData ( char *  data,
qint64  maxSize 
)
overrideprotected

The documentation for this class was generated from the following file: