KD SOAP
1.9.1
Main Page
Namespaces
Classes
Files
File List
src
KDSoapClient
KDSoapPendingCallWatcher.h
1
/****************************************************************************
2
** Copyright (C) 2010-2020 Klaralvdalens Datakonsult AB, a KDAB Group company, info@kdab.com.
3
** All rights reserved.
4
**
5
** This file is part of the KD Soap library.
6
**
7
** Licensees holding valid commercial KD Soap licenses may use this file in
8
** accordance with the KD Soap Commercial License Agreement provided with
9
** the Software.
10
**
11
**
12
** This file may be distributed and/or modified under the terms of the
13
** GNU Lesser General Public License version 2.1 and version 3 as published by the
14
** Free Software Foundation and appearing in the file LICENSE.LGPL.txt included.
15
**
16
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
17
** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
18
**
19
** Contact info@kdab.com if any conditions of this licensing are not
20
** clear to you.
21
**
22
**********************************************************************/
23
#ifndef KDSOAPPENDINGCALLWATCHER_H
24
#define KDSOAPPENDINGCALLWATCHER_H
25
26
#include <QtCore/QObject>
27
#include "KDSoapPendingCall.h"
28
48
class
KDSOAP_EXPORT
KDSoapPendingCallWatcher
:
public
QObject,
public
KDSoapPendingCall
49
{
50
Q_OBJECT
51
public
:
57
explicit
KDSoapPendingCallWatcher
(
const
KDSoapPendingCall
&call, QObject *parent =
nullptr
);
61
~
KDSoapPendingCallWatcher
();
62
63
Q_SIGNALS:
70
void
finished(
KDSoapPendingCallWatcher
*
self
);
71
72
private
:
73
friend
class
KDSoapPendingCallPrivate;
74
75
Q_PRIVATE_SLOT(d,
void
_kd_slotReplyFinished())
76
class
Private;
77
Private *
const
d;
78
};
79
80
#endif // KDSOAPPENDINGCALLWATCHER_H
KDSoapPendingCallWatcher
Definition:
KDSoapPendingCallWatcher.h:48
KDSoapPendingCall
Definition:
KDSoapPendingCall.h:51
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/