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);
Tp::PendingOperation * setPropertyEnabled(bool newValue)
Definition: cli-debug-receiver.h:121
Tp::PendingVariantMap * requestAllProperties() const
Definition: cli-debug-receiver.h:132
The DBusProxy class is a base class representing a remote object available over D-Bus.
Definition: dbus-proxy.h:42
static QLatin1String staticInterfaceName()
Definition: cli-debug-receiver.h:55
Tp::PendingVariant * requestPropertyEnabled() const
Definition: cli-debug-receiver.h:106
The PendingVariantMap class is a generic subclass of PendingOperation representing a pending D-Bus me...
Definition: pending-variant-map.h:38
Definition: cli-debug-receiver.h:44
The PendingVariant class is a generic subclass of PendingOperation representing a pending D-Bus metho...
Definition: pending-variant.h:38
QVariant fromValue(const T &value)
Definition: abstract-adaptor.cpp:31
QDBusPendingCall asyncCall(const QDBusMessage &message, int timeout) const
QDBusMessage createError(const QString &name, const QString &msg)
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
The PendingOperation class is a base class for pending asynchronous operations.
Definition: pending-operation.h:45
QDBusMessage createMethodCall(const QString &service, const QString &path, const QString &interface, const QString &method)
QDBusPendingReply< Tp::DebugMessageList > GetMessages(int timeout=-1)
Definition: cli-debug-receiver.h:155