CFx SDK Documentation  2023 SP0
Classes | Typedefs
FxNANetworkRequest.h File Reference
#include "../FxCommonFramework.h"
#include "../UI/FxUIObject.h"
#include <QtCore/QByteArray>
#include <QtCore/QList>
#include <QtCore/QUrl>
#include <QtCore/QVariant>
#include <QtNetwork/QNetworkRequest>

Go to the source code of this file.

Classes

class  CFxNANetworkRequest
 

Typedefs

using CFxNAByteArray = QByteArray
 
template<typename T >
using CFxNAList = QList< T >
 
using CFxNAUrl = QUrl
 
using CFxNAVariant = QVariant
 
typedef QNetworkRequest * FxNetworkRequestHandle
 

Typedef Documentation

◆ CFxNAByteArray

using CFxNAByteArray = QByteArray

Definition at line 27 of file FxNANetworkRequest.h.

◆ CFxNAList

template<typename T >
using CFxNAList = QList< T >

Definition at line 29 of file FxNANetworkRequest.h.

◆ CFxNAUrl

using CFxNAUrl = QUrl

Definition at line 30 of file FxNANetworkRequest.h.

◆ CFxNAVariant

using CFxNAVariant = QVariant

Definition at line 31 of file FxNANetworkRequest.h.

◆ FxNetworkRequestHandle

typedef QNetworkRequest* FxNetworkRequestHandle

Definition at line 46 of file FxNANetworkRequest.h.