Home · Modules · All Classes · All Namespaces
cli-connection-body.hpp
1 #define IN_TP_QT_HEADER
2 #include "TelepathyQt/connection.h"
3 
4 namespace Tp
5 {
6 namespace Client
7 {
8 
9 ConnectionInterface::ConnectionInterface(const QString& busName, const QString& objectPath, QObject *parent)
10  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
11 {
12 }
13 
14 ConnectionInterface::ConnectionInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
15  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
16 {
17 }
18 
20  : Tp::AbstractInterface(proxy, staticInterfaceName())
21 {
22 }
23 
25  const QString &error, const QString &message)
26 {
27  disconnect(this, SIGNAL(SelfHandleChanged(uint)), NULL, NULL);
28  disconnect(this, SIGNAL(SelfContactChanged(uint, const QString&)), NULL, NULL);
29  disconnect(this, SIGNAL(NewChannel(const QDBusObjectPath&, const QString&, uint, uint, bool)), NULL, NULL);
30  disconnect(this, SIGNAL(ConnectionError(const QString&, const QVariantMap&)), NULL, NULL);
31  disconnect(this, SIGNAL(StatusChanged(uint, uint)), NULL, NULL);
32 
33  Tp::AbstractInterface::invalidate(proxy, error, message);
34 }
35 
36 ConnectionInterfaceAddressingInterface::ConnectionInterfaceAddressingInterface(const QString& busName, const QString& objectPath, QObject *parent)
37  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
38 {
39 }
40 
41 ConnectionInterfaceAddressingInterface::ConnectionInterfaceAddressingInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
42  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
43 {
44 }
45 
47  : Tp::AbstractInterface(proxy, staticInterfaceName())
48 {
49 }
50 
52  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
53 {
54 }
55 
57  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
58 {
59 }
60 
62  const QString &error, const QString &message)
63 {
64 
65  Tp::AbstractInterface::invalidate(proxy, error, message);
66 }
67 
68 ConnectionInterfaceAliasingInterface::ConnectionInterfaceAliasingInterface(const QString& busName, const QString& objectPath, QObject *parent)
69  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
70 {
71 }
72 
73 ConnectionInterfaceAliasingInterface::ConnectionInterfaceAliasingInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
74  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
75 {
76 }
77 
79  : Tp::AbstractInterface(proxy, staticInterfaceName())
80 {
81 }
82 
84  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
85 {
86 }
87 
89  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
90 {
91 }
92 
94  const QString &error, const QString &message)
95 {
96  disconnect(this, SIGNAL(AliasesChanged(const Tp::AliasPairList&)), NULL, NULL);
97 
98  Tp::AbstractInterface::invalidate(proxy, error, message);
99 }
100 
101 ConnectionInterfaceAnonymityInterface::ConnectionInterfaceAnonymityInterface(const QString& busName, const QString& objectPath, QObject *parent)
102  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
103 {
104 }
105 
106 ConnectionInterfaceAnonymityInterface::ConnectionInterfaceAnonymityInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
107  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
108 {
109 }
110 
112  : Tp::AbstractInterface(proxy, staticInterfaceName())
113 {
114 }
115 
117  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
118 {
119 }
120 
122  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
123 {
124 }
125 
127  const QString &error, const QString &message)
128 {
129  disconnect(this, SIGNAL(AnonymityModesChanged(uint)), NULL, NULL);
130 
131  Tp::AbstractInterface::invalidate(proxy, error, message);
132 }
133 
134 ConnectionInterfaceAvatarsInterface::ConnectionInterfaceAvatarsInterface(const QString& busName, const QString& objectPath, QObject *parent)
135  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
136 {
137 }
138 
139 ConnectionInterfaceAvatarsInterface::ConnectionInterfaceAvatarsInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
140  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
141 {
142 }
143 
145  : Tp::AbstractInterface(proxy, staticInterfaceName())
146 {
147 }
148 
150  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
151 {
152 }
153 
155  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
156 {
157 }
158 
160  const QString &error, const QString &message)
161 {
162  disconnect(this, SIGNAL(AvatarUpdated(uint, const QString&)), NULL, NULL);
163  disconnect(this, SIGNAL(AvatarRetrieved(uint, const QString&, const QByteArray&, const QString&)), NULL, NULL);
164 
165  Tp::AbstractInterface::invalidate(proxy, error, message);
166 }
167 
168 ConnectionInterfaceBalanceInterface::ConnectionInterfaceBalanceInterface(const QString& busName, const QString& objectPath, QObject *parent)
169  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
170 {
171 }
172 
173 ConnectionInterfaceBalanceInterface::ConnectionInterfaceBalanceInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
174  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
175 {
176 }
177 
179  : Tp::AbstractInterface(proxy, staticInterfaceName())
180 {
181 }
182 
184  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
185 {
186 }
187 
189  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
190 {
191 }
192 
194  const QString &error, const QString &message)
195 {
196  disconnect(this, SIGNAL(BalanceChanged(const Tp::CurrencyAmount&)), NULL, NULL);
197 
198  Tp::AbstractInterface::invalidate(proxy, error, message);
199 }
200 
201 ConnectionInterfaceCapabilitiesInterface::ConnectionInterfaceCapabilitiesInterface(const QString& busName, const QString& objectPath, QObject *parent)
202  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
203 {
204 }
205 
206 ConnectionInterfaceCapabilitiesInterface::ConnectionInterfaceCapabilitiesInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
207  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
208 {
209 }
210 
212  : Tp::AbstractInterface(proxy, staticInterfaceName())
213 {
214 }
215 
217  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
218 {
219 }
220 
222  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
223 {
224 }
225 
227  const QString &error, const QString &message)
228 {
229  disconnect(this, SIGNAL(CapabilitiesChanged(const Tp::CapabilityChangeList&)), NULL, NULL);
230 
231  Tp::AbstractInterface::invalidate(proxy, error, message);
232 }
233 
234 ConnectionInterfaceCellularInterface::ConnectionInterfaceCellularInterface(const QString& busName, const QString& objectPath, QObject *parent)
235  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
236 {
237 }
238 
239 ConnectionInterfaceCellularInterface::ConnectionInterfaceCellularInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
240  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
241 {
242 }
243 
245  : Tp::AbstractInterface(proxy, staticInterfaceName())
246 {
247 }
248 
250  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
251 {
252 }
253 
255  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
256 {
257 }
258 
260  const QString &error, const QString &message)
261 {
262  disconnect(this, SIGNAL(IMSIChanged(const QString&)), NULL, NULL);
263 
264  Tp::AbstractInterface::invalidate(proxy, error, message);
265 }
266 
267 ConnectionInterfaceClientTypesInterface::ConnectionInterfaceClientTypesInterface(const QString& busName, const QString& objectPath, QObject *parent)
268  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
269 {
270 }
271 
272 ConnectionInterfaceClientTypesInterface::ConnectionInterfaceClientTypesInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
273  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
274 {
275 }
276 
278  : Tp::AbstractInterface(proxy, staticInterfaceName())
279 {
280 }
281 
283  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
284 {
285 }
286 
288  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
289 {
290 }
291 
293  const QString &error, const QString &message)
294 {
295  disconnect(this, SIGNAL(ClientTypesUpdated(uint, const QStringList&)), NULL, NULL);
296 
297  Tp::AbstractInterface::invalidate(proxy, error, message);
298 }
299 
300 ConnectionInterfaceContactBlockingInterface::ConnectionInterfaceContactBlockingInterface(const QString& busName, const QString& objectPath, QObject *parent)
301  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
302 {
303 }
304 
305 ConnectionInterfaceContactBlockingInterface::ConnectionInterfaceContactBlockingInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
306  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
307 {
308 }
309 
311  : Tp::AbstractInterface(proxy, staticInterfaceName())
312 {
313 }
314 
316  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
317 {
318 }
319 
321  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
322 {
323 }
324 
326  const QString &error, const QString &message)
327 {
328  disconnect(this, SIGNAL(BlockedContactsChanged(const Tp::HandleIdentifierMap&, const Tp::HandleIdentifierMap&)), NULL, NULL);
329 
330  Tp::AbstractInterface::invalidate(proxy, error, message);
331 }
332 
333 ConnectionInterfaceContactCapabilitiesInterface::ConnectionInterfaceContactCapabilitiesInterface(const QString& busName, const QString& objectPath, QObject *parent)
334  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
335 {
336 }
337 
338 ConnectionInterfaceContactCapabilitiesInterface::ConnectionInterfaceContactCapabilitiesInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
339  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
340 {
341 }
342 
344  : Tp::AbstractInterface(proxy, staticInterfaceName())
345 {
346 }
347 
349  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
350 {
351 }
352 
354  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
355 {
356 }
357 
359  const QString &error, const QString &message)
360 {
361  disconnect(this, SIGNAL(ContactCapabilitiesChanged(const Tp::ContactCapabilitiesMap&)), NULL, NULL);
362 
363  Tp::AbstractInterface::invalidate(proxy, error, message);
364 }
365 
366 ConnectionInterfaceContactGroupsInterface::ConnectionInterfaceContactGroupsInterface(const QString& busName, const QString& objectPath, QObject *parent)
367  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
368 {
369 }
370 
371 ConnectionInterfaceContactGroupsInterface::ConnectionInterfaceContactGroupsInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
372  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
373 {
374 }
375 
377  : Tp::AbstractInterface(proxy, staticInterfaceName())
378 {
379 }
380 
382  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
383 {
384 }
385 
387  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
388 {
389 }
390 
392  const QString &error, const QString &message)
393 {
394  disconnect(this, SIGNAL(GroupsChanged(const Tp::UIntList&, const QStringList&, const QStringList&)), NULL, NULL);
395  disconnect(this, SIGNAL(GroupsCreated(const QStringList&)), NULL, NULL);
396  disconnect(this, SIGNAL(GroupRenamed(const QString&, const QString&)), NULL, NULL);
397  disconnect(this, SIGNAL(GroupsRemoved(const QStringList&)), NULL, NULL);
398 
399  Tp::AbstractInterface::invalidate(proxy, error, message);
400 }
401 
402 ConnectionInterfaceContactInfoInterface::ConnectionInterfaceContactInfoInterface(const QString& busName, const QString& objectPath, QObject *parent)
403  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
404 {
405 }
406 
407 ConnectionInterfaceContactInfoInterface::ConnectionInterfaceContactInfoInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
408  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
409 {
410 }
411 
413  : Tp::AbstractInterface(proxy, staticInterfaceName())
414 {
415 }
416 
418  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
419 {
420 }
421 
423  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
424 {
425 }
426 
428  const QString &error, const QString &message)
429 {
430  disconnect(this, SIGNAL(ContactInfoChanged(uint, const Tp::ContactInfoFieldList&)), NULL, NULL);
431 
432  Tp::AbstractInterface::invalidate(proxy, error, message);
433 }
434 
435 ConnectionInterfaceContactListInterface::ConnectionInterfaceContactListInterface(const QString& busName, const QString& objectPath, QObject *parent)
436  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
437 {
438 }
439 
440 ConnectionInterfaceContactListInterface::ConnectionInterfaceContactListInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
441  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
442 {
443 }
444 
446  : Tp::AbstractInterface(proxy, staticInterfaceName())
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(ContactListStateChanged(uint)), NULL, NULL);
464  disconnect(this, SIGNAL(ContactsChangedWithID(const Tp::ContactSubscriptionMap&, const Tp::HandleIdentifierMap&, const Tp::HandleIdentifierMap&)), NULL, NULL);
465  disconnect(this, SIGNAL(ContactsChanged(const Tp::ContactSubscriptionMap&, const Tp::UIntList&)), NULL, NULL);
466 
467  Tp::AbstractInterface::invalidate(proxy, error, message);
468 }
469 
470 ConnectionInterfaceContactsInterface::ConnectionInterfaceContactsInterface(const QString& busName, const QString& objectPath, QObject *parent)
471  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
472 {
473 }
474 
475 ConnectionInterfaceContactsInterface::ConnectionInterfaceContactsInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
476  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
477 {
478 }
479 
481  : Tp::AbstractInterface(proxy, staticInterfaceName())
482 {
483 }
484 
486  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
487 {
488 }
489 
491  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
492 {
493 }
494 
496  const QString &error, const QString &message)
497 {
498 
499  Tp::AbstractInterface::invalidate(proxy, error, message);
500 }
501 
502 ConnectionInterfaceLocationInterface::ConnectionInterfaceLocationInterface(const QString& busName, const QString& objectPath, QObject *parent)
503  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
504 {
505 }
506 
507 ConnectionInterfaceLocationInterface::ConnectionInterfaceLocationInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
508  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
509 {
510 }
511 
513  : Tp::AbstractInterface(proxy, staticInterfaceName())
514 {
515 }
516 
518  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
519 {
520 }
521 
523  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
524 {
525 }
526 
528  const QString &error, const QString &message)
529 {
530  disconnect(this, SIGNAL(LocationUpdated(uint, const QVariantMap&)), NULL, NULL);
531 
532  Tp::AbstractInterface::invalidate(proxy, error, message);
533 }
534 
535 ConnectionInterfaceMailNotificationInterface::ConnectionInterfaceMailNotificationInterface(const QString& busName, const QString& objectPath, QObject *parent)
536  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
537 {
538 }
539 
540 ConnectionInterfaceMailNotificationInterface::ConnectionInterfaceMailNotificationInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
541  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
542 {
543 }
544 
546  : Tp::AbstractInterface(proxy, staticInterfaceName())
547 {
548 }
549 
551  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
552 {
553 }
554 
556  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
557 {
558 }
559 
561  const QString &error, const QString &message)
562 {
563  disconnect(this, SIGNAL(MailsReceived(const Tp::MailList&)), NULL, NULL);
564  disconnect(this, SIGNAL(UnreadMailsChanged(uint, const Tp::MailList&, const QStringList&)), NULL, NULL);
565 
566  Tp::AbstractInterface::invalidate(proxy, error, message);
567 }
568 
569 ConnectionInterfacePowerSavingInterface::ConnectionInterfacePowerSavingInterface(const QString& busName, const QString& objectPath, QObject *parent)
570  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
571 {
572 }
573 
574 ConnectionInterfacePowerSavingInterface::ConnectionInterfacePowerSavingInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
575  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
576 {
577 }
578 
580  : Tp::AbstractInterface(proxy, staticInterfaceName())
581 {
582 }
583 
585  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
586 {
587 }
588 
590  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
591 {
592 }
593 
595  const QString &error, const QString &message)
596 {
597  disconnect(this, SIGNAL(PowerSavingChanged(bool)), NULL, NULL);
598 
599  Tp::AbstractInterface::invalidate(proxy, error, message);
600 }
601 
602 ConnectionInterfacePresenceInterface::ConnectionInterfacePresenceInterface(const QString& busName, const QString& objectPath, QObject *parent)
603  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
604 {
605 }
606 
607 ConnectionInterfacePresenceInterface::ConnectionInterfacePresenceInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
608  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
609 {
610 }
611 
613  : Tp::AbstractInterface(proxy, staticInterfaceName())
614 {
615 }
616 
618  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
619 {
620 }
621 
623  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
624 {
625 }
626 
628  const QString &error, const QString &message)
629 {
630  disconnect(this, SIGNAL(PresenceUpdate(const Tp::ContactPresences&)), NULL, NULL);
631 
632  Tp::AbstractInterface::invalidate(proxy, error, message);
633 }
634 
635 ConnectionInterfaceRequestsInterface::ConnectionInterfaceRequestsInterface(const QString& busName, const QString& objectPath, QObject *parent)
636  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
637 {
638 }
639 
640 ConnectionInterfaceRequestsInterface::ConnectionInterfaceRequestsInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
641  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
642 {
643 }
644 
646  : Tp::AbstractInterface(proxy, staticInterfaceName())
647 {
648 }
649 
651  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
652 {
653 }
654 
656  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
657 {
658 }
659 
661  const QString &error, const QString &message)
662 {
663  disconnect(this, SIGNAL(NewChannels(const Tp::ChannelDetailsList&)), NULL, NULL);
664  disconnect(this, SIGNAL(ChannelClosed(const QDBusObjectPath&)), NULL, NULL);
665 
666  Tp::AbstractInterface::invalidate(proxy, error, message);
667 }
668 
669 ConnectionInterfaceServicePointInterface::ConnectionInterfaceServicePointInterface(const QString& busName, const QString& objectPath, QObject *parent)
670  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
671 {
672 }
673 
674 ConnectionInterfaceServicePointInterface::ConnectionInterfaceServicePointInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
675  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
676 {
677 }
678 
680  : Tp::AbstractInterface(proxy, staticInterfaceName())
681 {
682 }
683 
685  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
686 {
687 }
688 
690  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
691 {
692 }
693 
695  const QString &error, const QString &message)
696 {
697  disconnect(this, SIGNAL(ServicePointsChanged(const Tp::ServicePointInfoList&)), NULL, NULL);
698 
699  Tp::AbstractInterface::invalidate(proxy, error, message);
700 }
701 
702 ConnectionInterfaceSimplePresenceInterface::ConnectionInterfaceSimplePresenceInterface(const QString& busName, const QString& objectPath, QObject *parent)
703  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), QDBusConnection::sessionBus(), parent)
704 {
705 }
706 
707 ConnectionInterfaceSimplePresenceInterface::ConnectionInterfaceSimplePresenceInterface(const QDBusConnection& connection, const QString& busName, const QString& objectPath, QObject *parent)
708  : Tp::AbstractInterface(busName, objectPath, staticInterfaceName(), connection, parent)
709 {
710 }
711 
713  : Tp::AbstractInterface(proxy, staticInterfaceName())
714 {
715 }
716 
718  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), mainInterface.parent())
719 {
720 }
721 
723  : Tp::AbstractInterface(mainInterface.service(), mainInterface.path(), staticInterfaceName(), mainInterface.connection(), parent)
724 {
725 }
726 
728  const QString &error, const QString &message)
729 {
730  disconnect(this, SIGNAL(PresencesChanged(const Tp::SimpleContactPresences&)), NULL, NULL);
731 
732  Tp::AbstractInterface::invalidate(proxy, error, message);
733 }
734 }
735 }
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-connection-body.hpp:292
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-connection-body.hpp:325
void ChannelClosed(const QDBusObjectPath &removed)
ConnectionInterfaceMailNotificationInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-connection-body.hpp:535
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-connection-body.hpp:427
void ContactListStateChanged(uint contactListState)
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-connection-body.hpp:93
void GroupRenamed(const QString &oldName, const QString &newName)
ConnectionInterfaceContactListInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-connection-body.hpp:435
Definition: build/TelepathyQt/_gen/types.h:109
ConnectionInterfaceAnonymityInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-connection-body.hpp:101
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-connection-body.hpp:660
virtual void invalidate(Tp::DBusProxy *proxy, const QString &error, const QString &message)
Definition: abstract-interface.cpp:101
void ContactInfoChanged(uint contact, const Tp::ContactInfoFieldList &contactInfo)
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-connection-body.hpp:358
Definition: build/TelepathyQt/_gen/types.h:3556
Definition: build/TelepathyQt/_gen/types.h:3476
void ContactCapabilitiesChanged(const Tp::ContactCapabilitiesMap &caps)
ConnectionInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-connection-body.hpp:9
QList< ContactInfoField > ContactInfoFieldList
Definition: build/TelepathyQt/_gen/types.h:1213
void SelfContactChanged(uint selfHandle, const QString &selfID)
Definition: cli-connection.h:44
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-connection-body.hpp:560
void GroupsChanged(const Tp::UIntList &contact, const QStringList &added, const QStringList &removed)
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-connection-body.hpp:61
ConnectionInterfaceContactCapabilitiesInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-connection-body.hpp:333
QList< AliasPair > AliasPairList
Definition: build/TelepathyQt/_gen/types.h:238
ConnectionInterfaceCapabilitiesInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-connection-body.hpp:201
void CapabilitiesChanged(const Tp::CapabilityChangeList &caps)
ConnectionInterfaceAddressingInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-connection-body.hpp:36
void ContactsChanged(const Tp::ContactSubscriptionMap &changes, const Tp::UIntList &removals)
ConnectionInterfaceAvatarsInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-connection-body.hpp:134
ConnectionInterfacePresenceInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-connection-body.hpp:602
ConnectionInterfaceBalanceInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-connection-body.hpp:168
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-connection-body.hpp:159
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-connection-body.hpp:24
ConnectionInterfacePowerSavingInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-connection-body.hpp:569
ConnectionInterfaceContactInfoInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-connection-body.hpp:402
The AbstractInterface class is the base class for all client side D-Bus interfaces,...
Definition: abstract-interface.h:42
void AliasesChanged(const Tp::AliasPairList &aliases)
QList< CapabilityChange > CapabilityChangeList
Definition: build/TelepathyQt/_gen/types.h:539
void BlockedContactsChanged(const Tp::HandleIdentifierMap &blockedContacts, const Tp::HandleIdentifierMap &unblockedContacts)
ConnectionInterfaceContactsInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-connection-body.hpp:470
void LocationUpdated(uint contact, const QVariantMap &location)
void ServicePointsChanged(const Tp::ServicePointInfoList &servicePoints)
void StatusChanged(uint status, uint reason)
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-connection-body.hpp:527
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-connection-body.hpp:126
ConnectionInterfaceServicePointInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-connection-body.hpp:669
void PresencesChanged(const Tp::SimpleContactPresences &presence)
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-connection-body.hpp:226
void ConnectionError(const QString &error, const QVariantMap &details)
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-connection-body.hpp:594
ConnectionInterfaceAliasingInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-connection-body.hpp:68
void PresenceUpdate(const Tp::ContactPresences &presence)
Definition: build/TelepathyQt/_gen/types.h:3880
void NewChannels(const Tp::ChannelDetailsList &channels)
void SelfHandleChanged(uint selfHandle)
ConnectionInterfaceContactGroupsInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-connection-body.hpp:366
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-connection-body.hpp:460
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-connection-body.hpp:694
ConnectionInterfaceSimplePresenceInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-connection-body.hpp:702
void BalanceChanged(const Tp::CurrencyAmount &balance)
void AvatarRetrieved(uint contact, const QString &token, const QByteArray &avatar, const QString &type)
Definition: build/TelepathyQt/_gen/types.h:1677
ConnectionInterfaceLocationInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-connection-body.hpp:502
void AvatarUpdated(uint contact, const QString &newAvatarToken)
void ClientTypesUpdated(uint contact, const QStringList &clientTypes)
QList< ServicePointInfo > ServicePointInfoList
Definition: build/TelepathyQt/_gen/types.h:3867
Definition: build/TelepathyQt/_gen/types.h:1382
ConnectionInterfaceRequestsInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-connection-body.hpp:635
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-connection-body.hpp:495
Definition: build/TelepathyQt/_gen/types.h:3973
void ContactsChangedWithID(const Tp::ContactSubscriptionMap &changes, const Tp::HandleIdentifierMap &identifiers, const Tp::HandleIdentifierMap &removals)
ConnectionInterfaceCellularInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-connection-body.hpp:234
QList< Mail > MailList
Definition: build/TelepathyQt/_gen/types.h:1815
QList< ChannelDetails > ChannelDetailsList
Definition: build/TelepathyQt/_gen/types.h:840
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-connection-body.hpp:727
void NewChannel(const QDBusObjectPath &objectPath, const QString &channelType, uint handleType, uint handle, bool suppressHandler)
Definition: abstract-adaptor.cpp:31
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-connection-body.hpp:391
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-connection-body.hpp:627
ConnectionInterfaceClientTypesInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-connection-body.hpp:267
ConnectionInterfaceContactBlockingInterface(const QString &busName, const QString &objectPath, QObject *parent=0)
Definition: cli-connection-body.hpp:300
void UnreadMailsChanged(uint count, const Tp::MailList &mailsAdded, const QStringList &mailsRemoved)
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-connection-body.hpp:259
virtual void invalidate(Tp::DBusProxy *, const QString &, const QString &)
Definition: cli-connection-body.hpp:193
The DBusProxy class is a base class representing a remote object available over D-Bus.
Definition: dbus-proxy.h:42