KD SOAP API Documentation  2.1
KDSoapPendingCall.h
Go to the documentation of this file.
1 /****************************************************************************
2 **
3 ** This file is part of the KD Soap project.
4 **
5 ** SPDX-FileCopyrightText: 2010-2022 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>
6 **
7 ** SPDX-License-Identifier: MIT
8 **
9 ****************************************************************************/
10 #ifndef KDSOAPPENDINGCALL_H
11 #define KDSOAPPENDINGCALL_H
12 
13 #include "KDSoapMessage.h"
14 #include <QtCore/QExplicitlySharedDataPointer>
15 QT_BEGIN_NAMESPACE
16 class QNetworkReply;
17 class QBuffer;
18 QT_END_NAMESPACE
20 
39 {
40 public:
46 
53 
63  KDSoapPendingCall &operator=(const KDSoapPendingCall &other);
64 
69  KDSoapMessage returnMessage() const;
70 
75  QVariant returnValue() const;
76 
80  KDSoapHeaders returnHeaders() const;
81 
91  bool isFinished() const;
92 
93 private:
94  friend class KDSoapClientInterface;
95  friend class KDSoapThreadTask;
96  KDSoapPendingCall(QNetworkReply *reply, QBuffer *buffer);
97 
98  friend class KDSoapPendingCallWatcher; // for connecting to d->reply
99 
100  class Private;
101  QExplicitlySharedDataPointer<Private> d;
102 };
103 
104 #endif // KDSOAPPENDINGCALL_H
#define KDSOAP_EXPORT
Definition: KDSoapGlobal.h:22

© 2010-2022 Klarälvdalens Datakonsult AB (KDAB)
"The Qt, C++ and OpenGL Experts"
https://www.kdab.com/
https://www.kdab.com/development-resources/qt-tools/kd-soap/
Generated on Tue Jun 13 2023 12:18:34 for KD SOAP API Documentation by doxygen 1.9.1