CFx SDK Documentation  2022 SP0
Public Member Functions | List of all members
CFxNetworkReply Class Referenceabstract

#include <FxNetworkAccessManager.h>

Public Member Functions

 CFxNetworkReply ()
 
virtual ~CFxNetworkReply ()
 
virtual void finishedRequest (QNetworkReply *)=0
 
virtual void downloadProgress (qint64 bytesReceived, qint64 bytesTotal)=0
 

Detailed Description

Fx network reply.

Definition at line 34 of file FxNetworkAccessManager.h.

Constructor & Destructor Documentation

◆ CFxNetworkReply()

CFxNetworkReply::CFxNetworkReply ( )

◆ ~CFxNetworkReply()

virtual CFxNetworkReply::~CFxNetworkReply ( )
virtual

Member Function Documentation

◆ downloadProgress()

virtual void CFxNetworkReply::downloadProgress ( qint64  bytesReceived,
qint64  bytesTotal 
)
pure virtual

Description: Gets called periodically.

◆ finishedRequest()

virtual void CFxNetworkReply::finishedRequest ( QNetworkReply *  )
pure virtual

Description: Gets called if the non-blocking request was finished.


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