CFx SDK Documentation
2023 SP0
|
#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 |
using CFxNAByteArray = QByteArray |
Definition at line 33 of file FxNANetworkReply.h.
using CFxNAList = QList< T > |
Definition at line 35 of file FxNANetworkReply.h.
using CFxNAPair = QPair< T1, T2 > |
Definition at line 37 of file FxNANetworkReply.h.
using CFxNAString = QString |
Definition at line 38 of file FxNANetworkReply.h.
using CFxNAVariant = QVariant |
Definition at line 39 of file FxNANetworkReply.h.