Home · All Classes · All Namespaces · Modules · Functions · Files
cli-debug-receiver-body.hpp
1 #define IN_TP_QT_HEADER
2 #include "TelepathyQt/debug-receiver.h"
3 
4 namespace Tp
5 {
6 namespace Client
7 {
8 
9 DebugInterface::DebugInterface(const QString& busName, const QString& objectPath, QObject *parent)
10  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
11 {
12 }
13 
14 DebugInterface::DebugInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
15  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
16 {
17 }
18 
21 {
22 }
23 
25  const QString &error, const QString &message)
26 {
27  disconnect(this, SIGNAL(NewDebugMessage(double, const QString&, uint, const QString&)), NULL, NULL);
28 
29  Tp::AbstractInterface::invalidate(proxy, error, message);
30 }
31 }
32 }
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
static QLatin1String staticInterfaceName()
Definition: cli-debug-receiver.h:55
Definition: abstract-adaptor.cpp:31
virtual void invalidate(Tp::DBusProxy *proxy, const QString &error, const QString &message)
Definition: abstract-interface.cpp:101
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-debug-receiver-body.hpp:24
The DBusProxy class is a base class representing a remote object available over D-Bus.
Definition: dbus-proxy.h:42
DebugInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-debug-receiver-body.hpp:9
void NewDebugMessage(double time, const QString &domain, uint level, const QString &message)


Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation
Telepathy-Qt 0.9.7