KD SOAP API Documentation 2.2
Loading...
Searching...
No Matches
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 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>
15QT_BEGIN_NAMESPACE
16class QNetworkReply;
17class QBuffer;
20
39{
40public:
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
93private:
95 friend class KDSoapThreadTask;
97
98 friend class KDSoapPendingCallWatcher; // for connecting to d->reply
99
100 class Private;
102};
103
104#endif // KDSOAPPENDINGCALL_H
#define KDSOAP_EXPORT
T qobject_cast(QObject *object)

© 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 Sat Apr 20 2024 00:04:25 for KD SOAP API Documentation by doxygen 1.9.8