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

cli-channel-body.hpp

00001 #define IN_TELEPATHY_QT4_HEADER
00002 #include "TelepathyQt4/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 ChannelInterfaceCallStateInterface::ChannelInterfaceCallStateInterface(const QString& busName, const QString& objectPath, QObject *parent)
00033     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00034 {
00035 }
00036 
00037 ChannelInterfaceCallStateInterface::ChannelInterfaceCallStateInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00038     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00039 {
00040 }
00041 
00042 ChannelInterfaceCallStateInterface::ChannelInterfaceCallStateInterface(Tp::DBusProxy *proxy)
00043     : Tp::AbstractInterface(proxy, staticInterfaceName())
00044 {
00045 }
00046 
00047 ChannelInterfaceCallStateInterface::ChannelInterfaceCallStateInterface(const Tp::Client::ChannelInterface& mainInterface)
00048     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00049 {
00050 }
00051 
00052 ChannelInterfaceCallStateInterface::ChannelInterfaceCallStateInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00053     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00054 {
00055 }
00056 
00057 void ChannelInterfaceCallStateInterface::invalidate(Tp::DBusProxy *proxy,
00058         const QString &error, const QString &message)
00059 {
00060     disconnect(this, SIGNAL(CallStateChanged(uint, uint)), NULL, NULL);
00061 
00062     Tp::AbstractInterface::invalidate(proxy, error, message);
00063 }
00064 
00065 ChannelInterfaceChatStateInterface::ChannelInterfaceChatStateInterface(const QString& busName, const QString& objectPath, QObject *parent)
00066     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00067 {
00068 }
00069 
00070 ChannelInterfaceChatStateInterface::ChannelInterfaceChatStateInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00071     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00072 {
00073 }
00074 
00075 ChannelInterfaceChatStateInterface::ChannelInterfaceChatStateInterface(Tp::DBusProxy *proxy)
00076     : Tp::AbstractInterface(proxy, staticInterfaceName())
00077 {
00078 }
00079 
00080 ChannelInterfaceChatStateInterface::ChannelInterfaceChatStateInterface(const Tp::Client::ChannelInterface& mainInterface)
00081     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00082 {
00083 }
00084 
00085 ChannelInterfaceChatStateInterface::ChannelInterfaceChatStateInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00086     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00087 {
00088 }
00089 
00090 void ChannelInterfaceChatStateInterface::invalidate(Tp::DBusProxy *proxy,
00091         const QString &error, const QString &message)
00092 {
00093     disconnect(this, SIGNAL(ChatStateChanged(uint, uint)), NULL, NULL);
00094 
00095     Tp::AbstractInterface::invalidate(proxy, error, message);
00096 }
00097 
00098 ChannelInterfaceDTMFInterface::ChannelInterfaceDTMFInterface(const QString& busName, const QString& objectPath, QObject *parent)
00099     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00100 {
00101 }
00102 
00103 ChannelInterfaceDTMFInterface::ChannelInterfaceDTMFInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00104     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00105 {
00106 }
00107 
00108 ChannelInterfaceDTMFInterface::ChannelInterfaceDTMFInterface(Tp::DBusProxy *proxy)
00109     : Tp::AbstractInterface(proxy, staticInterfaceName())
00110 {
00111 }
00112 
00113 ChannelInterfaceDTMFInterface::ChannelInterfaceDTMFInterface(const Tp::Client::ChannelInterface& mainInterface)
00114     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00115 {
00116 }
00117 
00118 ChannelInterfaceDTMFInterface::ChannelInterfaceDTMFInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00119     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00120 {
00121 }
00122 
00123 void ChannelInterfaceDTMFInterface::invalidate(Tp::DBusProxy *proxy,
00124         const QString &error, const QString &message)
00125 {
00126     disconnect(this, SIGNAL(SendingTones(const QString&)), NULL, NULL);
00127     disconnect(this, SIGNAL(StoppedTones(bool)), NULL, NULL);
00128 
00129     Tp::AbstractInterface::invalidate(proxy, error, message);
00130 }
00131 
00132 ChannelInterfaceGroupInterface::ChannelInterfaceGroupInterface(const QString& busName, const QString& objectPath, QObject *parent)
00133     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00134 {
00135 }
00136 
00137 ChannelInterfaceGroupInterface::ChannelInterfaceGroupInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00138     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00139 {
00140 }
00141 
00142 ChannelInterfaceGroupInterface::ChannelInterfaceGroupInterface(Tp::DBusProxy *proxy)
00143     : Tp::AbstractInterface(proxy, staticInterfaceName())
00144 {
00145 }
00146 
00147 ChannelInterfaceGroupInterface::ChannelInterfaceGroupInterface(const Tp::Client::ChannelInterface& mainInterface)
00148     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00149 {
00150 }
00151 
00152 ChannelInterfaceGroupInterface::ChannelInterfaceGroupInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00153     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00154 {
00155 }
00156 
00157 void ChannelInterfaceGroupInterface::invalidate(Tp::DBusProxy *proxy,
00158         const QString &error, const QString &message)
00159 {
00160     disconnect(this, SIGNAL(HandleOwnersChanged(const Tp::HandleOwnerMap&, const Tp::UIntList&)), NULL, NULL);
00161     disconnect(this, SIGNAL(SelfHandleChanged(uint)), NULL, NULL);
00162     disconnect(this, SIGNAL(GroupFlagsChanged(uint, uint)), NULL, NULL);
00163     disconnect(this, SIGNAL(MembersChanged(const QString&, const Tp::UIntList&, const Tp::UIntList&, const Tp::UIntList&, const Tp::UIntList&, uint, uint)), NULL, NULL);
00164     disconnect(this, SIGNAL(MembersChangedDetailed(const Tp::UIntList&, const Tp::UIntList&, const Tp::UIntList&, const Tp::UIntList&, const QVariantMap&)), NULL, NULL);
00165 
00166     Tp::AbstractInterface::invalidate(proxy, error, message);
00167 }
00168 
00169 ChannelInterfaceHoldInterface::ChannelInterfaceHoldInterface(const QString& busName, const QString& objectPath, QObject *parent)
00170     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00171 {
00172 }
00173 
00174 ChannelInterfaceHoldInterface::ChannelInterfaceHoldInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00175     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00176 {
00177 }
00178 
00179 ChannelInterfaceHoldInterface::ChannelInterfaceHoldInterface(Tp::DBusProxy *proxy)
00180     : Tp::AbstractInterface(proxy, staticInterfaceName())
00181 {
00182 }
00183 
00184 ChannelInterfaceHoldInterface::ChannelInterfaceHoldInterface(const Tp::Client::ChannelInterface& mainInterface)
00185     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00186 {
00187 }
00188 
00189 ChannelInterfaceHoldInterface::ChannelInterfaceHoldInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00190     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00191 {
00192 }
00193 
00194 void ChannelInterfaceHoldInterface::invalidate(Tp::DBusProxy *proxy,
00195         const QString &error, const QString &message)
00196 {
00197     disconnect(this, SIGNAL(HoldStateChanged(uint, uint)), NULL, NULL);
00198 
00199     Tp::AbstractInterface::invalidate(proxy, error, message);
00200 }
00201 
00202 ChannelInterfaceMediaSignallingInterface::ChannelInterfaceMediaSignallingInterface(const QString& busName, const QString& objectPath, QObject *parent)
00203     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00204 {
00205 }
00206 
00207 ChannelInterfaceMediaSignallingInterface::ChannelInterfaceMediaSignallingInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00208     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00209 {
00210 }
00211 
00212 ChannelInterfaceMediaSignallingInterface::ChannelInterfaceMediaSignallingInterface(Tp::DBusProxy *proxy)
00213     : Tp::AbstractInterface(proxy, staticInterfaceName())
00214 {
00215 }
00216 
00217 ChannelInterfaceMediaSignallingInterface::ChannelInterfaceMediaSignallingInterface(const Tp::Client::ChannelInterface& mainInterface)
00218     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00219 {
00220 }
00221 
00222 ChannelInterfaceMediaSignallingInterface::ChannelInterfaceMediaSignallingInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00223     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00224 {
00225 }
00226 
00227 void ChannelInterfaceMediaSignallingInterface::invalidate(Tp::DBusProxy *proxy,
00228         const QString &error, const QString &message)
00229 {
00230     disconnect(this, SIGNAL(NewSessionHandler(const QDBusObjectPath&, const QString&)), NULL, NULL);
00231 
00232     Tp::AbstractInterface::invalidate(proxy, error, message);
00233 }
00234 
00235 ChannelInterfaceMessagesInterface::ChannelInterfaceMessagesInterface(const QString& busName, const QString& objectPath, QObject *parent)
00236     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00237 {
00238 }
00239 
00240 ChannelInterfaceMessagesInterface::ChannelInterfaceMessagesInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00241     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00242 {
00243 }
00244 
00245 ChannelInterfaceMessagesInterface::ChannelInterfaceMessagesInterface(Tp::DBusProxy *proxy)
00246     : Tp::AbstractInterface(proxy, staticInterfaceName())
00247 {
00248 }
00249 
00250 ChannelInterfaceMessagesInterface::ChannelInterfaceMessagesInterface(const Tp::Client::ChannelInterface& mainInterface)
00251     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00252 {
00253 }
00254 
00255 ChannelInterfaceMessagesInterface::ChannelInterfaceMessagesInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00256     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00257 {
00258 }
00259 
00260 void ChannelInterfaceMessagesInterface::invalidate(Tp::DBusProxy *proxy,
00261         const QString &error, const QString &message)
00262 {
00263     disconnect(this, SIGNAL(MessageSent(const Tp::MessagePartList&, uint, const QString&)), NULL, NULL);
00264     disconnect(this, SIGNAL(PendingMessagesRemoved(const Tp::UIntList&)), NULL, NULL);
00265     disconnect(this, SIGNAL(MessageReceived(const Tp::MessagePartList&)), NULL, NULL);
00266 
00267     Tp::AbstractInterface::invalidate(proxy, error, message);
00268 }
00269 
00270 ChannelInterfacePasswordInterface::ChannelInterfacePasswordInterface(const QString& busName, const QString& objectPath, QObject *parent)
00271     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00272 {
00273 }
00274 
00275 ChannelInterfacePasswordInterface::ChannelInterfacePasswordInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00276     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00277 {
00278 }
00279 
00280 ChannelInterfacePasswordInterface::ChannelInterfacePasswordInterface(Tp::DBusProxy *proxy)
00281     : Tp::AbstractInterface(proxy, staticInterfaceName())
00282 {
00283 }
00284 
00285 ChannelInterfacePasswordInterface::ChannelInterfacePasswordInterface(const Tp::Client::ChannelInterface& mainInterface)
00286     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00287 {
00288 }
00289 
00290 ChannelInterfacePasswordInterface::ChannelInterfacePasswordInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00291     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00292 {
00293 }
00294 
00295 void ChannelInterfacePasswordInterface::invalidate(Tp::DBusProxy *proxy,
00296         const QString &error, const QString &message)
00297 {
00298     disconnect(this, SIGNAL(PasswordFlagsChanged(uint, uint)), NULL, NULL);
00299 
00300     Tp::AbstractInterface::invalidate(proxy, error, message);
00301 }
00302 
00303 ChannelInterfaceTubeInterface::ChannelInterfaceTubeInterface(const QString& busName, const QString& objectPath, QObject *parent)
00304     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00305 {
00306 }
00307 
00308 ChannelInterfaceTubeInterface::ChannelInterfaceTubeInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00309     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00310 {
00311 }
00312 
00313 ChannelInterfaceTubeInterface::ChannelInterfaceTubeInterface(Tp::DBusProxy *proxy)
00314     : Tp::AbstractInterface(proxy, staticInterfaceName())
00315 {
00316 }
00317 
00318 ChannelInterfaceTubeInterface::ChannelInterfaceTubeInterface(const Tp::Client::ChannelInterface& mainInterface)
00319     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00320 {
00321 }
00322 
00323 ChannelInterfaceTubeInterface::ChannelInterfaceTubeInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00324     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00325 {
00326 }
00327 
00328 void ChannelInterfaceTubeInterface::invalidate(Tp::DBusProxy *proxy,
00329         const QString &error, const QString &message)
00330 {
00331     disconnect(this, SIGNAL(TubeChannelStateChanged(uint)), NULL, NULL);
00332 
00333     Tp::AbstractInterface::invalidate(proxy, error, message);
00334 }
00335 
00336 ChannelTypeContactListInterface::ChannelTypeContactListInterface(const QString& busName, const QString& objectPath, QObject *parent)
00337     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00338 {
00339 }
00340 
00341 ChannelTypeContactListInterface::ChannelTypeContactListInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00342     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00343 {
00344 }
00345 
00346 ChannelTypeContactListInterface::ChannelTypeContactListInterface(Tp::DBusProxy *proxy)
00347     : Tp::AbstractInterface(proxy, staticInterfaceName())
00348 {
00349 }
00350 
00351 ChannelTypeContactListInterface::ChannelTypeContactListInterface(const Tp::Client::ChannelInterface& mainInterface)
00352     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00353 {
00354 }
00355 
00356 ChannelTypeContactListInterface::ChannelTypeContactListInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00357     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00358 {
00359 }
00360 
00361 void ChannelTypeContactListInterface::invalidate(Tp::DBusProxy *proxy,
00362         const QString &error, const QString &message)
00363 {
00364 
00365     Tp::AbstractInterface::invalidate(proxy, error, message);
00366 }
00367 
00368 ChannelTypeFileTransferInterface::ChannelTypeFileTransferInterface(const QString& busName, const QString& objectPath, QObject *parent)
00369     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00370 {
00371 }
00372 
00373 ChannelTypeFileTransferInterface::ChannelTypeFileTransferInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00374     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00375 {
00376 }
00377 
00378 ChannelTypeFileTransferInterface::ChannelTypeFileTransferInterface(Tp::DBusProxy *proxy)
00379     : Tp::AbstractInterface(proxy, staticInterfaceName())
00380 {
00381 }
00382 
00383 ChannelTypeFileTransferInterface::ChannelTypeFileTransferInterface(const Tp::Client::ChannelInterface& mainInterface)
00384     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00385 {
00386 }
00387 
00388 ChannelTypeFileTransferInterface::ChannelTypeFileTransferInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00389     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00390 {
00391 }
00392 
00393 void ChannelTypeFileTransferInterface::invalidate(Tp::DBusProxy *proxy,
00394         const QString &error, const QString &message)
00395 {
00396     disconnect(this, SIGNAL(FileTransferStateChanged(uint, uint)), NULL, NULL);
00397     disconnect(this, SIGNAL(TransferredBytesChanged(qulonglong)), NULL, NULL);
00398     disconnect(this, SIGNAL(InitialOffsetDefined(qulonglong)), NULL, NULL);
00399 
00400     Tp::AbstractInterface::invalidate(proxy, error, message);
00401 }
00402 
00403 ChannelTypeRoomListInterface::ChannelTypeRoomListInterface(const QString& busName, const QString& objectPath, QObject *parent)
00404     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00405 {
00406 }
00407 
00408 ChannelTypeRoomListInterface::ChannelTypeRoomListInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00409     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00410 {
00411 }
00412 
00413 ChannelTypeRoomListInterface::ChannelTypeRoomListInterface(Tp::DBusProxy *proxy)
00414     : Tp::AbstractInterface(proxy, staticInterfaceName())
00415 {
00416 }
00417 
00418 ChannelTypeRoomListInterface::ChannelTypeRoomListInterface(const Tp::Client::ChannelInterface& mainInterface)
00419     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00420 {
00421 }
00422 
00423 ChannelTypeRoomListInterface::ChannelTypeRoomListInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00424     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00425 {
00426 }
00427 
00428 void ChannelTypeRoomListInterface::invalidate(Tp::DBusProxy *proxy,
00429         const QString &error, const QString &message)
00430 {
00431     disconnect(this, SIGNAL(GotRooms(const Tp::RoomInfoList&)), NULL, NULL);
00432     disconnect(this, SIGNAL(ListingRooms(bool)), NULL, NULL);
00433 
00434     Tp::AbstractInterface::invalidate(proxy, error, message);
00435 }
00436 
00437 ChannelTypeStreamTubeInterface::ChannelTypeStreamTubeInterface(const QString& busName, const QString& objectPath, QObject *parent)
00438     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00439 {
00440 }
00441 
00442 ChannelTypeStreamTubeInterface::ChannelTypeStreamTubeInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00443     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00444 {
00445 }
00446 
00447 ChannelTypeStreamTubeInterface::ChannelTypeStreamTubeInterface(Tp::DBusProxy *proxy)
00448     : Tp::AbstractInterface(proxy, staticInterfaceName())
00449 {
00450 }
00451 
00452 ChannelTypeStreamTubeInterface::ChannelTypeStreamTubeInterface(const Tp::Client::ChannelInterface& mainInterface)
00453     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00454 {
00455 }
00456 
00457 ChannelTypeStreamTubeInterface::ChannelTypeStreamTubeInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00458     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00459 {
00460 }
00461 
00462 void ChannelTypeStreamTubeInterface::invalidate(Tp::DBusProxy *proxy,
00463         const QString &error, const QString &message)
00464 {
00465     disconnect(this, SIGNAL(NewRemoteConnection(uint, const QDBusVariant&, uint)), NULL, NULL);
00466     disconnect(this, SIGNAL(NewLocalConnection(uint)), NULL, NULL);
00467     disconnect(this, SIGNAL(ConnectionClosed(uint, const QString&, const QString&)), NULL, NULL);
00468 
00469     Tp::AbstractInterface::invalidate(proxy, error, message);
00470 }
00471 
00472 ChannelTypeStreamedMediaInterface::ChannelTypeStreamedMediaInterface(const QString& busName, const QString& objectPath, QObject *parent)
00473     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00474 {
00475 }
00476 
00477 ChannelTypeStreamedMediaInterface::ChannelTypeStreamedMediaInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00478     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00479 {
00480 }
00481 
00482 ChannelTypeStreamedMediaInterface::ChannelTypeStreamedMediaInterface(Tp::DBusProxy *proxy)
00483     : Tp::AbstractInterface(proxy, staticInterfaceName())
00484 {
00485 }
00486 
00487 ChannelTypeStreamedMediaInterface::ChannelTypeStreamedMediaInterface(const Tp::Client::ChannelInterface& mainInterface)
00488     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00489 {
00490 }
00491 
00492 ChannelTypeStreamedMediaInterface::ChannelTypeStreamedMediaInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00493     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00494 {
00495 }
00496 
00497 void ChannelTypeStreamedMediaInterface::invalidate(Tp::DBusProxy *proxy,
00498         const QString &error, const QString &message)
00499 {
00500     disconnect(this, SIGNAL(StreamAdded(uint, uint, uint)), NULL, NULL);
00501     disconnect(this, SIGNAL(StreamDirectionChanged(uint, uint, uint)), NULL, NULL);
00502     disconnect(this, SIGNAL(StreamError(uint, uint, const QString&)), NULL, NULL);
00503     disconnect(this, SIGNAL(StreamRemoved(uint)), NULL, NULL);
00504     disconnect(this, SIGNAL(StreamStateChanged(uint, uint)), NULL, NULL);
00505 
00506     Tp::AbstractInterface::invalidate(proxy, error, message);
00507 }
00508 
00509 ChannelTypeTextInterface::ChannelTypeTextInterface(const QString& busName, const QString& objectPath, QObject *parent)
00510     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00511 {
00512 }
00513 
00514 ChannelTypeTextInterface::ChannelTypeTextInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00515     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00516 {
00517 }
00518 
00519 ChannelTypeTextInterface::ChannelTypeTextInterface(Tp::DBusProxy *proxy)
00520     : Tp::AbstractInterface(proxy, staticInterfaceName())
00521 {
00522 }
00523 
00524 ChannelTypeTextInterface::ChannelTypeTextInterface(const Tp::Client::ChannelInterface& mainInterface)
00525     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00526 {
00527 }
00528 
00529 ChannelTypeTextInterface::ChannelTypeTextInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00530     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00531 {
00532 }
00533 
00534 void ChannelTypeTextInterface::invalidate(Tp::DBusProxy *proxy,
00535         const QString &error, const QString &message)
00536 {
00537     disconnect(this, SIGNAL(LostMessage()), NULL, NULL);
00538     disconnect(this, SIGNAL(Received(uint, uint, uint, uint, uint, const QString&)), NULL, NULL);
00539     disconnect(this, SIGNAL(SendError(uint, uint, uint, const QString&)), NULL, NULL);
00540     disconnect(this, SIGNAL(Sent(uint, uint, const QString&)), NULL, NULL);
00541 
00542     Tp::AbstractInterface::invalidate(proxy, error, message);
00543 }
00544 
00545 ChannelTypeTubesInterface::ChannelTypeTubesInterface(const QString& busName, const QString& objectPath, QObject *parent)
00546     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00547 {
00548 }
00549 
00550 ChannelTypeTubesInterface::ChannelTypeTubesInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00551     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00552 {
00553 }
00554 
00555 ChannelTypeTubesInterface::ChannelTypeTubesInterface(Tp::DBusProxy *proxy)
00556     : Tp::AbstractInterface(proxy, staticInterfaceName())
00557 {
00558 }
00559 
00560 ChannelTypeTubesInterface::ChannelTypeTubesInterface(const Tp::Client::ChannelInterface& mainInterface)
00561     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00562 {
00563 }
00564 
00565 ChannelTypeTubesInterface::ChannelTypeTubesInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00566     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00567 {
00568 }
00569 
00570 void ChannelTypeTubesInterface::invalidate(Tp::DBusProxy *proxy,
00571         const QString &error, const QString &message)
00572 {
00573     disconnect(this, SIGNAL(NewTube(uint, uint, uint, const QString&, const QVariantMap&, uint)), NULL, NULL);
00574     disconnect(this, SIGNAL(TubeStateChanged(uint, uint)), NULL, NULL);
00575     disconnect(this, SIGNAL(TubeClosed(uint)), NULL, NULL);
00576     disconnect(this, SIGNAL(DBusNamesChanged(uint, const Tp::DBusTubeMemberList&, const Tp::UIntList&)), NULL, NULL);
00577     disconnect(this, SIGNAL(StreamTubeNewConnection(uint, uint)), NULL, NULL);
00578 
00579     Tp::AbstractInterface::invalidate(proxy, error, message);
00580 }
00581 }
00582 }


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