CFx SDK Documentation  2020SP3
Classes | Typedefs
FxNANetworkReply.h File Reference
#include "../FxCommonFramework.h"
#include "../UI/FxUIObject.h"
#include "../UI/FxUISignal.h"
#include "FxNANetworkRequest.h"
#include <QtCore/QByteArray>
#include <QtCore/QList>
#include <QtCore/QPair>
#include <QtCore/QSharedPointer>
#include <QtCore/QString>
#include <QtCore/QVariant>
#include <cstddef>

Go to the source code of this file.

Classes

class  CFxNANetworkReply
 

Typedefs

using CFxNAByteArray = QByteArray
 
template<typename T >
using CFxNAList = QList< T >
 
template<typename T1 , typename T2 >
using CFxNAPair = QPair< T1, T2 >
 
using CFxNAString = QString
 
using CFxNAVariant = QVariant
 

Typedef Documentation

◆ CFxNAByteArray

using CFxNAByteArray = QByteArray

Definition at line 33 of file FxNANetworkReply.h.

◆ CFxNAList

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

Definition at line 35 of file FxNANetworkReply.h.

◆ CFxNAPair

template<typename T1 , typename T2 >
using CFxNAPair = QPair< T1, T2 >

Definition at line 37 of file FxNANetworkReply.h.

◆ CFxNAString

using CFxNAString = QString

Definition at line 38 of file FxNANetworkReply.h.

◆ CFxNAVariant

using CFxNAVariant = QVariant

Definition at line 39 of file FxNANetworkReply.h.