8 #ifndef IN_TP_QT_HEADER
12 #include <TelepathyQt/Types>
20 #include <QDBusPendingReply>
22 #include <TelepathyQt/AbstractInterface>
23 #include <TelepathyQt/DBusProxy>
24 #include <TelepathyQt/Global>
29 class PendingOperation;
134 return internalRequestAllProperties();
157 if (!invalidationReason().isEmpty()) {
159 invalidationReason(),
160 invalidationMessage()
166 return this->connection().asyncCall(callMessage, timeout);
193 void NewDebugMessage(
double time,
const QString& domain, uint level,
const QString& message);
static QLatin1String staticInterfaceName()
Definition: cli-debug-receiver.h:55
Definition: cli-debug-receiver.h:44
The PendingOperation class is a base class for pending asynchronous operations.
Definition: pending-operation.h:45
Definition: abstract-adaptor.cpp:31
Tp::PendingVariant * requestPropertyEnabled() const
Definition: cli-debug-receiver.h:106
The DBusProxy class is a base class representing a remote object available over D-Bus.
Definition: dbus-proxy.h:42
Tp::PendingOperation * setPropertyEnabled(bool newValue)
Definition: cli-debug-receiver.h:121
Tp::PendingVariantMap * requestAllProperties() const
Definition: cli-debug-receiver.h:132
QDBusPendingReply< Tp::DebugMessageList > GetMessages(int timeout=-1)
Definition: cli-debug-receiver.h:155
QVariant fromValue(const T &value)
The PendingVariantMap class is a generic subclass of PendingOperation representing a pending D-Bus me...
Definition: pending-variant-map.h:38
The AbstractInterface class is the base class for all client side D-Bus interfaces, allowing access to remote methods/properties/signals.
Definition: abstract-interface.h:42
QDBusMessage createError(const QString &name, const QString &msg)
The PendingVariant class is a generic subclass of PendingOperation representing a pending D-Bus metho...
Definition: pending-variant.h:38
QDBusMessage createMethodCall(const QString &service, const QString &path, const QString &interface, const QString &method)