Home · All Classes · All Namespaces · Modules · Functions · Files
cli-client-body.hpp
1 #define IN_TP_QT_HEADER
2 #include "TelepathyQt/client.h"
3 
4 namespace Tp
5 {
6 namespace Client
7 {
8 
9 ClientInterface::ClientInterface(const QString& busName, const QString& objectPath, QObject *parent)
10  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
11 {
12 }
13 
14 ClientInterface::ClientInterface(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 
28  Tp::AbstractInterface::invalidate(proxy, error, message);
29 }
30 
31 ClientApproverInterface::ClientApproverInterface(const QString& busName, const QString& objectPath, QObject *parent)
32  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
33 {
34 }
35 
36 ClientApproverInterface::ClientApproverInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
37  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
38 {
39 }
40 
43 {
44 }
45 
47  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
48 {
49 }
50 
52  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
53 {
54 }
55 
57  const QString &error, const QString &message)
58 {
59 
60  Tp::AbstractInterface::invalidate(proxy, error, message);
61 }
62 
63 ClientHandlerInterface::ClientHandlerInterface(const QString& busName, const QString& objectPath, QObject *parent)
64  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
65 {
66 }
67 
68 ClientHandlerInterface::ClientHandlerInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
69  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
70 {
71 }
72 
75 {
76 }
77 
79  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
80 {
81 }
82 
84  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
85 {
86 }
87 
89  const QString &error, const QString &message)
90 {
91 
92  Tp::AbstractInterface::invalidate(proxy, error, message);
93 }
94 
95 ClientInterfaceRequestsInterface::ClientInterfaceRequestsInterface(const QString& busName, const QString& objectPath, QObject *parent)
96  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
97 {
98 }
99 
100 ClientInterfaceRequestsInterface::ClientInterfaceRequestsInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
101  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
102 {
103 }
104 
107 {
108 }
109 
111  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
112 {
113 }
114 
116  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
117 {
118 }
119 
121  const QString &error, const QString &message)
122 {
123 
124  Tp::AbstractInterface::invalidate(proxy, error, message);
125 }
126 
127 ClientObserverInterface::ClientObserverInterface(const QString& busName, const QString& objectPath, QObject *parent)
128  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
129 {
130 }
131 
132 ClientObserverInterface::ClientObserverInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
133  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
134 {
135 }
136 
139 {
140 }
141 
143  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
144 {
145 }
146 
148  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
149 {
150 }
151 
153  const QString &error, const QString &message)
154 {
155 
156  Tp::AbstractInterface::invalidate(proxy, error, message);
157 }
158 }
159 }
ClientObserverInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-client-body.hpp:127
static QLatin1String staticInterfaceName()
Definition: cli-client.h:752
ClientHandlerInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-client-body.hpp:63
ClientInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-client-body.hpp:9
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-client-body.hpp:120
ClientInterfaceRequestsInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-client-body.hpp:95
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
Definition: cli-client.h:44
static QLatin1String staticInterfaceName()
Definition: cli-client.h:376
static QLatin1String staticInterfaceName()
Definition: cli-client.h:55
ClientApproverInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-client-body.hpp:31
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-client-body.hpp:152
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-client-body.hpp:24
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-client-body.hpp:56
static QLatin1String staticInterfaceName()
Definition: cli-client.h:997
Definition: abstract-adaptor.cpp:31
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-client-body.hpp:88
static QLatin1String staticInterfaceName()
Definition: cli-client.h:156
virtual void invalidate(Tp::DBusProxy *proxy, const QString &error, const QString &message)
Definition: abstract-interface.cpp:101
The DBusProxy class is a base class representing a remote object available over D-Bus.
Definition: dbus-proxy.h:42


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