Home · All Classes · All Namespaces · Modules · Functions · Files
cli-channel-body.hpp
1 #define IN_TP_QT_HEADER
2 #include "TelepathyQt/channel.h"
3 
4 namespace Tp
5 {
6 namespace Client
7 {
8 
9 ChannelInterface::ChannelInterface(const QString& busName, const QString& objectPath, QObject *parent)
10  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
11 {
12 }
13 
14 ChannelInterface::ChannelInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
15  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
16 {
17 }
18 
21 {
22 }
23 
25  const QString &error, const QString &message)
26 {
27  disconnect(this, SIGNAL(Closed()), NULL, NULL);
28 
29  Tp::AbstractInterface::invalidate(proxy, error, message);
30 }
31 
32 ChannelInterfaceAnonymityInterface::ChannelInterfaceAnonymityInterface(const QString& busName, const QString& objectPath, QObject *parent)
33  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
34 {
35 }
36 
37 ChannelInterfaceAnonymityInterface::ChannelInterfaceAnonymityInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
38  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
39 {
40 }
41 
44 {
45 }
46 
48  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
49 {
50 }
51 
53  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
54 {
55 }
56 
58  const QString &error, const QString &message)
59 {
60 
61  Tp::AbstractInterface::invalidate(proxy, error, message);
62 }
63 
64 ChannelInterfaceCallStateInterface::ChannelInterfaceCallStateInterface(const QString& busName, const QString& objectPath, QObject *parent)
65  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
66 {
67 }
68 
69 ChannelInterfaceCallStateInterface::ChannelInterfaceCallStateInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
70  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
71 {
72 }
73 
76 {
77 }
78 
80  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
81 {
82 }
83 
85  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
86 {
87 }
88 
90  const QString &error, const QString &message)
91 {
92  disconnect(this, SIGNAL(CallStateChanged(uint, uint)), NULL, NULL);
93 
94  Tp::AbstractInterface::invalidate(proxy, error, message);
95 }
96 
97 ChannelInterfaceCaptchaAuthenticationInterface::ChannelInterfaceCaptchaAuthenticationInterface(const QString& busName, const QString& objectPath, QObject *parent)
98  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
99 {
100 }
101 
102 ChannelInterfaceCaptchaAuthenticationInterface::ChannelInterfaceCaptchaAuthenticationInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
103  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
104 {
105 }
106 
109 {
110 }
111 
113  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
114 {
115 }
116 
118  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
119 {
120 }
121 
123  const QString &error, const QString &message)
124 {
125 
126  Tp::AbstractInterface::invalidate(proxy, error, message);
127 }
128 
129 ChannelInterfaceChatStateInterface::ChannelInterfaceChatStateInterface(const QString& busName, const QString& objectPath, QObject *parent)
130  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
131 {
132 }
133 
134 ChannelInterfaceChatStateInterface::ChannelInterfaceChatStateInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
135  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
136 {
137 }
138 
141 {
142 }
143 
145  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
146 {
147 }
148 
150  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
151 {
152 }
153 
155  const QString &error, const QString &message)
156 {
157  disconnect(this, SIGNAL(ChatStateChanged(uint, uint)), NULL, NULL);
158 
159  Tp::AbstractInterface::invalidate(proxy, error, message);
160 }
161 
162 ChannelInterfaceConferenceInterface::ChannelInterfaceConferenceInterface(const QString& busName, const QString& objectPath, QObject *parent)
163  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
164 {
165 }
166 
167 ChannelInterfaceConferenceInterface::ChannelInterfaceConferenceInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
168  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
169 {
170 }
171 
174 {
175 }
176 
178  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
179 {
180 }
181 
183  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
184 {
185 }
186 
188  const QString &error, const QString &message)
189 {
190  disconnect(this, SIGNAL(ChannelMerged(const QDBusObjectPath&, uint, const QVariantMap&)), NULL, NULL);
191  disconnect(this, SIGNAL(ChannelRemoved(const QDBusObjectPath&, const QVariantMap&)), NULL, NULL);
192 
193  Tp::AbstractInterface::invalidate(proxy, error, message);
194 }
195 
196 ChannelInterfaceDTMFInterface::ChannelInterfaceDTMFInterface(const QString& busName, const QString& objectPath, QObject *parent)
197  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
198 {
199 }
200 
201 ChannelInterfaceDTMFInterface::ChannelInterfaceDTMFInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
202  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
203 {
204 }
205 
208 {
209 }
210 
212  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
213 {
214 }
215 
217  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
218 {
219 }
220 
222  const QString &error, const QString &message)
223 {
224  disconnect(this, SIGNAL(TonesDeferred(const QString&)), NULL, NULL);
225  disconnect(this, SIGNAL(SendingTones(const QString&)), NULL, NULL);
226  disconnect(this, SIGNAL(StoppedTones(bool)), NULL, NULL);
227 
228  Tp::AbstractInterface::invalidate(proxy, error, message);
229 }
230 
231 ChannelInterfaceDestroyableInterface::ChannelInterfaceDestroyableInterface(const QString& busName, const QString& objectPath, QObject *parent)
232  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
233 {
234 }
235 
236 ChannelInterfaceDestroyableInterface::ChannelInterfaceDestroyableInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
237  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
238 {
239 }
240 
243 {
244 }
245 
247  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
248 {
249 }
250 
252  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
253 {
254 }
255 
257  const QString &error, const QString &message)
258 {
259 
260  Tp::AbstractInterface::invalidate(proxy, error, message);
261 }
262 
263 ChannelInterfaceFileTransferMetadataInterface::ChannelInterfaceFileTransferMetadataInterface(const QString& busName, const QString& objectPath, QObject *parent)
264  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
265 {
266 }
267 
268 ChannelInterfaceFileTransferMetadataInterface::ChannelInterfaceFileTransferMetadataInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
269  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
270 {
271 }
272 
275 {
276 }
277 
279  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
280 {
281 }
282 
284  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
285 {
286 }
287 
289  const QString &error, const QString &message)
290 {
291 
292  Tp::AbstractInterface::invalidate(proxy, error, message);
293 }
294 
295 ChannelInterfaceGroupInterface::ChannelInterfaceGroupInterface(const QString& busName, const QString& objectPath, QObject *parent)
296  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
297 {
298 }
299 
300 ChannelInterfaceGroupInterface::ChannelInterfaceGroupInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
301  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
302 {
303 }
304 
307 {
308 }
309 
311  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
312 {
313 }
314 
316  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
317 {
318 }
319 
321  const QString &error, const QString &message)
322 {
323  disconnect(this, SIGNAL(HandleOwnersChanged(const Tp::HandleOwnerMap&, const Tp::UIntList&)), NULL, NULL);
324  disconnect(this, SIGNAL(HandleOwnersChangedDetailed(const Tp::HandleOwnerMap&, const Tp::UIntList&, const Tp::HandleIdentifierMap&)), NULL, NULL);
325  disconnect(this, SIGNAL(SelfHandleChanged(uint)), NULL, NULL);
326  disconnect(this, SIGNAL(SelfContactChanged(uint, const QString&)), NULL, NULL);
327  disconnect(this, SIGNAL(GroupFlagsChanged(uint, uint)), NULL, NULL);
328  disconnect(this, SIGNAL(MembersChanged(const QString&, const Tp::UIntList&, const Tp::UIntList&, const Tp::UIntList&, const Tp::UIntList&, uint, uint)), NULL, NULL);
329  disconnect(this, SIGNAL(MembersChangedDetailed(const Tp::UIntList&, const Tp::UIntList&, const Tp::UIntList&, const Tp::UIntList&, const QVariantMap&)), NULL, NULL);
330 
331  Tp::AbstractInterface::invalidate(proxy, error, message);
332 }
333 
334 ChannelInterfaceHoldInterface::ChannelInterfaceHoldInterface(const QString& busName, const QString& objectPath, QObject *parent)
335  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
336 {
337 }
338 
339 ChannelInterfaceHoldInterface::ChannelInterfaceHoldInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
340  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
341 {
342 }
343 
346 {
347 }
348 
350  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
351 {
352 }
353 
355  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
356 {
357 }
358 
360  const QString &error, const QString &message)
361 {
362  disconnect(this, SIGNAL(HoldStateChanged(uint, uint)), NULL, NULL);
363 
364  Tp::AbstractInterface::invalidate(proxy, error, message);
365 }
366 
367 ChannelInterfaceMediaSignallingInterface::ChannelInterfaceMediaSignallingInterface(const QString& busName, const QString& objectPath, QObject *parent)
368  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
369 {
370 }
371 
372 ChannelInterfaceMediaSignallingInterface::ChannelInterfaceMediaSignallingInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
373  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
374 {
375 }
376 
379 {
380 }
381 
383  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
384 {
385 }
386 
388  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
389 {
390 }
391 
393  const QString &error, const QString &message)
394 {
395  disconnect(this, SIGNAL(NewSessionHandler(const QDBusObjectPath&, const QString&)), NULL, NULL);
396 
397  Tp::AbstractInterface::invalidate(proxy, error, message);
398 }
399 
400 ChannelInterfaceMessagesInterface::ChannelInterfaceMessagesInterface(const QString& busName, const QString& objectPath, QObject *parent)
401  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
402 {
403 }
404 
405 ChannelInterfaceMessagesInterface::ChannelInterfaceMessagesInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
406  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
407 {
408 }
409 
412 {
413 }
414 
416  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
417 {
418 }
419 
421  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
422 {
423 }
424 
426  const QString &error, const QString &message)
427 {
428  disconnect(this, SIGNAL(MessageSent(const Tp::MessagePartList&, uint, const QString&)), NULL, NULL);
429  disconnect(this, SIGNAL(PendingMessagesRemoved(const Tp::UIntList&)), NULL, NULL);
430  disconnect(this, SIGNAL(MessageReceived(const Tp::MessagePartList&)), NULL, NULL);
431 
432  Tp::AbstractInterface::invalidate(proxy, error, message);
433 }
434 
435 ChannelInterfacePasswordInterface::ChannelInterfacePasswordInterface(const QString& busName, const QString& objectPath, QObject *parent)
436  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
437 {
438 }
439 
440 ChannelInterfacePasswordInterface::ChannelInterfacePasswordInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
441  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
442 {
443 }
444 
447 {
448 }
449 
451  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
452 {
453 }
454 
456  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
457 {
458 }
459 
461  const QString &error, const QString &message)
462 {
463  disconnect(this, SIGNAL(PasswordFlagsChanged(uint, uint)), NULL, NULL);
464 
465  Tp::AbstractInterface::invalidate(proxy, error, message);
466 }
467 
468 ChannelInterfaceRoomConfigInterface::ChannelInterfaceRoomConfigInterface(const QString& busName, const QString& objectPath, QObject *parent)
469  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
470 {
471 }
472 
473 ChannelInterfaceRoomConfigInterface::ChannelInterfaceRoomConfigInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
474  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
475 {
476 }
477 
480 {
481 }
482 
484  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
485 {
486 }
487 
489  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
490 {
491 }
492 
494  const QString &error, const QString &message)
495 {
496 
497  Tp::AbstractInterface::invalidate(proxy, error, message);
498 }
499 
500 ChannelInterfaceRoomInterface::ChannelInterfaceRoomInterface(const QString& busName, const QString& objectPath, QObject *parent)
501  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
502 {
503 }
504 
505 ChannelInterfaceRoomInterface::ChannelInterfaceRoomInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
506  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
507 {
508 }
509 
512 {
513 }
514 
516  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
517 {
518 }
519 
521  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
522 {
523 }
524 
526  const QString &error, const QString &message)
527 {
528 
529  Tp::AbstractInterface::invalidate(proxy, error, message);
530 }
531 
532 ChannelInterfaceSASLAuthenticationInterface::ChannelInterfaceSASLAuthenticationInterface(const QString& busName, const QString& objectPath, QObject *parent)
533  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
534 {
535 }
536 
537 ChannelInterfaceSASLAuthenticationInterface::ChannelInterfaceSASLAuthenticationInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
538  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
539 {
540 }
541 
544 {
545 }
546 
548  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
549 {
550 }
551 
553  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
554 {
555 }
556 
558  const QString &error, const QString &message)
559 {
560  disconnect(this, SIGNAL(SASLStatusChanged(uint, const QString&, const QVariantMap&)), NULL, NULL);
561  disconnect(this, SIGNAL(NewChallenge(const QByteArray&)), NULL, NULL);
562 
563  Tp::AbstractInterface::invalidate(proxy, error, message);
564 }
565 
566 ChannelInterfaceSMSInterface::ChannelInterfaceSMSInterface(const QString& busName, const QString& objectPath, QObject *parent)
567  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
568 {
569 }
570 
571 ChannelInterfaceSMSInterface::ChannelInterfaceSMSInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
572  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
573 {
574 }
575 
578 {
579 }
580 
582  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
583 {
584 }
585 
587  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
588 {
589 }
590 
592  const QString &error, const QString &message)
593 {
594  disconnect(this, SIGNAL(SMSChannelChanged(bool)), NULL, NULL);
595 
596  Tp::AbstractInterface::invalidate(proxy, error, message);
597 }
598 
599 ChannelInterfaceSecurableInterface::ChannelInterfaceSecurableInterface(const QString& busName, const QString& objectPath, QObject *parent)
600  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
601 {
602 }
603 
604 ChannelInterfaceSecurableInterface::ChannelInterfaceSecurableInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
605  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
606 {
607 }
608 
611 {
612 }
613 
615  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
616 {
617 }
618 
620  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
621 {
622 }
623 
625  const QString &error, const QString &message)
626 {
627 
628  Tp::AbstractInterface::invalidate(proxy, error, message);
629 }
630 
631 ChannelInterfaceServicePointInterface::ChannelInterfaceServicePointInterface(const QString& busName, const QString& objectPath, QObject *parent)
632  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
633 {
634 }
635 
636 ChannelInterfaceServicePointInterface::ChannelInterfaceServicePointInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
637  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
638 {
639 }
640 
643 {
644 }
645 
647  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
648 {
649 }
650 
652  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
653 {
654 }
655 
657  const QString &error, const QString &message)
658 {
659  disconnect(this, SIGNAL(ServicePointChanged(const Tp::ServicePoint&)), NULL, NULL);
660 
661  Tp::AbstractInterface::invalidate(proxy, error, message);
662 }
663 
664 ChannelInterfaceSubjectInterface::ChannelInterfaceSubjectInterface(const QString& busName, const QString& objectPath, QObject *parent)
665  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
666 {
667 }
668 
669 ChannelInterfaceSubjectInterface::ChannelInterfaceSubjectInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
670  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
671 {
672 }
673 
676 {
677 }
678 
680  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
681 {
682 }
683 
685  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
686 {
687 }
688 
690  const QString &error, const QString &message)
691 {
692 
693  Tp::AbstractInterface::invalidate(proxy, error, message);
694 }
695 
696 ChannelInterfaceTubeInterface::ChannelInterfaceTubeInterface(const QString& busName, const QString& objectPath, QObject *parent)
697  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
698 {
699 }
700 
701 ChannelInterfaceTubeInterface::ChannelInterfaceTubeInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
702  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
703 {
704 }
705 
708 {
709 }
710 
712  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
713 {
714 }
715 
717  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
718 {
719 }
720 
722  const QString &error, const QString &message)
723 {
724  disconnect(this, SIGNAL(TubeChannelStateChanged(uint)), NULL, NULL);
725 
726  Tp::AbstractInterface::invalidate(proxy, error, message);
727 }
728 
729 ChannelTypeCallInterface::ChannelTypeCallInterface(const QString& busName, const QString& objectPath, QObject *parent)
730  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
731 {
732 }
733 
734 ChannelTypeCallInterface::ChannelTypeCallInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
735  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
736 {
737 }
738 
741 {
742 }
743 
745  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
746 {
747 }
748 
750  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
751 {
752 }
753 
755  const QString &error, const QString &message)
756 {
757  disconnect(this, SIGNAL(ContentAdded(const QDBusObjectPath&)), NULL, NULL);
758  disconnect(this, SIGNAL(ContentRemoved(const QDBusObjectPath&, const Tp::CallStateReason&)), NULL, NULL);
759  disconnect(this, SIGNAL(CallStateChanged(uint, uint, const Tp::CallStateReason&, const QVariantMap&)), NULL, NULL);
760  disconnect(this, SIGNAL(CallMembersChanged(const Tp::CallMemberMap&, const Tp::HandleIdentifierMap&, const Tp::UIntList&, const Tp::CallStateReason&)), NULL, NULL);
761 
762  Tp::AbstractInterface::invalidate(proxy, error, message);
763 }
764 
765 ChannelTypeContactListInterface::ChannelTypeContactListInterface(const QString& busName, const QString& objectPath, QObject *parent)
766  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
767 {
768 }
769 
770 ChannelTypeContactListInterface::ChannelTypeContactListInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
771  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
772 {
773 }
774 
777 {
778 }
779 
781  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
782 {
783 }
784 
786  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
787 {
788 }
789 
791  const QString &error, const QString &message)
792 {
793 
794  Tp::AbstractInterface::invalidate(proxy, error, message);
795 }
796 
797 ChannelTypeContactSearchInterface::ChannelTypeContactSearchInterface(const QString& busName, const QString& objectPath, QObject *parent)
798  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
799 {
800 }
801 
802 ChannelTypeContactSearchInterface::ChannelTypeContactSearchInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
803  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
804 {
805 }
806 
809 {
810 }
811 
813  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
814 {
815 }
816 
818  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
819 {
820 }
821 
823  const QString &error, const QString &message)
824 {
825  disconnect(this, SIGNAL(SearchStateChanged(uint, const QString&, const QVariantMap&)), NULL, NULL);
826  disconnect(this, SIGNAL(SearchResultReceived(const Tp::ContactSearchResultMap&)), NULL, NULL);
827 
828  Tp::AbstractInterface::invalidate(proxy, error, message);
829 }
830 
831 ChannelTypeDBusTubeInterface::ChannelTypeDBusTubeInterface(const QString& busName, const QString& objectPath, QObject *parent)
832  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
833 {
834 }
835 
836 ChannelTypeDBusTubeInterface::ChannelTypeDBusTubeInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
837  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
838 {
839 }
840 
843 {
844 }
845 
847  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
848 {
849 }
850 
852  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
853 {
854 }
855 
857  const QString &error, const QString &message)
858 {
859  disconnect(this, SIGNAL(DBusNamesChanged(const Tp::DBusTubeParticipants&, const Tp::UIntList&)), NULL, NULL);
860 
861  Tp::AbstractInterface::invalidate(proxy, error, message);
862 }
863 
864 ChannelTypeFileTransferInterface::ChannelTypeFileTransferInterface(const QString& busName, const QString& objectPath, QObject *parent)
865  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
866 {
867 }
868 
869 ChannelTypeFileTransferInterface::ChannelTypeFileTransferInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
870  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
871 {
872 }
873 
876 {
877 }
878 
880  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
881 {
882 }
883 
885  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
886 {
887 }
888 
890  const QString &error, const QString &message)
891 {
892  disconnect(this, SIGNAL(FileTransferStateChanged(uint, uint)), NULL, NULL);
893  disconnect(this, SIGNAL(TransferredBytesChanged(qulonglong)), NULL, NULL);
894  disconnect(this, SIGNAL(InitialOffsetDefined(qulonglong)), NULL, NULL);
895  disconnect(this, SIGNAL(URIDefined(const QString&)), NULL, NULL);
896 
897  Tp::AbstractInterface::invalidate(proxy, error, message);
898 }
899 
900 ChannelTypeRoomListInterface::ChannelTypeRoomListInterface(const QString& busName, const QString& objectPath, QObject *parent)
901  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
902 {
903 }
904 
905 ChannelTypeRoomListInterface::ChannelTypeRoomListInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
906  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
907 {
908 }
909 
912 {
913 }
914 
916  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
917 {
918 }
919 
921  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
922 {
923 }
924 
926  const QString &error, const QString &message)
927 {
928  disconnect(this, SIGNAL(GotRooms(const Tp::RoomInfoList&)), NULL, NULL);
929  disconnect(this, SIGNAL(ListingRooms(bool)), NULL, NULL);
930 
931  Tp::AbstractInterface::invalidate(proxy, error, message);
932 }
933 
934 ChannelTypeServerAuthenticationInterface::ChannelTypeServerAuthenticationInterface(const QString& busName, const QString& objectPath, QObject *parent)
935  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
936 {
937 }
938 
939 ChannelTypeServerAuthenticationInterface::ChannelTypeServerAuthenticationInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
940  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
941 {
942 }
943 
946 {
947 }
948 
950  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
951 {
952 }
953 
955  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
956 {
957 }
958 
960  const QString &error, const QString &message)
961 {
962 
963  Tp::AbstractInterface::invalidate(proxy, error, message);
964 }
965 
966 ChannelTypeServerTLSConnectionInterface::ChannelTypeServerTLSConnectionInterface(const QString& busName, const QString& objectPath, QObject *parent)
967  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
968 {
969 }
970 
971 ChannelTypeServerTLSConnectionInterface::ChannelTypeServerTLSConnectionInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
972  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
973 {
974 }
975 
978 {
979 }
980 
982  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
983 {
984 }
985 
987  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
988 {
989 }
990 
992  const QString &error, const QString &message)
993 {
994 
995  Tp::AbstractInterface::invalidate(proxy, error, message);
996 }
997 
998 ChannelTypeStreamTubeInterface::ChannelTypeStreamTubeInterface(const QString& busName, const QString& objectPath, QObject *parent)
999  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
1000 {
1001 }
1002 
1003 ChannelTypeStreamTubeInterface::ChannelTypeStreamTubeInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
1004  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
1005 {
1006 }
1007 
1010 {
1011 }
1012 
1014  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
1015 {
1016 }
1017 
1019  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
1020 {
1021 }
1022 
1024  const QString &error, const QString &message)
1025 {
1026  disconnect(this, SIGNAL(NewRemoteConnection(uint, const QDBusVariant&, uint)), NULL, NULL);
1027  disconnect(this, SIGNAL(NewLocalConnection(uint)), NULL, NULL);
1028  disconnect(this, SIGNAL(ConnectionClosed(uint, const QString&, const QString&)), NULL, NULL);
1029 
1030  Tp::AbstractInterface::invalidate(proxy, error, message);
1031 }
1032 
1033 ChannelTypeStreamedMediaInterface::ChannelTypeStreamedMediaInterface(const QString& busName, const QString& objectPath, QObject *parent)
1034  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
1035 {
1036 }
1037 
1038 ChannelTypeStreamedMediaInterface::ChannelTypeStreamedMediaInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
1039  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
1040 {
1041 }
1042 
1045 {
1046 }
1047 
1049  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
1050 {
1051 }
1052 
1054  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
1055 {
1056 }
1057 
1059  const QString &error, const QString &message)
1060 {
1061  disconnect(this, SIGNAL(StreamAdded(uint, uint, uint)), NULL, NULL);
1062  disconnect(this, SIGNAL(StreamDirectionChanged(uint, uint, uint)), NULL, NULL);
1063  disconnect(this, SIGNAL(StreamError(uint, uint, const QString&)), NULL, NULL);
1064  disconnect(this, SIGNAL(StreamRemoved(uint)), NULL, NULL);
1065  disconnect(this, SIGNAL(StreamStateChanged(uint, uint)), NULL, NULL);
1066 
1067  Tp::AbstractInterface::invalidate(proxy, error, message);
1068 }
1069 
1070 ChannelTypeTextInterface::ChannelTypeTextInterface(const QString& busName, const QString& objectPath, QObject *parent)
1071  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
1072 {
1073 }
1074 
1075 ChannelTypeTextInterface::ChannelTypeTextInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
1076  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
1077 {
1078 }
1079 
1082 {
1083 }
1084 
1086  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
1087 {
1088 }
1089 
1091  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
1092 {
1093 }
1094 
1096  const QString &error, const QString &message)
1097 {
1098  disconnect(this, SIGNAL(LostMessage()), NULL, NULL);
1099  disconnect(this, SIGNAL(Received(uint, uint, uint, uint, uint, const QString&)), NULL, NULL);
1100  disconnect(this, SIGNAL(SendError(uint, uint, uint, const QString&)), NULL, NULL);
1101  disconnect(this, SIGNAL(Sent(uint, uint, const QString&)), NULL, NULL);
1102 
1103  Tp::AbstractInterface::invalidate(proxy, error, message);
1104 }
1105 
1106 ChannelTypeTubesInterface::ChannelTypeTubesInterface(const QString& busName, const QString& objectPath, QObject *parent)
1107  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
1108 {
1109 }
1110 
1111 ChannelTypeTubesInterface::ChannelTypeTubesInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
1112  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
1113 {
1114 }
1115 
1118 {
1119 }
1120 
1122  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
1123 {
1124 }
1125 
1127  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
1128 {
1129 }
1130 
1132  const QString &error, const QString &message)
1133 {
1134  disconnect(this, SIGNAL(NewTube(uint, uint, uint, const QString&, const QVariantMap&, uint)), NULL, NULL);
1135  disconnect(this, SIGNAL(TubeStateChanged(uint, uint)), NULL, NULL);
1136  disconnect(this, SIGNAL(TubeClosed(uint)), NULL, NULL);
1137  disconnect(this, SIGNAL(DBusNamesChanged(uint, const Tp::DBusTubeMemberList&, const Tp::UIntList&)), NULL, NULL);
1138  disconnect(this, SIGNAL(StreamTubeNewConnection(uint, uint)), NULL, NULL);
1139 
1140  Tp::AbstractInterface::invalidate(proxy, error, message);
1141 }
1142 }
1143 }
static QLatin1String staticInterfaceName()
Definition: cli-channel.h:3508
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-channel-body.hpp:721
ChannelTypeServerAuthenticationInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-channel-body.hpp:934
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-channel-body.hpp:889
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-channel-body.hpp:689
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-channel-body.hpp:359
void StreamDirectionChanged(uint streamID, uint streamDirection, uint pendingFlags)
ChannelInterfaceMediaSignallingInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-channel-body.hpp:367
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-channel-body.hpp:525
ChannelInterfaceSASLAuthenticationInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-channel-body.hpp:532
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-channel-body.hpp:154
void StreamStateChanged(uint streamID, uint streamState)
void ChannelRemoved(const QDBusObjectPath &channel, const QVariantMap &details)
void DBusNamesChanged(const Tp::DBusTubeParticipants &added, const Tp::UIntList &removed)
static QLatin1String staticInterfaceName()
Definition: cli-channel.h:937
static QLatin1String staticInterfaceName()
Definition: cli-channel.h:9951
void FileTransferStateChanged(uint state, uint reason)
ChannelTypeContactListInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-channel-body.hpp:765
ChannelInterfaceSubjectInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-channel-body.hpp:664
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-channel-body.hpp:221
static QLatin1String staticInterfaceName()
Definition: cli-channel.h:9330
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-channel-body.hpp:122
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-channel-body.hpp:656
static QLatin1String staticInterfaceName()
Definition: cli-channel.h:55
Definition: build/TelepathyQt/_gen/types.h:1655
static QLatin1String staticInterfaceName()
Definition: cli-channel.h:10900
static QLatin1String staticInterfaceName()
Definition: cli-channel.h:6271
ChannelInterfaceCallStateInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-channel-body.hpp:64
static QLatin1String staticInterfaceName()
Definition: cli-channel.h:1976
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-channel-body.hpp:624
void ChatStateChanged(uint contact, uint state)
ChannelTypeStreamedMediaInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-channel-body.hpp:1033
static QLatin1String staticInterfaceName()
Definition: cli-channel.h:3730
static QLatin1String staticInterfaceName()
Definition: cli-channel.h:4317
Definition: build/TelepathyQt/_gen/types.h:1452
void HandleOwnersChangedDetailed(const Tp::HandleOwnerMap &added, const Tp::UIntList &removed, const Tp::HandleIdentifierMap &identifiers)
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-channel-body.hpp:392
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-channel-body.hpp:187
ChannelInterfaceRoomInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-channel-body.hpp:500
void Received(uint ID, uint timestamp, uint sender, uint type, uint flags, const QString &text)
void InitialOffsetDefined(qulonglong initialOffset)
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-channel-body.hpp:991
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-channel-body.hpp:320
static QLatin1String staticInterfaceName()
Definition: cli-channel.h:6666
void SASLStatusChanged(uint status, const QString &reason, const QVariantMap &details)
void ChannelMerged(const QDBusObjectPath &channel, uint channelSpecificHandle, const QVariantMap &properties)
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-channel-body.hpp:460
void CallStateChanged(uint callState, uint callFlags, const Tp::CallStateReason &callStateReason, const QVariantMap &callStateDetails)
The AbstractInterface class is the base class for all client side D-Bus interfaces, allowing access to remote methods/properties/signals.
Definition: abstract-interface.h:42
static QLatin1String staticInterfaceName()
Definition: cli-channel.h:10556
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-channel-body.hpp:1023
static QLatin1String staticInterfaceName()
Definition: cli-channel.h:6132
static QLatin1String staticInterfaceName()
Definition: cli-channel.h:3866
static QLatin1String staticInterfaceName()
Definition: cli-channel.h:4930
void HandleOwnersChanged(const Tp::HandleOwnerMap &added, const Tp::UIntList &removed)
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-channel-body.hpp:288
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-channel-body.hpp:790
ChannelTypeFileTransferInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-channel-body.hpp:864
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-channel-body.hpp:1058
ChannelInterfaceChatStateInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-channel-body.hpp:129
ChannelTypeTubesInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-channel-body.hpp:1106
static QLatin1String staticInterfaceName()
Definition: cli-channel.h:8155
void DBusNamesChanged(uint ID, const Tp::DBusTubeMemberList &added, const Tp::UIntList &removed)
void SearchResultReceived(const Tp::ContactSearchResultMap &result)
void CallMembersChanged(const Tp::CallMemberMap &flagsChanged, const Tp::HandleIdentifierMap &identifiers, const Tp::UIntList &removed, const Tp::CallStateReason &reason)
Definition: cli-channel.h:44
static QLatin1String staticInterfaceName()
Definition: cli-channel.h:6841
ChannelInterfaceGroupInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-channel-body.hpp:295
ChannelInterfaceServicePointInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-channel-body.hpp:631
void SearchStateChanged(uint state, const QString &error, const QVariantMap &details)
ChannelTypeRoomListInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-channel-body.hpp:900
ChannelInterfacePasswordInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-channel-body.hpp:435
void StreamAdded(uint streamID, uint contactHandle, uint streamType)
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-channel-body.hpp:557
Definition: build/TelepathyQt/_gen/types.h:2710
ChannelInterfaceMessagesInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-channel-body.hpp:400
void ServicePointChanged(const Tp::ServicePoint &servicePoint)
ChannelInterfaceDestroyableInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-channel-body.hpp:231
ChannelInterfaceRoomConfigInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-channel-body.hpp:468
ChannelTypeDBusTubeInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-channel-body.hpp:831
ChannelInterfaceAnonymityInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-channel-body.hpp:32
Definition: build/TelepathyQt/_gen/types.h:329
void NewLocalConnection(uint connectionID)
ChannelInterfaceSecurableInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-channel-body.hpp:599
Definition: build/TelepathyQt/_gen/types.h:107
void TransferredBytesChanged(qulonglong count)
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-channel-body.hpp:493
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-channel-body.hpp:57
void GroupFlagsChanged(uint added, uint removed)
void MembersChanged(const QString &message, const Tp::UIntList &added, const Tp::UIntList &removed, const Tp::UIntList &localPending, const Tp::UIntList &remotePending, uint actor, uint reason)
static QLatin1String staticInterfaceName()
Definition: cli-channel.h:8415
static QLatin1String staticInterfaceName()
Definition: cli-channel.h:5837
ChannelInterfaceFileTransferMetadataInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-channel-body.hpp:263
static QLatin1String staticInterfaceName()
Definition: cli-channel.h:5128
void SelfContactChanged(uint selfHandle, const QString &selfID)
ChannelInterfaceDTMFInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-channel-body.hpp:196
void TonesDeferred(const QString &tones)
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-channel-body.hpp:925
static QLatin1String staticInterfaceName()
Definition: cli-channel.h:7709
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-channel-body.hpp:24
static QLatin1String staticInterfaceName()
Definition: cli-channel.h:9443
ChannelInterfaceSMSInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-channel-body.hpp:566
ChannelTypeCallInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-channel-body.hpp:729
void PasswordFlagsChanged(uint added, uint removed)
QList< RoomInfo > RoomInfoList
Definition: build/TelepathyQt/_gen/types.h:2699
QList< DBusTubeMember > DBusTubeMemberList
Definition: build/TelepathyQt/_gen/types.h:1439
static QLatin1String staticInterfaceName()
Definition: cli-channel.h:1344
void PendingMessagesRemoved(const Tp::UIntList &messageIDs)
static QLatin1String staticInterfaceName()
Definition: cli-channel.h:4493
void Sent(uint timestamp, uint type, const QString &text)
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-channel-body.hpp:856
ChannelTypeServerTLSConnectionInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-channel-body.hpp:966
Definition: abstract-adaptor.cpp:31
ChannelTypeStreamTubeInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-channel-body.hpp:998
static QLatin1String staticInterfaceName()
Definition: cli-channel.h:649
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-channel-body.hpp:822
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-channel-body.hpp:754
static QLatin1String staticInterfaceName()
Definition: cli-channel.h:9599
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-channel-body.hpp:1095
void StreamError(uint streamID, uint errorCode, const QString &message)
Definition: build/TelepathyQt/_gen/types.h:296
void NewSessionHandler(const QDBusObjectPath &sessionHandler, const QString &sessionType)
void SendError(uint error, uint timestamp, uint type, const QString &text)
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-channel-body.hpp:1131
static QLatin1String staticInterfaceName()
Definition: cli-channel.h:2479
static QLatin1String staticInterfaceName()
Definition: cli-channel.h:1524
void CallStateChanged(uint contact, uint state)
ChannelInterfaceTubeInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-channel-body.hpp:696
ChannelTypeTextInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-channel-body.hpp:1070
static QLatin1String staticInterfaceName()
Definition: cli-channel.h:2328
void HoldStateChanged(uint holdState, uint reason)
ChannelInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-channel-body.hpp:9
static QLatin1String staticInterfaceName()
Definition: cli-channel.h:6423
static QLatin1String staticInterfaceName()
Definition: cli-channel.h:799
void MessageSent(const Tp::MessagePartList &content, uint flags, const QString &messageToken)
QList< MessagePart > MessagePartList
Definition: build/TelepathyQt/_gen/types.h:2040
void SendingTones(const QString &tones)
void NewChallenge(const QByteArray &challengeData)
static QLatin1String staticInterfaceName()
Definition: cli-channel.h:7801
void ContentRemoved(const QDBusObjectPath &content, const Tp::CallStateReason &reason)
ChannelTypeContactSearchInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-channel-body.hpp:797
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-channel-body.hpp:256
virtual void invalidate(Tp::DBusProxy *proxy, const QString &error, const QString &message)
Definition: abstract-interface.cpp:101
The DBusProxy class is a base class representing a remote object available over D-Bus.
Definition: dbus-proxy.h:42
void MembersChangedDetailed(const Tp::UIntList &added, const Tp::UIntList &removed, const Tp::UIntList &localPending, const Tp::UIntList &remotePending, const QVariantMap &details)
void NewRemoteConnection(uint handle, const QDBusVariant &connectionParam, uint connectionID)
void GotRooms(const Tp::RoomInfoList &rooms)
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-channel-body.hpp:425
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-channel-body.hpp:591
void ContentAdded(const QDBusObjectPath &content)
ChannelInterfaceConferenceInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-channel-body.hpp:162
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-channel-body.hpp:89
ChannelInterfaceHoldInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-channel-body.hpp:334
static QLatin1String staticInterfaceName()
Definition: cli-channel.h:2649
static QLatin1String staticInterfaceName()
Definition: cli-channel.h:9064
Definition: build/TelepathyQt/_gen/types.h:1677
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-channel-body.hpp:959
void ConnectionClosed(uint connectionID, const QString &error, const QString &message)
void StreamTubeNewConnection(uint ID, uint handle)
void TubeStateChanged(uint ID, uint state)
ChannelInterfaceCaptchaAuthenticationInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-channel-body.hpp:97
void MessageReceived(const Tp::MessagePartList &message)
void NewTube(uint ID, uint initiator, uint type, const QString &service, const QVariantMap &parameters, uint state)
Definition: build/TelepathyQt/_gen/types.h:3491


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