23 #ifndef _TelepathyQt_dbus_proxy_h_HEADER_GUARD_ 24 #define _TelepathyQt_dbus_proxy_h_HEADER_GUARD_ 26 #ifndef IN_TP_QT_HEADER 27 #error IN_TP_QT_HEADER 30 #include <TelepathyQt/Global> 31 #include <TelepathyQt/Object> 32 #include <TelepathyQt/ReadyObject> 57 QString invalidationReason()
const;
58 QString invalidationMessage()
const;
65 void setBusName(
const QString &busName);
70 TP_QT_NO_EXPORT
void emitInvalidated();
73 friend class TestBackdoors;
76 friend struct Private;
92 friend struct Private;
111 TP_QT_NO_EXPORT
void onServiceOwnerChanged(
const QString &name,
const QString &oldOwner,
116 friend struct Private;
The DBusProxy class is a base class representing a remote object available over D-Bus.
Definition: dbus-proxy.h:42
The StatefulDBusProxy class is a base class representing a remote object whose API is stateful...
Definition: dbus-proxy.h:96
The StatelessDBusProxy class is a base class representing a remote object whose API is basically stat...
Definition: dbus-proxy.h:80
The Object class provides an object with property notification.
Definition: object.h:39
Definition: ready-object.h:42
The Feature class represents a feature that can be enabled on demand.
Definition: feature.h:41
Definition: abstract-adaptor.cpp:31