KD SOAP API Documentation
2.1
src
KDSoapClient
KDSoapPendingCallWatcher.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 KDSOAPPENDINGCALLWATCHER_H
11
#define KDSOAPPENDINGCALLWATCHER_H
12
13
#include "
KDSoapPendingCall.h
"
14
#include <QtCore/QObject>
15
35
class
KDSOAP_EXPORT
KDSoapPendingCallWatcher
:
public
QObject,
public
KDSoapPendingCall
36
{
37
Q_OBJECT
38
public
:
44
explicit
KDSoapPendingCallWatcher
(
const
KDSoapPendingCall
&call, QObject *parent =
nullptr
);
48
~
KDSoapPendingCallWatcher
();
49
50
Q_SIGNALS:
57
void
finished
(
KDSoapPendingCallWatcher
*
self
);
58
59
private
:
60
friend
class
KDSoapPendingCallPrivate;
61
62
class
Private
;
63
Private
*
const
d;
64
};
65
66
#endif
// KDSOAPPENDINGCALLWATCHER_H
KDSOAP_EXPORT
#define KDSOAP_EXPORT
Definition:
KDSoapGlobal.h:22
KDSoapPendingCall.h
KDSoapPendingCallWatcher::Private
Definition:
KDSoapPendingCallWatcher_p.h:15
KDSoapPendingCallWatcher
Definition:
KDSoapPendingCallWatcher.h:36
KDSoapPendingCallWatcher::finished
void finished(KDSoapPendingCallWatcher *self)
KDSoapPendingCall
Definition:
KDSoapPendingCall.h:39
KDSoapPendingCall::KDSoapPendingCallWatcher
friend class KDSoapPendingCallWatcher
Definition:
KDSoapPendingCall.h:98
© 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