Home · All Classes · All Namespaces · Modules · Functions · Files
cli-call-stream-endpoint-body.hpp
1 #define IN_TP_QT_HEADER
2 #include "TelepathyQt/call-stream-endpoint.h"
3 
4 namespace Tp
5 {
6 namespace Client
7 {
8 
9 CallStreamEndpointInterface::CallStreamEndpointInterface(const QString& busName, const QString& objectPath, QObject *parent)
10  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
11 {
12 }
13 
14 CallStreamEndpointInterface::CallStreamEndpointInterface(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(RemoteCredentialsSet(const QString&, const QString&)), NULL, NULL);
28  disconnect(this, SIGNAL(RemoteCandidatesAdded(const Tp::CandidateList&)), NULL, NULL);
29  disconnect(this, SIGNAL(CandidatePairSelected(const Tp::Candidate&, const Tp::Candidate&)), NULL, NULL);
30  disconnect(this, SIGNAL(EndpointStateChanged(uint, uint)), NULL, NULL);
31  disconnect(this, SIGNAL(ControllingChanged(bool)), NULL, NULL);
32 
33  Tp::AbstractInterface::invalidate(proxy, error, message);
34 }
35 }
36 }
static QLatin1String staticInterfaceName()
Definition: cli-call-stream-endpoint.h:55
void EndpointStateChanged(uint component, uint state)
void ControllingChanged(bool controlling)
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
void RemoteCandidatesAdded(const Tp::CandidateList &candidates)
QList< Candidate > CandidateList
Definition: build/TelepathyQt/_gen/types.h:422
void RemoteCredentialsSet(const QString &username, const QString &password)
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-call-stream-endpoint-body.hpp:24
Definition: build/TelepathyQt/_gen/types.h:388
CallStreamEndpointInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-call-stream-endpoint-body.hpp:9
void CandidatePairSelected(const Tp::Candidate &localCandidate, const Tp::Candidate &remoteCandidate)
Definition: abstract-adaptor.cpp:31
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