1 #define IN_TP_QT_HEADER
2 #include "TelepathyQt/dbus.h"
12 : Tp::
AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
17 : Tp::
AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
27 : Tp::
AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
32 : Tp::
AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
37 const QString &error,
const QString &message)
39 disconnect(
this, SIGNAL(
NameOwnerChanged(
const QString&,
const QString&,
const QString&)), NULL, NULL);
40 disconnect(
this, SIGNAL(
NameLost(
const QString&)), NULL, NULL);
41 disconnect(
this, SIGNAL(
NameAcquired(
const QString&)), NULL, NULL);
47 : Tp::
AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
52 : Tp::
AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
62 : Tp::
AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
67 : Tp::
AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
72 const QString &error,
const QString &message)
79 : Tp::
AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
84 : Tp::
AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
94 : Tp::
AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
99 : Tp::
AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
104 const QString &error,
const QString &message)
111 : Tp::
AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
116 : Tp::
AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
126 : Tp::
AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
131 : Tp::
AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
136 const QString &error,
const QString &message)
The DBusProxy class is a base class representing a remote object available over D-Bus.
Definition: dbus-proxy.h:42
void NameAcquired(const QString &name)
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-dbus-body.hpp:103
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-dbus-body.hpp:36
void NameLost(const QString &name)
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
virtual void invalidate(Tp::DBusProxy *proxy, const QString &error, const QString &message)
Definition: abstract-interface.cpp:101
PropertiesInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-dbus-body.hpp:110
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-dbus-body.hpp:135
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-dbus-body.hpp:71
DBusDaemonInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-dbus-body.hpp:11
PeerInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-dbus-body.hpp:78
void NameOwnerChanged(const QString &name, const QString &oldOwner, const QString &newOwner)
IntrospectableInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-dbus-body.hpp:46