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 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 ChannelInterfaceChatStateInterface::ChannelInterfaceChatStateInterface(const QString& busName, const QString& objectPath, QObject *parent)
00098     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00099 {
00100 }
00101 
00102 ChannelInterfaceChatStateInterface::ChannelInterfaceChatStateInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00103     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00104 {
00105 }
00106 
00107 ChannelInterfaceChatStateInterface::ChannelInterfaceChatStateInterface(Tp::DBusProxy *proxy)
00108     : Tp::AbstractInterface(proxy, staticInterfaceName())
00109 {
00110 }
00111 
00112 ChannelInterfaceChatStateInterface::ChannelInterfaceChatStateInterface(const Tp::Client::ChannelInterface& mainInterface)
00113     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00114 {
00115 }
00116 
00117 ChannelInterfaceChatStateInterface::ChannelInterfaceChatStateInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00118     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00119 {
00120 }
00121 
00122 void ChannelInterfaceChatStateInterface::invalidate(Tp::DBusProxy *proxy,
00123         const QString &error, const QString &message)
00124 {
00125     disconnect(this, SIGNAL(ChatStateChanged(uint, uint)), NULL, NULL);
00126 
00127     Tp::AbstractInterface::invalidate(proxy, error, message);
00128 }
00129 
00130 ChannelInterfaceConferenceInterface::ChannelInterfaceConferenceInterface(const QString& busName, const QString& objectPath, QObject *parent)
00131     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00132 {
00133 }
00134 
00135 ChannelInterfaceConferenceInterface::ChannelInterfaceConferenceInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00136     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00137 {
00138 }
00139 
00140 ChannelInterfaceConferenceInterface::ChannelInterfaceConferenceInterface(Tp::DBusProxy *proxy)
00141     : Tp::AbstractInterface(proxy, staticInterfaceName())
00142 {
00143 }
00144 
00145 ChannelInterfaceConferenceInterface::ChannelInterfaceConferenceInterface(const Tp::Client::ChannelInterface& mainInterface)
00146     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00147 {
00148 }
00149 
00150 ChannelInterfaceConferenceInterface::ChannelInterfaceConferenceInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00151     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00152 {
00153 }
00154 
00155 void ChannelInterfaceConferenceInterface::invalidate(Tp::DBusProxy *proxy,
00156         const QString &error, const QString &message)
00157 {
00158     disconnect(this, SIGNAL(ChannelMerged(const QDBusObjectPath&, uint, const QVariantMap&)), NULL, NULL);
00159     disconnect(this, SIGNAL(ChannelRemoved(const QDBusObjectPath&, const QVariantMap&)), NULL, NULL);
00160 
00161     Tp::AbstractInterface::invalidate(proxy, error, message);
00162 }
00163 
00164 ChannelInterfaceDTMFInterface::ChannelInterfaceDTMFInterface(const QString& busName, const QString& objectPath, QObject *parent)
00165     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00166 {
00167 }
00168 
00169 ChannelInterfaceDTMFInterface::ChannelInterfaceDTMFInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00170     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00171 {
00172 }
00173 
00174 ChannelInterfaceDTMFInterface::ChannelInterfaceDTMFInterface(Tp::DBusProxy *proxy)
00175     : Tp::AbstractInterface(proxy, staticInterfaceName())
00176 {
00177 }
00178 
00179 ChannelInterfaceDTMFInterface::ChannelInterfaceDTMFInterface(const Tp::Client::ChannelInterface& mainInterface)
00180     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00181 {
00182 }
00183 
00184 ChannelInterfaceDTMFInterface::ChannelInterfaceDTMFInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00185     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00186 {
00187 }
00188 
00189 void ChannelInterfaceDTMFInterface::invalidate(Tp::DBusProxy *proxy,
00190         const QString &error, const QString &message)
00191 {
00192     disconnect(this, SIGNAL(SendingTones(const QString&)), NULL, NULL);
00193     disconnect(this, SIGNAL(StoppedTones(bool)), NULL, NULL);
00194 
00195     Tp::AbstractInterface::invalidate(proxy, error, message);
00196 }
00197 
00198 ChannelInterfaceGroupInterface::ChannelInterfaceGroupInterface(const QString& busName, const QString& objectPath, QObject *parent)
00199     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00200 {
00201 }
00202 
00203 ChannelInterfaceGroupInterface::ChannelInterfaceGroupInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00204     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00205 {
00206 }
00207 
00208 ChannelInterfaceGroupInterface::ChannelInterfaceGroupInterface(Tp::DBusProxy *proxy)
00209     : Tp::AbstractInterface(proxy, staticInterfaceName())
00210 {
00211 }
00212 
00213 ChannelInterfaceGroupInterface::ChannelInterfaceGroupInterface(const Tp::Client::ChannelInterface& mainInterface)
00214     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00215 {
00216 }
00217 
00218 ChannelInterfaceGroupInterface::ChannelInterfaceGroupInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00219     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00220 {
00221 }
00222 
00223 void ChannelInterfaceGroupInterface::invalidate(Tp::DBusProxy *proxy,
00224         const QString &error, const QString &message)
00225 {
00226     disconnect(this, SIGNAL(HandleOwnersChanged(const Tp::HandleOwnerMap&, const Tp::UIntList&)), NULL, NULL);
00227     disconnect(this, SIGNAL(SelfHandleChanged(uint)), NULL, NULL);
00228     disconnect(this, SIGNAL(GroupFlagsChanged(uint, uint)), NULL, NULL);
00229     disconnect(this, SIGNAL(MembersChanged(const QString&, const Tp::UIntList&, const Tp::UIntList&, const Tp::UIntList&, const Tp::UIntList&, uint, uint)), NULL, NULL);
00230     disconnect(this, SIGNAL(MembersChangedDetailed(const Tp::UIntList&, const Tp::UIntList&, const Tp::UIntList&, const Tp::UIntList&, const QVariantMap&)), NULL, NULL);
00231 
00232     Tp::AbstractInterface::invalidate(proxy, error, message);
00233 }
00234 
00235 ChannelInterfaceHoldInterface::ChannelInterfaceHoldInterface(const QString& busName, const QString& objectPath, QObject *parent)
00236     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00237 {
00238 }
00239 
00240 ChannelInterfaceHoldInterface::ChannelInterfaceHoldInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00241     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00242 {
00243 }
00244 
00245 ChannelInterfaceHoldInterface::ChannelInterfaceHoldInterface(Tp::DBusProxy *proxy)
00246     : Tp::AbstractInterface(proxy, staticInterfaceName())
00247 {
00248 }
00249 
00250 ChannelInterfaceHoldInterface::ChannelInterfaceHoldInterface(const Tp::Client::ChannelInterface& mainInterface)
00251     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00252 {
00253 }
00254 
00255 ChannelInterfaceHoldInterface::ChannelInterfaceHoldInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00256     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00257 {
00258 }
00259 
00260 void ChannelInterfaceHoldInterface::invalidate(Tp::DBusProxy *proxy,
00261         const QString &error, const QString &message)
00262 {
00263     disconnect(this, SIGNAL(HoldStateChanged(uint, uint)), NULL, NULL);
00264 
00265     Tp::AbstractInterface::invalidate(proxy, error, message);
00266 }
00267 
00268 ChannelInterfaceMediaSignallingInterface::ChannelInterfaceMediaSignallingInterface(const QString& busName, const QString& objectPath, QObject *parent)
00269     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00270 {
00271 }
00272 
00273 ChannelInterfaceMediaSignallingInterface::ChannelInterfaceMediaSignallingInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00274     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00275 {
00276 }
00277 
00278 ChannelInterfaceMediaSignallingInterface::ChannelInterfaceMediaSignallingInterface(Tp::DBusProxy *proxy)
00279     : Tp::AbstractInterface(proxy, staticInterfaceName())
00280 {
00281 }
00282 
00283 ChannelInterfaceMediaSignallingInterface::ChannelInterfaceMediaSignallingInterface(const Tp::Client::ChannelInterface& mainInterface)
00284     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00285 {
00286 }
00287 
00288 ChannelInterfaceMediaSignallingInterface::ChannelInterfaceMediaSignallingInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00289     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00290 {
00291 }
00292 
00293 void ChannelInterfaceMediaSignallingInterface::invalidate(Tp::DBusProxy *proxy,
00294         const QString &error, const QString &message)
00295 {
00296     disconnect(this, SIGNAL(NewSessionHandler(const QDBusObjectPath&, const QString&)), NULL, NULL);
00297 
00298     Tp::AbstractInterface::invalidate(proxy, error, message);
00299 }
00300 
00301 ChannelInterfaceMessagesInterface::ChannelInterfaceMessagesInterface(const QString& busName, const QString& objectPath, QObject *parent)
00302     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00303 {
00304 }
00305 
00306 ChannelInterfaceMessagesInterface::ChannelInterfaceMessagesInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00307     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00308 {
00309 }
00310 
00311 ChannelInterfaceMessagesInterface::ChannelInterfaceMessagesInterface(Tp::DBusProxy *proxy)
00312     : Tp::AbstractInterface(proxy, staticInterfaceName())
00313 {
00314 }
00315 
00316 ChannelInterfaceMessagesInterface::ChannelInterfaceMessagesInterface(const Tp::Client::ChannelInterface& mainInterface)
00317     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00318 {
00319 }
00320 
00321 ChannelInterfaceMessagesInterface::ChannelInterfaceMessagesInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00322     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00323 {
00324 }
00325 
00326 void ChannelInterfaceMessagesInterface::invalidate(Tp::DBusProxy *proxy,
00327         const QString &error, const QString &message)
00328 {
00329     disconnect(this, SIGNAL(MessageSent(const Tp::MessagePartList&, uint, const QString&)), NULL, NULL);
00330     disconnect(this, SIGNAL(PendingMessagesRemoved(const Tp::UIntList&)), NULL, NULL);
00331     disconnect(this, SIGNAL(MessageReceived(const Tp::MessagePartList&)), NULL, NULL);
00332 
00333     Tp::AbstractInterface::invalidate(proxy, error, message);
00334 }
00335 
00336 ChannelInterfacePasswordInterface::ChannelInterfacePasswordInterface(const QString& busName, const QString& objectPath, QObject *parent)
00337     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00338 {
00339 }
00340 
00341 ChannelInterfacePasswordInterface::ChannelInterfacePasswordInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00342     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00343 {
00344 }
00345 
00346 ChannelInterfacePasswordInterface::ChannelInterfacePasswordInterface(Tp::DBusProxy *proxy)
00347     : Tp::AbstractInterface(proxy, staticInterfaceName())
00348 {
00349 }
00350 
00351 ChannelInterfacePasswordInterface::ChannelInterfacePasswordInterface(const Tp::Client::ChannelInterface& mainInterface)
00352     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00353 {
00354 }
00355 
00356 ChannelInterfacePasswordInterface::ChannelInterfacePasswordInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00357     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00358 {
00359 }
00360 
00361 void ChannelInterfacePasswordInterface::invalidate(Tp::DBusProxy *proxy,
00362         const QString &error, const QString &message)
00363 {
00364     disconnect(this, SIGNAL(PasswordFlagsChanged(uint, uint)), NULL, NULL);
00365 
00366     Tp::AbstractInterface::invalidate(proxy, error, message);
00367 }
00368 
00369 ChannelInterfaceServicePointInterface::ChannelInterfaceServicePointInterface(const QString& busName, const QString& objectPath, QObject *parent)
00370     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00371 {
00372 }
00373 
00374 ChannelInterfaceServicePointInterface::ChannelInterfaceServicePointInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00375     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00376 {
00377 }
00378 
00379 ChannelInterfaceServicePointInterface::ChannelInterfaceServicePointInterface(Tp::DBusProxy *proxy)
00380     : Tp::AbstractInterface(proxy, staticInterfaceName())
00381 {
00382 }
00383 
00384 ChannelInterfaceServicePointInterface::ChannelInterfaceServicePointInterface(const Tp::Client::ChannelInterface& mainInterface)
00385     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00386 {
00387 }
00388 
00389 ChannelInterfaceServicePointInterface::ChannelInterfaceServicePointInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00390     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00391 {
00392 }
00393 
00394 void ChannelInterfaceServicePointInterface::invalidate(Tp::DBusProxy *proxy,
00395         const QString &error, const QString &message)
00396 {
00397     disconnect(this, SIGNAL(ServicePointChanged(const Tp::ServicePoint&)), NULL, NULL);
00398 
00399     Tp::AbstractInterface::invalidate(proxy, error, message);
00400 }
00401 
00402 ChannelInterfaceTubeInterface::ChannelInterfaceTubeInterface(const QString& busName, const QString& objectPath, QObject *parent)
00403     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00404 {
00405 }
00406 
00407 ChannelInterfaceTubeInterface::ChannelInterfaceTubeInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00408     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00409 {
00410 }
00411 
00412 ChannelInterfaceTubeInterface::ChannelInterfaceTubeInterface(Tp::DBusProxy *proxy)
00413     : Tp::AbstractInterface(proxy, staticInterfaceName())
00414 {
00415 }
00416 
00417 ChannelInterfaceTubeInterface::ChannelInterfaceTubeInterface(const Tp::Client::ChannelInterface& mainInterface)
00418     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00419 {
00420 }
00421 
00422 ChannelInterfaceTubeInterface::ChannelInterfaceTubeInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00423     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00424 {
00425 }
00426 
00427 void ChannelInterfaceTubeInterface::invalidate(Tp::DBusProxy *proxy,
00428         const QString &error, const QString &message)
00429 {
00430     disconnect(this, SIGNAL(TubeChannelStateChanged(uint)), NULL, NULL);
00431 
00432     Tp::AbstractInterface::invalidate(proxy, error, message);
00433 }
00434 
00435 ChannelTypeContactListInterface::ChannelTypeContactListInterface(const QString& busName, const QString& objectPath, QObject *parent)
00436     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00437 {
00438 }
00439 
00440 ChannelTypeContactListInterface::ChannelTypeContactListInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00441     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00442 {
00443 }
00444 
00445 ChannelTypeContactListInterface::ChannelTypeContactListInterface(Tp::DBusProxy *proxy)
00446     : Tp::AbstractInterface(proxy, staticInterfaceName())
00447 {
00448 }
00449 
00450 ChannelTypeContactListInterface::ChannelTypeContactListInterface(const Tp::Client::ChannelInterface& mainInterface)
00451     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00452 {
00453 }
00454 
00455 ChannelTypeContactListInterface::ChannelTypeContactListInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00456     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00457 {
00458 }
00459 
00460 void ChannelTypeContactListInterface::invalidate(Tp::DBusProxy *proxy,
00461         const QString &error, const QString &message)
00462 {
00463 
00464     Tp::AbstractInterface::invalidate(proxy, error, message);
00465 }
00466 
00467 ChannelTypeContactSearchInterface::ChannelTypeContactSearchInterface(const QString& busName, const QString& objectPath, QObject *parent)
00468     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00469 {
00470 }
00471 
00472 ChannelTypeContactSearchInterface::ChannelTypeContactSearchInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00473     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00474 {
00475 }
00476 
00477 ChannelTypeContactSearchInterface::ChannelTypeContactSearchInterface(Tp::DBusProxy *proxy)
00478     : Tp::AbstractInterface(proxy, staticInterfaceName())
00479 {
00480 }
00481 
00482 ChannelTypeContactSearchInterface::ChannelTypeContactSearchInterface(const Tp::Client::ChannelInterface& mainInterface)
00483     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00484 {
00485 }
00486 
00487 ChannelTypeContactSearchInterface::ChannelTypeContactSearchInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00488     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00489 {
00490 }
00491 
00492 void ChannelTypeContactSearchInterface::invalidate(Tp::DBusProxy *proxy,
00493         const QString &error, const QString &message)
00494 {
00495     disconnect(this, SIGNAL(SearchStateChanged(uint, const QString&, const QVariantMap&)), NULL, NULL);
00496     disconnect(this, SIGNAL(SearchResultReceived(const Tp::ContactSearchResultMap&)), NULL, NULL);
00497 
00498     Tp::AbstractInterface::invalidate(proxy, error, message);
00499 }
00500 
00501 ChannelTypeFileTransferInterface::ChannelTypeFileTransferInterface(const QString& busName, const QString& objectPath, QObject *parent)
00502     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00503 {
00504 }
00505 
00506 ChannelTypeFileTransferInterface::ChannelTypeFileTransferInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00507     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00508 {
00509 }
00510 
00511 ChannelTypeFileTransferInterface::ChannelTypeFileTransferInterface(Tp::DBusProxy *proxy)
00512     : Tp::AbstractInterface(proxy, staticInterfaceName())
00513 {
00514 }
00515 
00516 ChannelTypeFileTransferInterface::ChannelTypeFileTransferInterface(const Tp::Client::ChannelInterface& mainInterface)
00517     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00518 {
00519 }
00520 
00521 ChannelTypeFileTransferInterface::ChannelTypeFileTransferInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00522     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00523 {
00524 }
00525 
00526 void ChannelTypeFileTransferInterface::invalidate(Tp::DBusProxy *proxy,
00527         const QString &error, const QString &message)
00528 {
00529     disconnect(this, SIGNAL(FileTransferStateChanged(uint, uint)), NULL, NULL);
00530     disconnect(this, SIGNAL(TransferredBytesChanged(qulonglong)), NULL, NULL);
00531     disconnect(this, SIGNAL(InitialOffsetDefined(qulonglong)), NULL, NULL);
00532 
00533     Tp::AbstractInterface::invalidate(proxy, error, message);
00534 }
00535 
00536 ChannelTypeRoomListInterface::ChannelTypeRoomListInterface(const QString& busName, const QString& objectPath, QObject *parent)
00537     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00538 {
00539 }
00540 
00541 ChannelTypeRoomListInterface::ChannelTypeRoomListInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00542     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00543 {
00544 }
00545 
00546 ChannelTypeRoomListInterface::ChannelTypeRoomListInterface(Tp::DBusProxy *proxy)
00547     : Tp::AbstractInterface(proxy, staticInterfaceName())
00548 {
00549 }
00550 
00551 ChannelTypeRoomListInterface::ChannelTypeRoomListInterface(const Tp::Client::ChannelInterface& mainInterface)
00552     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00553 {
00554 }
00555 
00556 ChannelTypeRoomListInterface::ChannelTypeRoomListInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00557     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00558 {
00559 }
00560 
00561 void ChannelTypeRoomListInterface::invalidate(Tp::DBusProxy *proxy,
00562         const QString &error, const QString &message)
00563 {
00564     disconnect(this, SIGNAL(GotRooms(const Tp::RoomInfoList&)), NULL, NULL);
00565     disconnect(this, SIGNAL(ListingRooms(bool)), NULL, NULL);
00566 
00567     Tp::AbstractInterface::invalidate(proxy, error, message);
00568 }
00569 
00570 ChannelTypeServerTLSConnectionInterface::ChannelTypeServerTLSConnectionInterface(const QString& busName, const QString& objectPath, QObject *parent)
00571     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00572 {
00573 }
00574 
00575 ChannelTypeServerTLSConnectionInterface::ChannelTypeServerTLSConnectionInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00576     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00577 {
00578 }
00579 
00580 ChannelTypeServerTLSConnectionInterface::ChannelTypeServerTLSConnectionInterface(Tp::DBusProxy *proxy)
00581     : Tp::AbstractInterface(proxy, staticInterfaceName())
00582 {
00583 }
00584 
00585 ChannelTypeServerTLSConnectionInterface::ChannelTypeServerTLSConnectionInterface(const Tp::Client::ChannelInterface& mainInterface)
00586     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00587 {
00588 }
00589 
00590 ChannelTypeServerTLSConnectionInterface::ChannelTypeServerTLSConnectionInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00591     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00592 {
00593 }
00594 
00595 void ChannelTypeServerTLSConnectionInterface::invalidate(Tp::DBusProxy *proxy,
00596         const QString &error, const QString &message)
00597 {
00598 
00599     Tp::AbstractInterface::invalidate(proxy, error, message);
00600 }
00601 
00602 ChannelTypeStreamTubeInterface::ChannelTypeStreamTubeInterface(const QString& busName, const QString& objectPath, QObject *parent)
00603     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00604 {
00605 }
00606 
00607 ChannelTypeStreamTubeInterface::ChannelTypeStreamTubeInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00608     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00609 {
00610 }
00611 
00612 ChannelTypeStreamTubeInterface::ChannelTypeStreamTubeInterface(Tp::DBusProxy *proxy)
00613     : Tp::AbstractInterface(proxy, staticInterfaceName())
00614 {
00615 }
00616 
00617 ChannelTypeStreamTubeInterface::ChannelTypeStreamTubeInterface(const Tp::Client::ChannelInterface& mainInterface)
00618     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00619 {
00620 }
00621 
00622 ChannelTypeStreamTubeInterface::ChannelTypeStreamTubeInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00623     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00624 {
00625 }
00626 
00627 void ChannelTypeStreamTubeInterface::invalidate(Tp::DBusProxy *proxy,
00628         const QString &error, const QString &message)
00629 {
00630     disconnect(this, SIGNAL(NewRemoteConnection(uint, const QDBusVariant&, uint)), NULL, NULL);
00631     disconnect(this, SIGNAL(NewLocalConnection(uint)), NULL, NULL);
00632     disconnect(this, SIGNAL(ConnectionClosed(uint, const QString&, const QString&)), NULL, NULL);
00633 
00634     Tp::AbstractInterface::invalidate(proxy, error, message);
00635 }
00636 
00637 ChannelTypeStreamedMediaInterface::ChannelTypeStreamedMediaInterface(const QString& busName, const QString& objectPath, QObject *parent)
00638     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00639 {
00640 }
00641 
00642 ChannelTypeStreamedMediaInterface::ChannelTypeStreamedMediaInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00643     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00644 {
00645 }
00646 
00647 ChannelTypeStreamedMediaInterface::ChannelTypeStreamedMediaInterface(Tp::DBusProxy *proxy)
00648     : Tp::AbstractInterface(proxy, staticInterfaceName())
00649 {
00650 }
00651 
00652 ChannelTypeStreamedMediaInterface::ChannelTypeStreamedMediaInterface(const Tp::Client::ChannelInterface& mainInterface)
00653     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00654 {
00655 }
00656 
00657 ChannelTypeStreamedMediaInterface::ChannelTypeStreamedMediaInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00658     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00659 {
00660 }
00661 
00662 void ChannelTypeStreamedMediaInterface::invalidate(Tp::DBusProxy *proxy,
00663         const QString &error, const QString &message)
00664 {
00665     disconnect(this, SIGNAL(StreamAdded(uint, uint, uint)), NULL, NULL);
00666     disconnect(this, SIGNAL(StreamDirectionChanged(uint, uint, uint)), NULL, NULL);
00667     disconnect(this, SIGNAL(StreamError(uint, uint, const QString&)), NULL, NULL);
00668     disconnect(this, SIGNAL(StreamRemoved(uint)), NULL, NULL);
00669     disconnect(this, SIGNAL(StreamStateChanged(uint, uint)), NULL, NULL);
00670 
00671     Tp::AbstractInterface::invalidate(proxy, error, message);
00672 }
00673 
00674 ChannelTypeTextInterface::ChannelTypeTextInterface(const QString& busName, const QString& objectPath, QObject *parent)
00675     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00676 {
00677 }
00678 
00679 ChannelTypeTextInterface::ChannelTypeTextInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00680     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00681 {
00682 }
00683 
00684 ChannelTypeTextInterface::ChannelTypeTextInterface(Tp::DBusProxy *proxy)
00685     : Tp::AbstractInterface(proxy, staticInterfaceName())
00686 {
00687 }
00688 
00689 ChannelTypeTextInterface::ChannelTypeTextInterface(const Tp::Client::ChannelInterface& mainInterface)
00690     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00691 {
00692 }
00693 
00694 ChannelTypeTextInterface::ChannelTypeTextInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00695     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00696 {
00697 }
00698 
00699 void ChannelTypeTextInterface::invalidate(Tp::DBusProxy *proxy,
00700         const QString &error, const QString &message)
00701 {
00702     disconnect(this, SIGNAL(LostMessage()), NULL, NULL);
00703     disconnect(this, SIGNAL(Received(uint, uint, uint, uint, uint, const QString&)), NULL, NULL);
00704     disconnect(this, SIGNAL(SendError(uint, uint, uint, const QString&)), NULL, NULL);
00705     disconnect(this, SIGNAL(Sent(uint, uint, const QString&)), NULL, NULL);
00706 
00707     Tp::AbstractInterface::invalidate(proxy, error, message);
00708 }
00709 
00710 ChannelTypeTubesInterface::ChannelTypeTubesInterface(const QString& busName, const QString& objectPath, QObject *parent)
00711     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
00712 {
00713 }
00714 
00715 ChannelTypeTubesInterface::ChannelTypeTubesInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
00716     : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
00717 {
00718 }
00719 
00720 ChannelTypeTubesInterface::ChannelTypeTubesInterface(Tp::DBusProxy *proxy)
00721     : Tp::AbstractInterface(proxy, staticInterfaceName())
00722 {
00723 }
00724 
00725 ChannelTypeTubesInterface::ChannelTypeTubesInterface(const Tp::Client::ChannelInterface& mainInterface)
00726     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
00727 {
00728 }
00729 
00730 ChannelTypeTubesInterface::ChannelTypeTubesInterface(const Tp::Client::ChannelInterface& mainInterface, QObject *parent)
00731     : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
00732 {
00733 }
00734 
00735 void ChannelTypeTubesInterface::invalidate(Tp::DBusProxy *proxy,
00736         const QString &error, const QString &message)
00737 {
00738     disconnect(this, SIGNAL(NewTube(uint, uint, uint, const QString&, const QVariantMap&, uint)), NULL, NULL);
00739     disconnect(this, SIGNAL(TubeStateChanged(uint, uint)), NULL, NULL);
00740     disconnect(this, SIGNAL(TubeClosed(uint)), NULL, NULL);
00741     disconnect(this, SIGNAL(DBusNamesChanged(uint, const Tp::DBusTubeMemberList&, const Tp::UIntList&)), NULL, NULL);
00742     disconnect(this, SIGNAL(StreamTubeNewConnection(uint, uint)), NULL, NULL);
00743 
00744     Tp::AbstractInterface::invalidate(proxy, error, message);
00745 }
00746 }
00747 }


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