Home · All Classes · All Namespaces · Modules · Functions · Files
cli-channel-body.hpp
00001 #define IN_TP_QT_HEADER
00002 #include "TelepathyQt/channel.h"
00003 
00004 namespace Tp
00005 {
00006 namespace Client
00007 {
00008 
00009 ChannelInterface::ChannelInterface(const QString& busName, const QString& objectPath, QObject *parent)
00010     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00011 {
00012 }
00013 
00014 ChannelInterface::ChannelInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00015     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00016 {
00017 }
00018 
00019 ChannelInterface::ChannelInterface(Tp::DBusProxy *proxy)
00020     : Tp::AbstractInterface(proxy, staticInterfaceName())
00021 {
00022 }
00023 
00024 void ChannelInterface::invalidate(Tp::DBusProxy *proxy,
00025         const QString &error, const QString &message)
00026 {
00027     disconnect(this, SIGNAL(Closed()), NULL, NULL);
00028 
00029     Tp::AbstractInterface::invalidate(proxy, error, message);
00030 }
00031 
00032 ChannelInterfaceAnonymityInterface::ChannelInterfaceAnonymityInterface(const QString& busName, const QString& objectPath, QObject *parent)
00033     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00034 {
00035 }
00036 
00037 ChannelInterfaceAnonymityInterface::ChannelInterfaceAnonymityInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00038     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00039 {
00040 }
00041 
00042 ChannelInterfaceAnonymityInterface::ChannelInterfaceAnonymityInterface(Tp::DBusProxy *proxy)
00043     : Tp::AbstractInterface(proxy, staticInterfaceName())
00044 {
00045 }
00046 
00047 ChannelInterfaceAnonymityInterface::ChannelInterfaceAnonymityInterface(const Tp::Client::ChannelInterface& mainInterface)
00048     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00049 {
00050 }
00051 
00052 ChannelInterfaceAnonymityInterface::ChannelInterfaceAnonymityInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00053     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00054 {
00055 }
00056 
00057 void ChannelInterfaceAnonymityInterface::invalidate(Tp::DBusProxy *proxy,
00058         const QString &error, const QString &message)
00059 {
00060 
00061     Tp::AbstractInterface::invalidate(proxy, error, message);
00062 }
00063 
00064 ChannelInterfaceCallStateInterface::ChannelInterfaceCallStateInterface(const QString& busName, const QString& objectPath, QObject *parent)
00065     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00066 {
00067 }
00068 
00069 ChannelInterfaceCallStateInterface::ChannelInterfaceCallStateInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00070     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00071 {
00072 }
00073 
00074 ChannelInterfaceCallStateInterface::ChannelInterfaceCallStateInterface(Tp::DBusProxy *proxy)
00075     : Tp::AbstractInterface(proxy, staticInterfaceName())
00076 {
00077 }
00078 
00079 ChannelInterfaceCallStateInterface::ChannelInterfaceCallStateInterface(const Tp::Client::ChannelInterface& mainInterface)
00080     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00081 {
00082 }
00083 
00084 ChannelInterfaceCallStateInterface::ChannelInterfaceCallStateInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00085     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00086 {
00087 }
00088 
00089 void ChannelInterfaceCallStateInterface::invalidate(Tp::DBusProxy *proxy,
00090         const QString &error, const QString &message)
00091 {
00092     disconnect(this, SIGNAL(CallStateChanged(uint, uint)), NULL, NULL);
00093 
00094     Tp::AbstractInterface::invalidate(proxy, error, message);
00095 }
00096 
00097 ChannelInterfaceCaptchaAuthenticationInterface::ChannelInterfaceCaptchaAuthenticationInterface(const QString& busName, const QString& objectPath, QObject *parent)
00098     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00099 {
00100 }
00101 
00102 ChannelInterfaceCaptchaAuthenticationInterface::ChannelInterfaceCaptchaAuthenticationInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00103     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00104 {
00105 }
00106 
00107 ChannelInterfaceCaptchaAuthenticationInterface::ChannelInterfaceCaptchaAuthenticationInterface(Tp::DBusProxy *proxy)
00108     : Tp::AbstractInterface(proxy, staticInterfaceName())
00109 {
00110 }
00111 
00112 ChannelInterfaceCaptchaAuthenticationInterface::ChannelInterfaceCaptchaAuthenticationInterface(const Tp::Client::ChannelInterface& mainInterface)
00113     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00114 {
00115 }
00116 
00117 ChannelInterfaceCaptchaAuthenticationInterface::ChannelInterfaceCaptchaAuthenticationInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00118     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00119 {
00120 }
00121 
00122 void ChannelInterfaceCaptchaAuthenticationInterface::invalidate(Tp::DBusProxy *proxy,
00123         const QString &error, const QString &message)
00124 {
00125 
00126     Tp::AbstractInterface::invalidate(proxy, error, message);
00127 }
00128 
00129 ChannelInterfaceChatStateInterface::ChannelInterfaceChatStateInterface(const QString& busName, const QString& objectPath, QObject *parent)
00130     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00131 {
00132 }
00133 
00134 ChannelInterfaceChatStateInterface::ChannelInterfaceChatStateInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00135     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00136 {
00137 }
00138 
00139 ChannelInterfaceChatStateInterface::ChannelInterfaceChatStateInterface(Tp::DBusProxy *proxy)
00140     : Tp::AbstractInterface(proxy, staticInterfaceName())
00141 {
00142 }
00143 
00144 ChannelInterfaceChatStateInterface::ChannelInterfaceChatStateInterface(const Tp::Client::ChannelInterface& mainInterface)
00145     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00146 {
00147 }
00148 
00149 ChannelInterfaceChatStateInterface::ChannelInterfaceChatStateInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00150     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00151 {
00152 }
00153 
00154 void ChannelInterfaceChatStateInterface::invalidate(Tp::DBusProxy *proxy,
00155         const QString &error, const QString &message)
00156 {
00157     disconnect(this, SIGNAL(ChatStateChanged(uint, uint)), NULL, NULL);
00158 
00159     Tp::AbstractInterface::invalidate(proxy, error, message);
00160 }
00161 
00162 ChannelInterfaceConferenceInterface::ChannelInterfaceConferenceInterface(const QString& busName, const QString& objectPath, QObject *parent)
00163     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00164 {
00165 }
00166 
00167 ChannelInterfaceConferenceInterface::ChannelInterfaceConferenceInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00168     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00169 {
00170 }
00171 
00172 ChannelInterfaceConferenceInterface::ChannelInterfaceConferenceInterface(Tp::DBusProxy *proxy)
00173     : Tp::AbstractInterface(proxy, staticInterfaceName())
00174 {
00175 }
00176 
00177 ChannelInterfaceConferenceInterface::ChannelInterfaceConferenceInterface(const Tp::Client::ChannelInterface& mainInterface)
00178     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00179 {
00180 }
00181 
00182 ChannelInterfaceConferenceInterface::ChannelInterfaceConferenceInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00183     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00184 {
00185 }
00186 
00187 void ChannelInterfaceConferenceInterface::invalidate(Tp::DBusProxy *proxy,
00188         const QString &error, const QString &message)
00189 {
00190     disconnect(this, SIGNAL(ChannelMerged(const QDBusObjectPath&, uint, const QVariantMap&)), NULL, NULL);
00191     disconnect(this, SIGNAL(ChannelRemoved(const QDBusObjectPath&, const QVariantMap&)), NULL, NULL);
00192 
00193     Tp::AbstractInterface::invalidate(proxy, error, message);
00194 }
00195 
00196 ChannelInterfaceDTMFInterface::ChannelInterfaceDTMFInterface(const QString& busName, const QString& objectPath, QObject *parent)
00197     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00198 {
00199 }
00200 
00201 ChannelInterfaceDTMFInterface::ChannelInterfaceDTMFInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00202     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00203 {
00204 }
00205 
00206 ChannelInterfaceDTMFInterface::ChannelInterfaceDTMFInterface(Tp::DBusProxy *proxy)
00207     : Tp::AbstractInterface(proxy, staticInterfaceName())
00208 {
00209 }
00210 
00211 ChannelInterfaceDTMFInterface::ChannelInterfaceDTMFInterface(const Tp::Client::ChannelInterface& mainInterface)
00212     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00213 {
00214 }
00215 
00216 ChannelInterfaceDTMFInterface::ChannelInterfaceDTMFInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00217     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00218 {
00219 }
00220 
00221 void ChannelInterfaceDTMFInterface::invalidate(Tp::DBusProxy *proxy,
00222         const QString &error, const QString &message)
00223 {
00224     disconnect(this, SIGNAL(TonesDeferred(const QString&)), NULL, NULL);
00225     disconnect(this, SIGNAL(SendingTones(const QString&)), NULL, NULL);
00226     disconnect(this, SIGNAL(StoppedTones(bool)), NULL, NULL);
00227 
00228     Tp::AbstractInterface::invalidate(proxy, error, message);
00229 }
00230 
00231 ChannelInterfaceDestroyableInterface::ChannelInterfaceDestroyableInterface(const QString& busName, const QString& objectPath, QObject *parent)
00232     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00233 {
00234 }
00235 
00236 ChannelInterfaceDestroyableInterface::ChannelInterfaceDestroyableInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00237     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00238 {
00239 }
00240 
00241 ChannelInterfaceDestroyableInterface::ChannelInterfaceDestroyableInterface(Tp::DBusProxy *proxy)
00242     : Tp::AbstractInterface(proxy, staticInterfaceName())
00243 {
00244 }
00245 
00246 ChannelInterfaceDestroyableInterface::ChannelInterfaceDestroyableInterface(const Tp::Client::ChannelInterface& mainInterface)
00247     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00248 {
00249 }
00250 
00251 ChannelInterfaceDestroyableInterface::ChannelInterfaceDestroyableInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00252     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00253 {
00254 }
00255 
00256 void ChannelInterfaceDestroyableInterface::invalidate(Tp::DBusProxy *proxy,
00257         const QString &error, const QString &message)
00258 {
00259 
00260     Tp::AbstractInterface::invalidate(proxy, error, message);
00261 }
00262 
00263 ChannelInterfaceFileTransferMetadataInterface::ChannelInterfaceFileTransferMetadataInterface(const QString& busName, const QString& objectPath, QObject *parent)
00264     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00265 {
00266 }
00267 
00268 ChannelInterfaceFileTransferMetadataInterface::ChannelInterfaceFileTransferMetadataInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00269     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00270 {
00271 }
00272 
00273 ChannelInterfaceFileTransferMetadataInterface::ChannelInterfaceFileTransferMetadataInterface(Tp::DBusProxy *proxy)
00274     : Tp::AbstractInterface(proxy, staticInterfaceName())
00275 {
00276 }
00277 
00278 ChannelInterfaceFileTransferMetadataInterface::ChannelInterfaceFileTransferMetadataInterface(const Tp::Client::ChannelInterface& mainInterface)
00279     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00280 {
00281 }
00282 
00283 ChannelInterfaceFileTransferMetadataInterface::ChannelInterfaceFileTransferMetadataInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00284     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00285 {
00286 }
00287 
00288 void ChannelInterfaceFileTransferMetadataInterface::invalidate(Tp::DBusProxy *proxy,
00289         const QString &error, const QString &message)
00290 {
00291 
00292     Tp::AbstractInterface::invalidate(proxy, error, message);
00293 }
00294 
00295 ChannelInterfaceGroupInterface::ChannelInterfaceGroupInterface(const QString& busName, const QString& objectPath, QObject *parent)
00296     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00297 {
00298 }
00299 
00300 ChannelInterfaceGroupInterface::ChannelInterfaceGroupInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00301     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00302 {
00303 }
00304 
00305 ChannelInterfaceGroupInterface::ChannelInterfaceGroupInterface(Tp::DBusProxy *proxy)
00306     : Tp::AbstractInterface(proxy, staticInterfaceName())
00307 {
00308 }
00309 
00310 ChannelInterfaceGroupInterface::ChannelInterfaceGroupInterface(const Tp::Client::ChannelInterface& mainInterface)
00311     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00312 {
00313 }
00314 
00315 ChannelInterfaceGroupInterface::ChannelInterfaceGroupInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00316     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00317 {
00318 }
00319 
00320 void ChannelInterfaceGroupInterface::invalidate(Tp::DBusProxy *proxy,
00321         const QString &error, const QString &message)
00322 {
00323     disconnect(this, SIGNAL(HandleOwnersChanged(const Tp::HandleOwnerMap&, const Tp::UIntList&)), NULL, NULL);
00324     disconnect(this, SIGNAL(HandleOwnersChangedDetailed(const Tp::HandleOwnerMap&, const Tp::UIntList&, const Tp::HandleIdentifierMap&)), NULL, NULL);
00325     disconnect(this, SIGNAL(SelfHandleChanged(uint)), NULL, NULL);
00326     disconnect(this, SIGNAL(SelfContactChanged(uint, const QString&)), NULL, NULL);
00327     disconnect(this, SIGNAL(GroupFlagsChanged(uint, uint)), NULL, NULL);
00328     disconnect(this, SIGNAL(MembersChanged(const QString&, const Tp::UIntList&, const Tp::UIntList&, const Tp::UIntList&, const Tp::UIntList&, uint, uint)), NULL, NULL);
00329     disconnect(this, SIGNAL(MembersChangedDetailed(const Tp::UIntList&, const Tp::UIntList&, const Tp::UIntList&, const Tp::UIntList&, const QVariantMap&)), NULL, NULL);
00330 
00331     Tp::AbstractInterface::invalidate(proxy, error, message);
00332 }
00333 
00334 ChannelInterfaceHoldInterface::ChannelInterfaceHoldInterface(const QString& busName, const QString& objectPath, QObject *parent)
00335     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00336 {
00337 }
00338 
00339 ChannelInterfaceHoldInterface::ChannelInterfaceHoldInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00340     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00341 {
00342 }
00343 
00344 ChannelInterfaceHoldInterface::ChannelInterfaceHoldInterface(Tp::DBusProxy *proxy)
00345     : Tp::AbstractInterface(proxy, staticInterfaceName())
00346 {
00347 }
00348 
00349 ChannelInterfaceHoldInterface::ChannelInterfaceHoldInterface(const Tp::Client::ChannelInterface& mainInterface)
00350     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00351 {
00352 }
00353 
00354 ChannelInterfaceHoldInterface::ChannelInterfaceHoldInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00355     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00356 {
00357 }
00358 
00359 void ChannelInterfaceHoldInterface::invalidate(Tp::DBusProxy *proxy,
00360         const QString &error, const QString &message)
00361 {
00362     disconnect(this, SIGNAL(HoldStateChanged(uint, uint)), NULL, NULL);
00363 
00364     Tp::AbstractInterface::invalidate(proxy, error, message);
00365 }
00366 
00367 ChannelInterfaceMediaSignallingInterface::ChannelInterfaceMediaSignallingInterface(const QString& busName, const QString& objectPath, QObject *parent)
00368     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00369 {
00370 }
00371 
00372 ChannelInterfaceMediaSignallingInterface::ChannelInterfaceMediaSignallingInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00373     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00374 {
00375 }
00376 
00377 ChannelInterfaceMediaSignallingInterface::ChannelInterfaceMediaSignallingInterface(Tp::DBusProxy *proxy)
00378     : Tp::AbstractInterface(proxy, staticInterfaceName())
00379 {
00380 }
00381 
00382 ChannelInterfaceMediaSignallingInterface::ChannelInterfaceMediaSignallingInterface(const Tp::Client::ChannelInterface& mainInterface)
00383     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00384 {
00385 }
00386 
00387 ChannelInterfaceMediaSignallingInterface::ChannelInterfaceMediaSignallingInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00388     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00389 {
00390 }
00391 
00392 void ChannelInterfaceMediaSignallingInterface::invalidate(Tp::DBusProxy *proxy,
00393         const QString &error, const QString &message)
00394 {
00395     disconnect(this, SIGNAL(NewSessionHandler(const QDBusObjectPath&, const QString&)), NULL, NULL);
00396 
00397     Tp::AbstractInterface::invalidate(proxy, error, message);
00398 }
00399 
00400 ChannelInterfaceMessagesInterface::ChannelInterfaceMessagesInterface(const QString& busName, const QString& objectPath, QObject *parent)
00401     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00402 {
00403 }
00404 
00405 ChannelInterfaceMessagesInterface::ChannelInterfaceMessagesInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00406     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00407 {
00408 }
00409 
00410 ChannelInterfaceMessagesInterface::ChannelInterfaceMessagesInterface(Tp::DBusProxy *proxy)
00411     : Tp::AbstractInterface(proxy, staticInterfaceName())
00412 {
00413 }
00414 
00415 ChannelInterfaceMessagesInterface::ChannelInterfaceMessagesInterface(const Tp::Client::ChannelInterface& mainInterface)
00416     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00417 {
00418 }
00419 
00420 ChannelInterfaceMessagesInterface::ChannelInterfaceMessagesInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00421     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00422 {
00423 }
00424 
00425 void ChannelInterfaceMessagesInterface::invalidate(Tp::DBusProxy *proxy,
00426         const QString &error, const QString &message)
00427 {
00428     disconnect(this, SIGNAL(MessageSent(const Tp::MessagePartList&, uint, const QString&)), NULL, NULL);
00429     disconnect(this, SIGNAL(PendingMessagesRemoved(const Tp::UIntList&)), NULL, NULL);
00430     disconnect(this, SIGNAL(MessageReceived(const Tp::MessagePartList&)), NULL, NULL);
00431 
00432     Tp::AbstractInterface::invalidate(proxy, error, message);
00433 }
00434 
00435 ChannelInterfacePasswordInterface::ChannelInterfacePasswordInterface(const QString& busName, const QString& objectPath, QObject *parent)
00436     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00437 {
00438 }
00439 
00440 ChannelInterfacePasswordInterface::ChannelInterfacePasswordInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00441     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00442 {
00443 }
00444 
00445 ChannelInterfacePasswordInterface::ChannelInterfacePasswordInterface(Tp::DBusProxy *proxy)
00446     : Tp::AbstractInterface(proxy, staticInterfaceName())
00447 {
00448 }
00449 
00450 ChannelInterfacePasswordInterface::ChannelInterfacePasswordInterface(const Tp::Client::ChannelInterface& mainInterface)
00451     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00452 {
00453 }
00454 
00455 ChannelInterfacePasswordInterface::ChannelInterfacePasswordInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00456     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00457 {
00458 }
00459 
00460 void ChannelInterfacePasswordInterface::invalidate(Tp::DBusProxy *proxy,
00461         const QString &error, const QString &message)
00462 {
00463     disconnect(this, SIGNAL(PasswordFlagsChanged(uint, uint)), NULL, NULL);
00464 
00465     Tp::AbstractInterface::invalidate(proxy, error, message);
00466 }
00467 
00468 ChannelInterfaceRoomConfigInterface::ChannelInterfaceRoomConfigInterface(const QString& busName, const QString& objectPath, QObject *parent)
00469     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00470 {
00471 }
00472 
00473 ChannelInterfaceRoomConfigInterface::ChannelInterfaceRoomConfigInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00474     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00475 {
00476 }
00477 
00478 ChannelInterfaceRoomConfigInterface::ChannelInterfaceRoomConfigInterface(Tp::DBusProxy *proxy)
00479     : Tp::AbstractInterface(proxy, staticInterfaceName())
00480 {
00481 }
00482 
00483 ChannelInterfaceRoomConfigInterface::ChannelInterfaceRoomConfigInterface(const Tp::Client::ChannelInterface& mainInterface)
00484     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00485 {
00486 }
00487 
00488 ChannelInterfaceRoomConfigInterface::ChannelInterfaceRoomConfigInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00489     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00490 {
00491 }
00492 
00493 void ChannelInterfaceRoomConfigInterface::invalidate(Tp::DBusProxy *proxy,
00494         const QString &error, const QString &message)
00495 {
00496 
00497     Tp::AbstractInterface::invalidate(proxy, error, message);
00498 }
00499 
00500 ChannelInterfaceRoomInterface::ChannelInterfaceRoomInterface(const QString& busName, const QString& objectPath, QObject *parent)
00501     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00502 {
00503 }
00504 
00505 ChannelInterfaceRoomInterface::ChannelInterfaceRoomInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00506     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00507 {
00508 }
00509 
00510 ChannelInterfaceRoomInterface::ChannelInterfaceRoomInterface(Tp::DBusProxy *proxy)
00511     : Tp::AbstractInterface(proxy, staticInterfaceName())
00512 {
00513 }
00514 
00515 ChannelInterfaceRoomInterface::ChannelInterfaceRoomInterface(const Tp::Client::ChannelInterface& mainInterface)
00516     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00517 {
00518 }
00519 
00520 ChannelInterfaceRoomInterface::ChannelInterfaceRoomInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00521     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00522 {
00523 }
00524 
00525 void ChannelInterfaceRoomInterface::invalidate(Tp::DBusProxy *proxy,
00526         const QString &error, const QString &message)
00527 {
00528 
00529     Tp::AbstractInterface::invalidate(proxy, error, message);
00530 }
00531 
00532 ChannelInterfaceSASLAuthenticationInterface::ChannelInterfaceSASLAuthenticationInterface(const QString& busName, const QString& objectPath, QObject *parent)
00533     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00534 {
00535 }
00536 
00537 ChannelInterfaceSASLAuthenticationInterface::ChannelInterfaceSASLAuthenticationInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00538     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00539 {
00540 }
00541 
00542 ChannelInterfaceSASLAuthenticationInterface::ChannelInterfaceSASLAuthenticationInterface(Tp::DBusProxy *proxy)
00543     : Tp::AbstractInterface(proxy, staticInterfaceName())
00544 {
00545 }
00546 
00547 ChannelInterfaceSASLAuthenticationInterface::ChannelInterfaceSASLAuthenticationInterface(const Tp::Client::ChannelInterface& mainInterface)
00548     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00549 {
00550 }
00551 
00552 ChannelInterfaceSASLAuthenticationInterface::ChannelInterfaceSASLAuthenticationInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00553     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00554 {
00555 }
00556 
00557 void ChannelInterfaceSASLAuthenticationInterface::invalidate(Tp::DBusProxy *proxy,
00558         const QString &error, const QString &message)
00559 {
00560     disconnect(this, SIGNAL(SASLStatusChanged(uint, const QString&, const QVariantMap&)), NULL, NULL);
00561     disconnect(this, SIGNAL(NewChallenge(const QByteArray&)), NULL, NULL);
00562 
00563     Tp::AbstractInterface::invalidate(proxy, error, message);
00564 }
00565 
00566 ChannelInterfaceSMSInterface::ChannelInterfaceSMSInterface(const QString& busName, const QString& objectPath, QObject *parent)
00567     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00568 {
00569 }
00570 
00571 ChannelInterfaceSMSInterface::ChannelInterfaceSMSInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00572     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00573 {
00574 }
00575 
00576 ChannelInterfaceSMSInterface::ChannelInterfaceSMSInterface(Tp::DBusProxy *proxy)
00577     : Tp::AbstractInterface(proxy, staticInterfaceName())
00578 {
00579 }
00580 
00581 ChannelInterfaceSMSInterface::ChannelInterfaceSMSInterface(const Tp::Client::ChannelInterface& mainInterface)
00582     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00583 {
00584 }
00585 
00586 ChannelInterfaceSMSInterface::ChannelInterfaceSMSInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00587     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00588 {
00589 }
00590 
00591 void ChannelInterfaceSMSInterface::invalidate(Tp::DBusProxy *proxy,
00592         const QString &error, const QString &message)
00593 {
00594     disconnect(this, SIGNAL(SMSChannelChanged(bool)), NULL, NULL);
00595 
00596     Tp::AbstractInterface::invalidate(proxy, error, message);
00597 }
00598 
00599 ChannelInterfaceSecurableInterface::ChannelInterfaceSecurableInterface(const QString& busName, const QString& objectPath, QObject *parent)
00600     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00601 {
00602 }
00603 
00604 ChannelInterfaceSecurableInterface::ChannelInterfaceSecurableInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00605     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00606 {
00607 }
00608 
00609 ChannelInterfaceSecurableInterface::ChannelInterfaceSecurableInterface(Tp::DBusProxy *proxy)
00610     : Tp::AbstractInterface(proxy, staticInterfaceName())
00611 {
00612 }
00613 
00614 ChannelInterfaceSecurableInterface::ChannelInterfaceSecurableInterface(const Tp::Client::ChannelInterface& mainInterface)
00615     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00616 {
00617 }
00618 
00619 ChannelInterfaceSecurableInterface::ChannelInterfaceSecurableInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00620     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00621 {
00622 }
00623 
00624 void ChannelInterfaceSecurableInterface::invalidate(Tp::DBusProxy *proxy,
00625         const QString &error, const QString &message)
00626 {
00627 
00628     Tp::AbstractInterface::invalidate(proxy, error, message);
00629 }
00630 
00631 ChannelInterfaceServicePointInterface::ChannelInterfaceServicePointInterface(const QString& busName, const QString& objectPath, QObject *parent)
00632     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00633 {
00634 }
00635 
00636 ChannelInterfaceServicePointInterface::ChannelInterfaceServicePointInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00637     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00638 {
00639 }
00640 
00641 ChannelInterfaceServicePointInterface::ChannelInterfaceServicePointInterface(Tp::DBusProxy *proxy)
00642     : Tp::AbstractInterface(proxy, staticInterfaceName())
00643 {
00644 }
00645 
00646 ChannelInterfaceServicePointInterface::ChannelInterfaceServicePointInterface(const Tp::Client::ChannelInterface& mainInterface)
00647     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00648 {
00649 }
00650 
00651 ChannelInterfaceServicePointInterface::ChannelInterfaceServicePointInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00652     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00653 {
00654 }
00655 
00656 void ChannelInterfaceServicePointInterface::invalidate(Tp::DBusProxy *proxy,
00657         const QString &error, const QString &message)
00658 {
00659     disconnect(this, SIGNAL(ServicePointChanged(const Tp::ServicePoint&)), NULL, NULL);
00660 
00661     Tp::AbstractInterface::invalidate(proxy, error, message);
00662 }
00663 
00664 ChannelInterfaceSubjectInterface::ChannelInterfaceSubjectInterface(const QString& busName, const QString& objectPath, QObject *parent)
00665     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00666 {
00667 }
00668 
00669 ChannelInterfaceSubjectInterface::ChannelInterfaceSubjectInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00670     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00671 {
00672 }
00673 
00674 ChannelInterfaceSubjectInterface::ChannelInterfaceSubjectInterface(Tp::DBusProxy *proxy)
00675     : Tp::AbstractInterface(proxy, staticInterfaceName())
00676 {
00677 }
00678 
00679 ChannelInterfaceSubjectInterface::ChannelInterfaceSubjectInterface(const Tp::Client::ChannelInterface& mainInterface)
00680     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00681 {
00682 }
00683 
00684 ChannelInterfaceSubjectInterface::ChannelInterfaceSubjectInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00685     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00686 {
00687 }
00688 
00689 void ChannelInterfaceSubjectInterface::invalidate(Tp::DBusProxy *proxy,
00690         const QString &error, const QString &message)
00691 {
00692 
00693     Tp::AbstractInterface::invalidate(proxy, error, message);
00694 }
00695 
00696 ChannelInterfaceTubeInterface::ChannelInterfaceTubeInterface(const QString& busName, const QString& objectPath, QObject *parent)
00697     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00698 {
00699 }
00700 
00701 ChannelInterfaceTubeInterface::ChannelInterfaceTubeInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00702     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00703 {
00704 }
00705 
00706 ChannelInterfaceTubeInterface::ChannelInterfaceTubeInterface(Tp::DBusProxy *proxy)
00707     : Tp::AbstractInterface(proxy, staticInterfaceName())
00708 {
00709 }
00710 
00711 ChannelInterfaceTubeInterface::ChannelInterfaceTubeInterface(const Tp::Client::ChannelInterface& mainInterface)
00712     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00713 {
00714 }
00715 
00716 ChannelInterfaceTubeInterface::ChannelInterfaceTubeInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00717     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00718 {
00719 }
00720 
00721 void ChannelInterfaceTubeInterface::invalidate(Tp::DBusProxy *proxy,
00722         const QString &error, const QString &message)
00723 {
00724     disconnect(this, SIGNAL(TubeChannelStateChanged(uint)), NULL, NULL);
00725 
00726     Tp::AbstractInterface::invalidate(proxy, error, message);
00727 }
00728 
00729 ChannelTypeCallInterface::ChannelTypeCallInterface(const QString& busName, const QString& objectPath, QObject *parent)
00730     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00731 {
00732 }
00733 
00734 ChannelTypeCallInterface::ChannelTypeCallInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00735     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00736 {
00737 }
00738 
00739 ChannelTypeCallInterface::ChannelTypeCallInterface(Tp::DBusProxy *proxy)
00740     : Tp::AbstractInterface(proxy, staticInterfaceName())
00741 {
00742 }
00743 
00744 ChannelTypeCallInterface::ChannelTypeCallInterface(const Tp::Client::ChannelInterface& mainInterface)
00745     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00746 {
00747 }
00748 
00749 ChannelTypeCallInterface::ChannelTypeCallInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00750     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00751 {
00752 }
00753 
00754 void ChannelTypeCallInterface::invalidate(Tp::DBusProxy *proxy,
00755         const QString &error, const QString &message)
00756 {
00757     disconnect(this, SIGNAL(ContentAdded(const QDBusObjectPath&)), NULL, NULL);
00758     disconnect(this, SIGNAL(ContentRemoved(const QDBusObjectPath&, const Tp::CallStateReason&)), NULL, NULL);
00759     disconnect(this, SIGNAL(CallStateChanged(uint, uint, const Tp::CallStateReason&, const QVariantMap&)), NULL, NULL);
00760     disconnect(this, SIGNAL(CallMembersChanged(const Tp::CallMemberMap&, const Tp::HandleIdentifierMap&, const Tp::UIntList&, const Tp::CallStateReason&)), NULL, NULL);
00761 
00762     Tp::AbstractInterface::invalidate(proxy, error, message);
00763 }
00764 
00765 ChannelTypeContactListInterface::ChannelTypeContactListInterface(const QString& busName, const QString& objectPath, QObject *parent)
00766     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00767 {
00768 }
00769 
00770 ChannelTypeContactListInterface::ChannelTypeContactListInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00771     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00772 {
00773 }
00774 
00775 ChannelTypeContactListInterface::ChannelTypeContactListInterface(Tp::DBusProxy *proxy)
00776     : Tp::AbstractInterface(proxy, staticInterfaceName())
00777 {
00778 }
00779 
00780 ChannelTypeContactListInterface::ChannelTypeContactListInterface(const Tp::Client::ChannelInterface& mainInterface)
00781     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00782 {
00783 }
00784 
00785 ChannelTypeContactListInterface::ChannelTypeContactListInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00786     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00787 {
00788 }
00789 
00790 void ChannelTypeContactListInterface::invalidate(Tp::DBusProxy *proxy,
00791         const QString &error, const QString &message)
00792 {
00793 
00794     Tp::AbstractInterface::invalidate(proxy, error, message);
00795 }
00796 
00797 ChannelTypeContactSearchInterface::ChannelTypeContactSearchInterface(const QString& busName, const QString& objectPath, QObject *parent)
00798     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00799 {
00800 }
00801 
00802 ChannelTypeContactSearchInterface::ChannelTypeContactSearchInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00803     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00804 {
00805 }
00806 
00807 ChannelTypeContactSearchInterface::ChannelTypeContactSearchInterface(Tp::DBusProxy *proxy)
00808     : Tp::AbstractInterface(proxy, staticInterfaceName())
00809 {
00810 }
00811 
00812 ChannelTypeContactSearchInterface::ChannelTypeContactSearchInterface(const Tp::Client::ChannelInterface& mainInterface)
00813     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00814 {
00815 }
00816 
00817 ChannelTypeContactSearchInterface::ChannelTypeContactSearchInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00818     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00819 {
00820 }
00821 
00822 void ChannelTypeContactSearchInterface::invalidate(Tp::DBusProxy *proxy,
00823         const QString &error, const QString &message)
00824 {
00825     disconnect(this, SIGNAL(SearchStateChanged(uint, const QString&, const QVariantMap&)), NULL, NULL);
00826     disconnect(this, SIGNAL(SearchResultReceived(const Tp::ContactSearchResultMap&)), NULL, NULL);
00827 
00828     Tp::AbstractInterface::invalidate(proxy, error, message);
00829 }
00830 
00831 ChannelTypeDBusTubeInterface::ChannelTypeDBusTubeInterface(const QString& busName, const QString& objectPath, QObject *parent)
00832     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00833 {
00834 }
00835 
00836 ChannelTypeDBusTubeInterface::ChannelTypeDBusTubeInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00837     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00838 {
00839 }
00840 
00841 ChannelTypeDBusTubeInterface::ChannelTypeDBusTubeInterface(Tp::DBusProxy *proxy)
00842     : Tp::AbstractInterface(proxy, staticInterfaceName())
00843 {
00844 }
00845 
00846 ChannelTypeDBusTubeInterface::ChannelTypeDBusTubeInterface(const Tp::Client::ChannelInterface& mainInterface)
00847     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00848 {
00849 }
00850 
00851 ChannelTypeDBusTubeInterface::ChannelTypeDBusTubeInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00852     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00853 {
00854 }
00855 
00856 void ChannelTypeDBusTubeInterface::invalidate(Tp::DBusProxy *proxy,
00857         const QString &error, const QString &message)
00858 {
00859     disconnect(this, SIGNAL(DBusNamesChanged(const Tp::DBusTubeParticipants&, const Tp::UIntList&)), NULL, NULL);
00860 
00861     Tp::AbstractInterface::invalidate(proxy, error, message);
00862 }
00863 
00864 ChannelTypeFileTransferInterface::ChannelTypeFileTransferInterface(const QString& busName, const QString& objectPath, QObject *parent)
00865     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00866 {
00867 }
00868 
00869 ChannelTypeFileTransferInterface::ChannelTypeFileTransferInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00870     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00871 {
00872 }
00873 
00874 ChannelTypeFileTransferInterface::ChannelTypeFileTransferInterface(Tp::DBusProxy *proxy)
00875     : Tp::AbstractInterface(proxy, staticInterfaceName())
00876 {
00877 }
00878 
00879 ChannelTypeFileTransferInterface::ChannelTypeFileTransferInterface(const Tp::Client::ChannelInterface& mainInterface)
00880     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00881 {
00882 }
00883 
00884 ChannelTypeFileTransferInterface::ChannelTypeFileTransferInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00885     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00886 {
00887 }
00888 
00889 void ChannelTypeFileTransferInterface::invalidate(Tp::DBusProxy *proxy,
00890         const QString &error, const QString &message)
00891 {
00892     disconnect(this, SIGNAL(FileTransferStateChanged(uint, uint)), NULL, NULL);
00893     disconnect(this, SIGNAL(TransferredBytesChanged(qulonglong)), NULL, NULL);
00894     disconnect(this, SIGNAL(InitialOffsetDefined(qulonglong)), NULL, NULL);
00895     disconnect(this, SIGNAL(URIDefined(const QString&)), NULL, NULL);
00896 
00897     Tp::AbstractInterface::invalidate(proxy, error, message);
00898 }
00899 
00900 ChannelTypeRoomListInterface::ChannelTypeRoomListInterface(const QString& busName, const QString& objectPath, QObject *parent)
00901     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00902 {
00903 }
00904 
00905 ChannelTypeRoomListInterface::ChannelTypeRoomListInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00906     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00907 {
00908 }
00909 
00910 ChannelTypeRoomListInterface::ChannelTypeRoomListInterface(Tp::DBusProxy *proxy)
00911     : Tp::AbstractInterface(proxy, staticInterfaceName())
00912 {
00913 }
00914 
00915 ChannelTypeRoomListInterface::ChannelTypeRoomListInterface(const Tp::Client::ChannelInterface& mainInterface)
00916     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00917 {
00918 }
00919 
00920 ChannelTypeRoomListInterface::ChannelTypeRoomListInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00921     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00922 {
00923 }
00924 
00925 void ChannelTypeRoomListInterface::invalidate(Tp::DBusProxy *proxy,
00926         const QString &error, const QString &message)
00927 {
00928     disconnect(this, SIGNAL(GotRooms(const Tp::RoomInfoList&)), NULL, NULL);
00929     disconnect(this, SIGNAL(ListingRooms(bool)), NULL, NULL);
00930 
00931     Tp::AbstractInterface::invalidate(proxy, error, message);
00932 }
00933 
00934 ChannelTypeServerAuthenticationInterface::ChannelTypeServerAuthenticationInterface(const QString& busName, const QString& objectPath, QObject *parent)
00935     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00936 {
00937 }
00938 
00939 ChannelTypeServerAuthenticationInterface::ChannelTypeServerAuthenticationInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00940     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00941 {
00942 }
00943 
00944 ChannelTypeServerAuthenticationInterface::ChannelTypeServerAuthenticationInterface(Tp::DBusProxy *proxy)
00945     : Tp::AbstractInterface(proxy, staticInterfaceName())
00946 {
00947 }
00948 
00949 ChannelTypeServerAuthenticationInterface::ChannelTypeServerAuthenticationInterface(const Tp::Client::ChannelInterface& mainInterface)
00950     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00951 {
00952 }
00953 
00954 ChannelTypeServerAuthenticationInterface::ChannelTypeServerAuthenticationInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00955     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00956 {
00957 }
00958 
00959 void ChannelTypeServerAuthenticationInterface::invalidate(Tp::DBusProxy *proxy,
00960         const QString &error, const QString &message)
00961 {
00962 
00963     Tp::AbstractInterface::invalidate(proxy, error, message);
00964 }
00965 
00966 ChannelTypeServerTLSConnectionInterface::ChannelTypeServerTLSConnectionInterface(const QString& busName, const QString& objectPath, QObject *parent)
00967     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00968 {
00969 }
00970 
00971 ChannelTypeServerTLSConnectionInterface::ChannelTypeServerTLSConnectionInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00972     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00973 {
00974 }
00975 
00976 ChannelTypeServerTLSConnectionInterface::ChannelTypeServerTLSConnectionInterface(Tp::DBusProxy *proxy)
00977     : Tp::AbstractInterface(proxy, staticInterfaceName())
00978 {
00979 }
00980 
00981 ChannelTypeServerTLSConnectionInterface::ChannelTypeServerTLSConnectionInterface(const Tp::Client::ChannelInterface& mainInterface)
00982     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00983 {
00984 }
00985 
00986 ChannelTypeServerTLSConnectionInterface::ChannelTypeServerTLSConnectionInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00987     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00988 {
00989 }
00990 
00991 void ChannelTypeServerTLSConnectionInterface::invalidate(Tp::DBusProxy *proxy,
00992         const QString &error, const QString &message)
00993 {
00994 
00995     Tp::AbstractInterface::invalidate(proxy, error, message);
00996 }
00997 
00998 ChannelTypeStreamTubeInterface::ChannelTypeStreamTubeInterface(const QString& busName, const QString& objectPath, QObject *parent)
00999     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
01000 {
01001 }
01002 
01003 ChannelTypeStreamTubeInterface::ChannelTypeStreamTubeInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
01004     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
01005 {
01006 }
01007 
01008 ChannelTypeStreamTubeInterface::ChannelTypeStreamTubeInterface(Tp::DBusProxy *proxy)
01009     : Tp::AbstractInterface(proxy, staticInterfaceName())
01010 {
01011 }
01012 
01013 ChannelTypeStreamTubeInterface::ChannelTypeStreamTubeInterface(const Tp::Client::ChannelInterface& mainInterface)
01014     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
01015 {
01016 }
01017 
01018 ChannelTypeStreamTubeInterface::ChannelTypeStreamTubeInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
01019     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
01020 {
01021 }
01022 
01023 void ChannelTypeStreamTubeInterface::invalidate(Tp::DBusProxy *proxy,
01024         const QString &error, const QString &message)
01025 {
01026     disconnect(this, SIGNAL(NewRemoteConnection(uint, const QDBusVariant&, uint)), NULL, NULL);
01027     disconnect(this, SIGNAL(NewLocalConnection(uint)), NULL, NULL);
01028     disconnect(this, SIGNAL(ConnectionClosed(uint, const QString&, const QString&)), NULL, NULL);
01029 
01030     Tp::AbstractInterface::invalidate(proxy, error, message);
01031 }
01032 
01033 ChannelTypeStreamedMediaInterface::ChannelTypeStreamedMediaInterface(const QString& busName, const QString& objectPath, QObject *parent)
01034     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
01035 {
01036 }
01037 
01038 ChannelTypeStreamedMediaInterface::ChannelTypeStreamedMediaInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
01039     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
01040 {
01041 }
01042 
01043 ChannelTypeStreamedMediaInterface::ChannelTypeStreamedMediaInterface(Tp::DBusProxy *proxy)
01044     : Tp::AbstractInterface(proxy, staticInterfaceName())
01045 {
01046 }
01047 
01048 ChannelTypeStreamedMediaInterface::ChannelTypeStreamedMediaInterface(const Tp::Client::ChannelInterface& mainInterface)
01049     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
01050 {
01051 }
01052 
01053 ChannelTypeStreamedMediaInterface::ChannelTypeStreamedMediaInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
01054     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
01055 {
01056 }
01057 
01058 void ChannelTypeStreamedMediaInterface::invalidate(Tp::DBusProxy *proxy,
01059         const QString &error, const QString &message)
01060 {
01061     disconnect(this, SIGNAL(StreamAdded(uint, uint, uint)), NULL, NULL);
01062     disconnect(this, SIGNAL(StreamDirectionChanged(uint, uint, uint)), NULL, NULL);
01063     disconnect(this, SIGNAL(StreamError(uint, uint, const QString&)), NULL, NULL);
01064     disconnect(this, SIGNAL(StreamRemoved(uint)), NULL, NULL);
01065     disconnect(this, SIGNAL(StreamStateChanged(uint, uint)), NULL, NULL);
01066 
01067     Tp::AbstractInterface::invalidate(proxy, error, message);
01068 }
01069 
01070 ChannelTypeTextInterface::ChannelTypeTextInterface(const QString& busName, const QString& objectPath, QObject *parent)
01071     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
01072 {
01073 }
01074 
01075 ChannelTypeTextInterface::ChannelTypeTextInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
01076     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
01077 {
01078 }
01079 
01080 ChannelTypeTextInterface::ChannelTypeTextInterface(Tp::DBusProxy *proxy)
01081     : Tp::AbstractInterface(proxy, staticInterfaceName())
01082 {
01083 }
01084 
01085 ChannelTypeTextInterface::ChannelTypeTextInterface(const Tp::Client::ChannelInterface& mainInterface)
01086     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
01087 {
01088 }
01089 
01090 ChannelTypeTextInterface::ChannelTypeTextInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
01091     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
01092 {
01093 }
01094 
01095 void ChannelTypeTextInterface::invalidate(Tp::DBusProxy *proxy,
01096         const QString &error, const QString &message)
01097 {
01098     disconnect(this, SIGNAL(LostMessage()), NULL, NULL);
01099     disconnect(this, SIGNAL(Received(uint, uint, uint, uint, uint, const QString&)), NULL, NULL);
01100     disconnect(this, SIGNAL(SendError(uint, uint, uint, const QString&)), NULL, NULL);
01101     disconnect(this, SIGNAL(Sent(uint, uint, const QString&)), NULL, NULL);
01102 
01103     Tp::AbstractInterface::invalidate(proxy, error, message);
01104 }
01105 
01106 ChannelTypeTubesInterface::ChannelTypeTubesInterface(const QString& busName, const QString& objectPath, QObject *parent)
01107     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
01108 {
01109 }
01110 
01111 ChannelTypeTubesInterface::ChannelTypeTubesInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
01112     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
01113 {
01114 }
01115 
01116 ChannelTypeTubesInterface::ChannelTypeTubesInterface(Tp::DBusProxy *proxy)
01117     : Tp::AbstractInterface(proxy, staticInterfaceName())
01118 {
01119 }
01120 
01121 ChannelTypeTubesInterface::ChannelTypeTubesInterface(const Tp::Client::ChannelInterface& mainInterface)
01122     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
01123 {
01124 }
01125 
01126 ChannelTypeTubesInterface::ChannelTypeTubesInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
01127     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
01128 {
01129 }
01130 
01131 void ChannelTypeTubesInterface::invalidate(Tp::DBusProxy *proxy,
01132         const QString &error, const QString &message)
01133 {
01134     disconnect(this, SIGNAL(NewTube(uint, uint, uint, const QString&, const QVariantMap&, uint)), NULL, NULL);
01135     disconnect(this, SIGNAL(TubeStateChanged(uint, uint)), NULL, NULL);
01136     disconnect(this, SIGNAL(TubeClosed(uint)), NULL, NULL);
01137     disconnect(this, SIGNAL(DBusNamesChanged(uint, const Tp::DBusTubeMemberList&, const Tp::UIntList&)), NULL, NULL);
01138     disconnect(this, SIGNAL(StreamTubeNewConnection(uint, uint)), NULL, NULL);
01139 
01140     Tp::AbstractInterface::invalidate(proxy, error, message);
01141 }
01142 }
01143 }


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