42 #ifndef QDBUSPENDINGCALL_H 43 #define QDBUSPENDINGCALL_H 45 #include <QtCore/qglobal.h> 46 #include <QtCore/qobject.h> 47 #include <QtCore/qshareddata.h> 49 #include <QtDBus/qdbusmacros.h> 50 #include <QtDBus/qdbusmessage.h> 74 bool isFinished()
const;
75 void waitForFinished();
108 bool isFinished()
const;
110 void waitForFinished();
#define QT_END_NAMESPACE
This macro expands to.
The QDBusError class represents an error received from the D-Bus bus or from remote applications foun...
The QDBusPendingCall class refers to one pending asynchronous call.
#define Q_PRIVATE_SLOT(d, signature)
The QDBusPendingCallWatcher class provides a convenient way for waiting for asynchronous replies...
friend class QDBusPendingCallWatcher
The QObject class is the base class of all Qt objects.
QExplicitlySharedDataPointer< QDBusPendingCallPrivate > d
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QDBusConnection class represents a connection to the D-Bus bus daemon.
The QDBusMessage class represents one message sent or received over the D-Bus bus.
#define Q_DECLARE_PRIVATE(Class)