Home · All Classes · All Namespaces · Modules · Functions · Files

cli-channel-body.hpp

00001 #define IN_TELEPATHY_QT4_YELL_HEADER
00002 #include "TelepathyQt4Yell/channel.h"
00003 
00004 namespace Tpy
00005 {
00006 namespace Client
00007 {
00008 
00009 CallContentCodecOfferInterface::CallContentCodecOfferInterface(const QString& busName, const QString& objectPath, QObject *parent)
00010     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00011 {
00012 }
00013 
00014 CallContentCodecOfferInterface::CallContentCodecOfferInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00015     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00016 {
00017 }
00018 
00019 CallContentCodecOfferInterface::CallContentCodecOfferInterface(Tp::DBusProxy *proxy)
00020     : Tp::AbstractInterface(proxy, staticInterfaceName())
00021 {
00022 }
00023 
00024 CallContentCodecOfferInterface::CallContentCodecOfferInterface(const Tp::Client::ChannelInterface& mainInterface)
00025     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00026 {
00027 }
00028 
00029 CallContentCodecOfferInterface::CallContentCodecOfferInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00030     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00031 {
00032 }
00033 
00034 void CallContentCodecOfferInterface::invalidate(Tp::DBusProxy *proxy,
00035         const QString &error, const QString &message)
00036 {
00037 
00038     Tp::AbstractInterface::invalidate(proxy, error, message);
00039 }
00040 
00041 CallContentInterface::CallContentInterface(const QString& busName, const QString& objectPath, QObject *parent)
00042     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00043 {
00044 }
00045 
00046 CallContentInterface::CallContentInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00047     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00048 {
00049 }
00050 
00051 CallContentInterface::CallContentInterface(Tp::DBusProxy *proxy)
00052     : Tp::AbstractInterface(proxy, staticInterfaceName())
00053 {
00054 }
00055 
00056 CallContentInterface::CallContentInterface(const Tp::Client::ChannelInterface& mainInterface)
00057     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00058 {
00059 }
00060 
00061 CallContentInterface::CallContentInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00062     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00063 {
00064 }
00065 
00066 void CallContentInterface::invalidate(Tp::DBusProxy *proxy,
00067         const QString &error, const QString &message)
00068 {
00069     disconnect(this, SIGNAL(Removed()), NULL, NULL);
00070     disconnect(this, SIGNAL(StreamsAdded(const Tpy::ObjectPathList&)), NULL, NULL);
00071     disconnect(this, SIGNAL(StreamsRemoved(const Tpy::ObjectPathList&)), NULL, NULL);
00072 
00073     Tp::AbstractInterface::invalidate(proxy, error, message);
00074 }
00075 
00076 CallContentInterfaceMediaInterface::CallContentInterfaceMediaInterface(const QString& busName, const QString& objectPath, QObject *parent)
00077     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00078 {
00079 }
00080 
00081 CallContentInterfaceMediaInterface::CallContentInterfaceMediaInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00082     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00083 {
00084 }
00085 
00086 CallContentInterfaceMediaInterface::CallContentInterfaceMediaInterface(Tp::DBusProxy *proxy)
00087     : Tp::AbstractInterface(proxy, staticInterfaceName())
00088 {
00089 }
00090 
00091 CallContentInterfaceMediaInterface::CallContentInterfaceMediaInterface(const Tp::Client::ChannelInterface& mainInterface)
00092     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00093 {
00094 }
00095 
00096 CallContentInterfaceMediaInterface::CallContentInterfaceMediaInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00097     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00098 {
00099 }
00100 
00101 void CallContentInterfaceMediaInterface::invalidate(Tp::DBusProxy *proxy,
00102         const QString &error, const QString &message)
00103 {
00104     disconnect(this, SIGNAL(CodecsChanged(const Tpy::ContactCodecMap&, const Tpy::UIntList&)), NULL, NULL);
00105     disconnect(this, SIGNAL(NewCodecOffer(uint, const QDBusObjectPath&, const Tpy::CodecList&)), NULL, NULL);
00106 
00107     Tp::AbstractInterface::invalidate(proxy, error, message);
00108 }
00109 
00110 CallContentInterfaceMuteInterface::CallContentInterfaceMuteInterface(const QString& busName, const QString& objectPath, QObject *parent)
00111     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00112 {
00113 }
00114 
00115 CallContentInterfaceMuteInterface::CallContentInterfaceMuteInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00116     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00117 {
00118 }
00119 
00120 CallContentInterfaceMuteInterface::CallContentInterfaceMuteInterface(Tp::DBusProxy *proxy)
00121     : Tp::AbstractInterface(proxy, staticInterfaceName())
00122 {
00123 }
00124 
00125 CallContentInterfaceMuteInterface::CallContentInterfaceMuteInterface(const Tp::Client::ChannelInterface& mainInterface)
00126     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00127 {
00128 }
00129 
00130 CallContentInterfaceMuteInterface::CallContentInterfaceMuteInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00131     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00132 {
00133 }
00134 
00135 void CallContentInterfaceMuteInterface::invalidate(Tp::DBusProxy *proxy,
00136         const QString &error, const QString &message)
00137 {
00138     disconnect(this, SIGNAL(MuteStateChanged(bool)), NULL, NULL);
00139 
00140     Tp::AbstractInterface::invalidate(proxy, error, message);
00141 }
00142 
00143 CallStreamEndpointInterface::CallStreamEndpointInterface(const QString& busName, const QString& objectPath, QObject *parent)
00144     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00145 {
00146 }
00147 
00148 CallStreamEndpointInterface::CallStreamEndpointInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00149     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00150 {
00151 }
00152 
00153 CallStreamEndpointInterface::CallStreamEndpointInterface(Tp::DBusProxy *proxy)
00154     : Tp::AbstractInterface(proxy, staticInterfaceName())
00155 {
00156 }
00157 
00158 CallStreamEndpointInterface::CallStreamEndpointInterface(const Tp::Client::ChannelInterface& mainInterface)
00159     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00160 {
00161 }
00162 
00163 CallStreamEndpointInterface::CallStreamEndpointInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00164     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00165 {
00166 }
00167 
00168 void CallStreamEndpointInterface::invalidate(Tp::DBusProxy *proxy,
00169         const QString &error, const QString &message)
00170 {
00171     disconnect(this, SIGNAL(RemoteCredentialsSet(const QString&, const QString&)), NULL, NULL);
00172     disconnect(this, SIGNAL(RemoteCandidatesAdded(const Tpy::CandidateList&)), NULL, NULL);
00173     disconnect(this, SIGNAL(CandidateSelected(const Tpy::Candidate&)), NULL, NULL);
00174     disconnect(this, SIGNAL(StreamStateChanged(uint)), NULL, NULL);
00175 
00176     Tp::AbstractInterface::invalidate(proxy, error, message);
00177 }
00178 
00179 CallStreamInterface::CallStreamInterface(const QString& busName, const QString& objectPath, QObject *parent)
00180     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00181 {
00182 }
00183 
00184 CallStreamInterface::CallStreamInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00185     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00186 {
00187 }
00188 
00189 CallStreamInterface::CallStreamInterface(Tp::DBusProxy *proxy)
00190     : Tp::AbstractInterface(proxy, staticInterfaceName())
00191 {
00192 }
00193 
00194 CallStreamInterface::CallStreamInterface(const Tp::Client::ChannelInterface& mainInterface)
00195     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00196 {
00197 }
00198 
00199 CallStreamInterface::CallStreamInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00200     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00201 {
00202 }
00203 
00204 void CallStreamInterface::invalidate(Tp::DBusProxy *proxy,
00205         const QString &error, const QString &message)
00206 {
00207     disconnect(this, SIGNAL(RemoteMembersChanged(const Tpy::ContactSendingStateMap&, const Tpy::UIntList&)), NULL, NULL);
00208     disconnect(this, SIGNAL(LocalSendingStateChanged(uint)), NULL, NULL);
00209 
00210     Tp::AbstractInterface::invalidate(proxy, error, message);
00211 }
00212 
00213 CallStreamInterfaceMediaInterface::CallStreamInterfaceMediaInterface(const QString& busName, const QString& objectPath, QObject *parent)
00214     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00215 {
00216 }
00217 
00218 CallStreamInterfaceMediaInterface::CallStreamInterfaceMediaInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00219     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00220 {
00221 }
00222 
00223 CallStreamInterfaceMediaInterface::CallStreamInterfaceMediaInterface(Tp::DBusProxy *proxy)
00224     : Tp::AbstractInterface(proxy, staticInterfaceName())
00225 {
00226 }
00227 
00228 CallStreamInterfaceMediaInterface::CallStreamInterfaceMediaInterface(const Tp::Client::ChannelInterface& mainInterface)
00229     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00230 {
00231 }
00232 
00233 CallStreamInterfaceMediaInterface::CallStreamInterfaceMediaInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00234     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00235 {
00236 }
00237 
00238 void CallStreamInterfaceMediaInterface::invalidate(Tp::DBusProxy *proxy,
00239         const QString &error, const QString &message)
00240 {
00241     disconnect(this, SIGNAL(LocalCandidatesAdded(const Tpy::CandidateList&)), NULL, NULL);
00242     disconnect(this, SIGNAL(LocalCredentialsChanged(const QString&, const QString&)), NULL, NULL);
00243     disconnect(this, SIGNAL(RelayInfoChanged(const Tpy::StringVariantMapList&)), NULL, NULL);
00244     disconnect(this, SIGNAL(STUNServersChanged(const Tpy::SocketAddressIPList&)), NULL, NULL);
00245     disconnect(this, SIGNAL(ServerInfoRetrieved()), NULL, NULL);
00246     disconnect(this, SIGNAL(EndpointsChanged(const Tpy::ObjectPathList&, const Tpy::ObjectPathList&)), NULL, NULL);
00247     disconnect(this, SIGNAL(PleaseRestartICE()), NULL, NULL);
00248 
00249     Tp::AbstractInterface::invalidate(proxy, error, message);
00250 }
00251 
00252 ChannelInterfaceCredentialsStorageInterface::ChannelInterfaceCredentialsStorageInterface(const QString& busName, const QString& objectPath, QObject *parent)
00253     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00254 {
00255 }
00256 
00257 ChannelInterfaceCredentialsStorageInterface::ChannelInterfaceCredentialsStorageInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00258     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00259 {
00260 }
00261 
00262 ChannelInterfaceCredentialsStorageInterface::ChannelInterfaceCredentialsStorageInterface(Tp::DBusProxy *proxy)
00263     : Tp::AbstractInterface(proxy, staticInterfaceName())
00264 {
00265 }
00266 
00267 ChannelInterfaceCredentialsStorageInterface::ChannelInterfaceCredentialsStorageInterface(const Tp::Client::ChannelInterface& mainInterface)
00268     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00269 {
00270 }
00271 
00272 ChannelInterfaceCredentialsStorageInterface::ChannelInterfaceCredentialsStorageInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00273     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00274 {
00275 }
00276 
00277 void ChannelInterfaceCredentialsStorageInterface::invalidate(Tp::DBusProxy *proxy,
00278         const QString &error, const QString &message)
00279 {
00280 
00281     Tp::AbstractInterface::invalidate(proxy, error, message);
00282 }
00283 
00284 ChannelTypeCallInterface::ChannelTypeCallInterface(const QString& busName, const QString& objectPath, QObject *parent)
00285     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00286 {
00287 }
00288 
00289 ChannelTypeCallInterface::ChannelTypeCallInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00290     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00291 {
00292 }
00293 
00294 ChannelTypeCallInterface::ChannelTypeCallInterface(Tp::DBusProxy *proxy)
00295     : Tp::AbstractInterface(proxy, staticInterfaceName())
00296 {
00297 }
00298 
00299 ChannelTypeCallInterface::ChannelTypeCallInterface(const Tp::Client::ChannelInterface& mainInterface)
00300     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00301 {
00302 }
00303 
00304 ChannelTypeCallInterface::ChannelTypeCallInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00305     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00306 {
00307 }
00308 
00309 void ChannelTypeCallInterface::invalidate(Tp::DBusProxy *proxy,
00310         const QString &error, const QString &message)
00311 {
00312     disconnect(this, SIGNAL(ContentAdded(const QDBusObjectPath&)), NULL, NULL);
00313     disconnect(this, SIGNAL(ContentRemoved(const QDBusObjectPath&)), NULL, NULL);
00314     disconnect(this, SIGNAL(CallStateChanged(uint, uint, const Tpy::CallStateReason&, const QVariantMap&)), NULL, NULL);
00315     disconnect(this, SIGNAL(CallMembersChanged(const Tpy::CallMemberMap&, const Tpy::UIntList&)), NULL, NULL);
00316 
00317     Tp::AbstractInterface::invalidate(proxy, error, message);
00318 }
00319 }
00320 }


Copyright © 2008-2010 Collabora Ltd. and Nokia Corporation
Telepathy-Qt4-Yell 0.1.6