Home · Modules · All Classes · All Namespaces
BUILD/TelepathyQt/_gen/types.h
1 /* Generated from Telepathy D-Bus Interface Specification, TelepathyQt copy, version 0.17.7 */
2 
3 #ifndef IN_TP_QT_HEADER
4 #error IN_TP_QT_HEADER
5 #endif
6 
7 #include <QtGlobal>
8 
9 #include <QByteArray>
10 #include <QString>
11 #include <QStringList>
12 #include <QVariantList>
13 #include <QVariantMap>
14 
15 #include <QDBusArgument>
16 #include <QDBusMetaType>
17 #include <QDBusObjectPath>
18 #include <QDBusSignature>
19 #include <QDBusVariant>
20 
21 #include <TelepathyQt/Global>
22 
51 namespace Tp
52 {
61 struct TP_QT_EXPORT ByteArrayList : public QList<QByteArray>
62 {
63  ByteArrayList() : QList<QByteArray>() {}
64  ByteArrayList(const QList<QByteArray>& a) : QList<QByteArray>(a) {}
65  ByteArrayList(std::initializer_list<QByteArray> a) : QList<QByteArray>(a) {}
66 
67  ByteArrayList& operator=(const QList<QByteArray>& a)
68  {
69  *(static_cast<QList<QByteArray>*>(this)) = a;
70  return *this;
71  }
72 };
73 
74 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const ByteArrayList &list);
75 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, ByteArrayList &list);
76 
85 struct TP_QT_EXPORT ObjectPathList : public QList<QDBusObjectPath>
86 {
87  ObjectPathList() : QList<QDBusObjectPath>() {}
88  ObjectPathList(const QList<QDBusObjectPath>& a) : QList<QDBusObjectPath>(a) {}
89  ObjectPathList(std::initializer_list<QDBusObjectPath> a) : QList<QDBusObjectPath>(a) {}
90 
91  ObjectPathList& operator=(const QList<QDBusObjectPath>& a)
92  {
93  *(static_cast<QList<QDBusObjectPath>*>(this)) = a;
94  return *this;
95  }
96 };
97 
98 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const ObjectPathList &list);
99 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, ObjectPathList &list);
100 
109 struct TP_QT_EXPORT UIntList : public QList<uint>
110 {
111  UIntList() : QList<uint>() {}
112  UIntList(const QList<uint>& a) : QList<uint>(a) {}
113  UIntList(std::initializer_list<uint> a) : QList<uint>(a) {}
114 
115  UIntList& operator=(const QList<uint>& a)
116  {
117  *(static_cast<QList<uint>*>(this)) = a;
118  return *this;
119  }
120 };
121 
122 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const UIntList &list);
123 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, UIntList &list);
124 
142 struct TP_QT_EXPORT AccessControl
143 {
147  uint type;
152  QDBusVariant detail;
153 };
154 
155 TP_QT_EXPORT bool operator==(const AccessControl& v1, const AccessControl& v2);
156 inline bool operator!=(const AccessControl& v1, const AccessControl& v2)
157 {
158  return !operator==(v1, v2);
159 }
160 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const AccessControl& val);
161 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, AccessControl& val);
162 
173 struct TP_QT_EXPORT AddressingNormalizationMap : public QMap<QString, uint>
174 {
175  AddressingNormalizationMap() : QMap<QString, uint>() {}
176  AddressingNormalizationMap(const QMap<QString, uint>& a) : QMap<QString, uint>(a) {}
177  AddressingNormalizationMap(std::initializer_list<std::pair<QString, uint> > a) : QMap<QString, uint>(a) {}
178 
179  AddressingNormalizationMap& operator=(const QMap<QString, uint>& a)
180  {
181  *(static_cast<QMap<QString, uint>*>(this)) = a;
182  return *this;
183  }
184 };
185 
196 struct TP_QT_EXPORT AliasMap : public QMap<uint, QString>
197 {
198  AliasMap() : QMap<uint, QString>() {}
199  AliasMap(const QMap<uint, QString>& a) : QMap<uint, QString>(a) {}
200  AliasMap(std::initializer_list<std::pair<uint, QString> > a) : QMap<uint, QString>(a) {}
201 
202  AliasMap& operator=(const QMap<uint, QString>& a)
203  {
204  *(static_cast<QMap<uint, QString>*>(this)) = a;
205  return *this;
206  }
207 };
208 
218 struct TP_QT_EXPORT AliasPair
219 {
220  uint handle;
221  QString alias;
222 };
223 
224 TP_QT_EXPORT bool operator==(const AliasPair& v1, const AliasPair& v2);
225 inline bool operator!=(const AliasPair& v1, const AliasPair& v2)
226 {
227  return !operator==(v1, v2);
228 }
229 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const AliasPair& val);
230 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, AliasPair& val);
231 
238 typedef QList<AliasPair> AliasPairList;
239 
254 struct TP_QT_EXPORT Avatar
255 {
256  QByteArray avatarData;
257  QString MIMEType;
258 };
259 
260 TP_QT_EXPORT bool operator==(const Avatar& v1, const Avatar& v2);
261 inline bool operator!=(const Avatar& v1, const Avatar& v2)
262 {
263  return !operator==(v1, v2);
264 }
265 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const Avatar& val);
266 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, Avatar& val);
267 
279 struct TP_QT_EXPORT AvatarTokenMap : public QMap<uint, QString>
280 {
281  AvatarTokenMap() : QMap<uint, QString>() {}
282  AvatarTokenMap(const QMap<uint, QString>& a) : QMap<uint, QString>(a) {}
283  AvatarTokenMap(std::initializer_list<std::pair<uint, QString> > a) : QMap<uint, QString>(a) {}
284 
285  AvatarTokenMap& operator=(const QMap<uint, QString>& a)
286  {
287  *(static_cast<QMap<uint, QString>*>(this)) = a;
288  return *this;
289  }
290 };
291 
302 struct TP_QT_EXPORT CallMemberMap : public QMap<uint, uint>
303 {
304  CallMemberMap() : QMap<uint, uint>() {}
305  CallMemberMap(const QMap<uint, uint>& a) : QMap<uint, uint>(a) {}
306  CallMemberMap(std::initializer_list<std::pair<uint, uint> > a) : QMap<uint, uint>(a) {}
307 
308  CallMemberMap& operator=(const QMap<uint, uint>& a)
309  {
310  *(static_cast<QMap<uint, uint>*>(this)) = a;
311  return *this;
312  }
313 };
314 
321 typedef QList<CallMemberMap> CallMemberMapList;
322 
336 struct TP_QT_EXPORT CallStateReason
337 {
342  uint actor;
348  uint reason;
369  QString DBusReason;
375  QString message;
376 };
377 
378 TP_QT_EXPORT bool operator==(const CallStateReason& v1, const CallStateReason& v2);
379 inline bool operator!=(const CallStateReason& v1, const CallStateReason& v2)
380 {
381  return !operator==(v1, v2);
382 }
383 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const CallStateReason& val);
384 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, CallStateReason& val);
385 
395 struct TP_QT_EXPORT Candidate
396 {
400  uint component;
404  QString IP;
408  uint port;
412  QVariantMap info;
413 };
414 
415 TP_QT_EXPORT bool operator==(const Candidate& v1, const Candidate& v2);
416 inline bool operator!=(const Candidate& v1, const Candidate& v2)
417 {
418  return !operator==(v1, v2);
419 }
420 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const Candidate& val);
421 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, Candidate& val);
422 
429 typedef QList<Candidate> CandidateList;
430 
490 struct TP_QT_EXPORT CandidateInfo : public QMap<QString, QDBusVariant>
491 {
492  CandidateInfo() : QMap<QString, QDBusVariant>() {}
493  CandidateInfo(const QMap<QString, QDBusVariant>& a) : QMap<QString, QDBusVariant>(a) {}
494  CandidateInfo(std::initializer_list<std::pair<QString, QDBusVariant> > a) : QMap<QString, QDBusVariant>(a) {}
495 
496  CandidateInfo& operator=(const QMap<QString, QDBusVariant>& a)
497  {
498  *(static_cast<QMap<QString, QDBusVariant>*>(this)) = a;
499  return *this;
500  }
501 };
502 
515 struct TP_QT_EXPORT CapabilityChange
516 {
517  uint handle;
518  QString channelType;
523 };
524 
525 TP_QT_EXPORT bool operator==(const CapabilityChange& v1, const CapabilityChange& v2);
526 inline bool operator!=(const CapabilityChange& v1, const CapabilityChange& v2)
527 {
528  return !operator==(v1, v2);
529 }
530 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const CapabilityChange& val);
531 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, CapabilityChange& val);
532 
539 typedef QList<CapabilityChange> CapabilityChangeList;
540 
551 struct TP_QT_EXPORT CapabilityPair
552 {
553  QString channelType;
555 };
556 
557 TP_QT_EXPORT bool operator==(const CapabilityPair& v1, const CapabilityPair& v2);
558 inline bool operator!=(const CapabilityPair& v1, const CapabilityPair& v2)
559 {
560  return !operator==(v1, v2);
561 }
562 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const CapabilityPair& val);
563 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, CapabilityPair& val);
564 
571 typedef QList<CapabilityPair> CapabilityPairList;
572 
585 struct TP_QT_EXPORT CaptchaAnswers : public QMap<uint, QString>
586 {
587  CaptchaAnswers() : QMap<uint, QString>() {}
588  CaptchaAnswers(const QMap<uint, QString>& a) : QMap<uint, QString>(a) {}
589  CaptchaAnswers(std::initializer_list<std::pair<uint, QString> > a) : QMap<uint, QString>(a) {}
590 
591  CaptchaAnswers& operator=(const QMap<uint, QString>& a)
592  {
593  *(static_cast<QMap<uint, QString>*>(this)) = a;
594  return *this;
595  }
596 };
597 
610 struct TP_QT_EXPORT CaptchaInfo
611 {
619  uint ID;
629  QString type;
661  QString label;
667  uint flags;
674  QStringList availableMIMETypes;
675 };
676 
677 TP_QT_EXPORT bool operator==(const CaptchaInfo& v1, const CaptchaInfo& v2);
678 inline bool operator!=(const CaptchaInfo& v1, const CaptchaInfo& v2)
679 {
680  return !operator==(v1, v2);
681 }
682 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const CaptchaInfo& val);
683 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, CaptchaInfo& val);
684 
691 typedef QList<CaptchaInfo> CaptchaInfoList;
692 
703 struct TP_QT_EXPORT ChannelCallStateMap : public QMap<uint, uint>
704 {
705  ChannelCallStateMap() : QMap<uint, uint>() {}
706  ChannelCallStateMap(const QMap<uint, uint>& a) : QMap<uint, uint>(a) {}
707  ChannelCallStateMap(std::initializer_list<std::pair<uint, uint> > a) : QMap<uint, uint>(a) {}
708 
709  ChannelCallStateMap& operator=(const QMap<uint, uint>& a)
710  {
711  *(static_cast<QMap<uint, uint>*>(this)) = a;
712  return *this;
713  }
714 };
715 
741 struct TP_QT_EXPORT ChannelClass : public QMap<QString, QDBusVariant>
742 {
743  ChannelClass() : QMap<QString, QDBusVariant>() {}
744  ChannelClass(const QMap<QString, QDBusVariant>& a) : QMap<QString, QDBusVariant>(a) {}
745  ChannelClass(std::initializer_list<std::pair<QString, QDBusVariant> > a) : QMap<QString, QDBusVariant>(a) {}
746 
747  ChannelClass& operator=(const QMap<QString, QDBusVariant>& a)
748  {
749  *(static_cast<QMap<QString, QDBusVariant>*>(this)) = a;
750  return *this;
751  }
752 };
753 
760 typedef QList<ChannelClass> ChannelClassList;
761 
772 struct TP_QT_EXPORT ChannelDetails
773 {
777  QDBusObjectPath channel;
823  QVariantMap properties;
824 };
825 
826 TP_QT_EXPORT bool operator==(const ChannelDetails& v1, const ChannelDetails& v2);
827 inline bool operator!=(const ChannelDetails& v1, const ChannelDetails& v2)
828 {
829  return !operator==(v1, v2);
830 }
831 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const ChannelDetails& val);
832 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, ChannelDetails& val);
833 
840 typedef QList<ChannelDetails> ChannelDetailsList;
841 
852 struct TP_QT_EXPORT ChannelInfo
853 {
858  QDBusObjectPath channel;
862  QString channelType;
872  uint handle;
873 };
874 
875 TP_QT_EXPORT bool operator==(const ChannelInfo& v1, const ChannelInfo& v2);
876 inline bool operator!=(const ChannelInfo& v1, const ChannelInfo& v2)
877 {
878  return !operator==(v1, v2);
879 }
880 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const ChannelInfo& val);
881 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, ChannelInfo& val);
882 
889 typedef QList<ChannelInfo> ChannelInfoList;
890 
905 struct TP_QT_EXPORT ChannelOriginatorMap : public QMap<uint, QDBusObjectPath>
906 {
907  ChannelOriginatorMap() : QMap<uint, QDBusObjectPath>() {}
908  ChannelOriginatorMap(const QMap<uint, QDBusObjectPath>& a) : QMap<uint, QDBusObjectPath>(a) {}
909  ChannelOriginatorMap(std::initializer_list<std::pair<uint, QDBusObjectPath> > a) : QMap<uint, QDBusObjectPath>(a) {}
910 
911  ChannelOriginatorMap& operator=(const QMap<uint, QDBusObjectPath>& a)
912  {
913  *(static_cast<QMap<uint, QDBusObjectPath>*>(this)) = a;
914  return *this;
915  }
916 };
917 
928 struct TP_QT_EXPORT ChatStateMap : public QMap<uint, uint>
929 {
930  ChatStateMap() : QMap<uint, uint>() {}
931  ChatStateMap(const QMap<uint, uint>& a) : QMap<uint, uint>(a) {}
932  ChatStateMap(std::initializer_list<std::pair<uint, uint> > a) : QMap<uint, uint>(a) {}
933 
934  ChatStateMap& operator=(const QMap<uint, uint>& a)
935  {
936  *(static_cast<QMap<uint, uint>*>(this)) = a;
937  return *this;
938  }
939 };
940 
949 struct TP_QT_EXPORT ComponentStateMap : public QMap<uint, uint>
950 {
951  ComponentStateMap() : QMap<uint, uint>() {}
952  ComponentStateMap(const QMap<uint, uint>& a) : QMap<uint, uint>(a) {}
953  ComponentStateMap(std::initializer_list<std::pair<uint, uint> > a) : QMap<uint, uint>(a) {}
954 
955  ComponentStateMap& operator=(const QMap<uint, uint>& a)
956  {
957  *(static_cast<QMap<uint, uint>*>(this)) = a;
958  return *this;
959  }
960 };
961 
973 struct TP_QT_EXPORT ContactAttributesMap : public QMap<uint, QVariantMap>
974 {
975  ContactAttributesMap() : QMap<uint, QVariantMap>() {}
976  ContactAttributesMap(const QMap<uint, QVariantMap>& a) : QMap<uint, QVariantMap>(a) {}
977  ContactAttributesMap(std::initializer_list<std::pair<uint, QVariantMap> > a) : QMap<uint, QVariantMap>(a) {}
978 
979  ContactAttributesMap& operator=(const QMap<uint, QVariantMap>& a)
980  {
981  *(static_cast<QMap<uint, QVariantMap>*>(this)) = a;
982  return *this;
983  }
984 };
985 
997 struct TP_QT_EXPORT ContactCapability
998 {
999  uint handle;
1000  QString channelType;
1003 };
1004 
1005 TP_QT_EXPORT bool operator==(const ContactCapability& v1, const ContactCapability& v2);
1006 inline bool operator!=(const ContactCapability& v1, const ContactCapability& v2)
1007 {
1008  return !operator==(v1, v2);
1009 }
1010 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const ContactCapability& val);
1011 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, ContactCapability& val);
1012 
1019 typedef QList<ContactCapability> ContactCapabilityList;
1020 
1031 struct TP_QT_EXPORT ContactClientTypes : public QMap<uint, QStringList>
1032 {
1033  ContactClientTypes() : QMap<uint, QStringList>() {}
1034  ContactClientTypes(const QMap<uint, QStringList>& a) : QMap<uint, QStringList>(a) {}
1035  ContactClientTypes(std::initializer_list<std::pair<uint, QStringList> > a) : QMap<uint, QStringList>(a) {}
1036 
1037  ContactClientTypes& operator=(const QMap<uint, QStringList>& a)
1038  {
1039  *(static_cast<QMap<uint, QStringList>*>(this)) = a;
1040  return *this;
1041  }
1042 };
1043 
1131 struct TP_QT_EXPORT ContactInfoField
1132 {
1138  QString fieldName;
1165  QStringList parameters;
1196  QStringList fieldValue;
1197 };
1198 
1199 TP_QT_EXPORT bool operator==(const ContactInfoField& v1, const ContactInfoField& v2);
1200 inline bool operator!=(const ContactInfoField& v1, const ContactInfoField& v2)
1201 {
1202  return !operator==(v1, v2);
1203 }
1204 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const ContactInfoField& val);
1205 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, ContactInfoField& val);
1206 
1213 typedef QList<ContactInfoField> ContactInfoFieldList;
1214 
1225 struct TP_QT_EXPORT ContactLocations : public QMap<uint, QVariantMap>
1226 {
1227  ContactLocations() : QMap<uint, QVariantMap>() {}
1228  ContactLocations(const QMap<uint, QVariantMap>& a) : QMap<uint, QVariantMap>(a) {}
1229  ContactLocations(std::initializer_list<std::pair<uint, QVariantMap> > a) : QMap<uint, QVariantMap>(a) {}
1230 
1231  ContactLocations& operator=(const QMap<uint, QVariantMap>& a)
1232  {
1233  *(static_cast<QMap<uint, QVariantMap>*>(this)) = a;
1234  return *this;
1235  }
1236 };
1237 
1246 struct TP_QT_EXPORT ContactMediaDescriptionPropertiesMap : public QMap<uint, QVariantMap>
1247 {
1248  ContactMediaDescriptionPropertiesMap() : QMap<uint, QVariantMap>() {}
1249  ContactMediaDescriptionPropertiesMap(const QMap<uint, QVariantMap>& a) : QMap<uint, QVariantMap>(a) {}
1250  ContactMediaDescriptionPropertiesMap(std::initializer_list<std::pair<uint, QVariantMap> > a) : QMap<uint, QVariantMap>(a) {}
1251 
1252  ContactMediaDescriptionPropertiesMap& operator=(const QMap<uint, QVariantMap>& a)
1253  {
1254  *(static_cast<QMap<uint, QVariantMap>*>(this)) = a;
1255  return *this;
1256  }
1257 };
1258 
1267 struct TP_QT_EXPORT ContactSSRCsMap : public QMap<uint, UIntList>
1268 {
1269  ContactSSRCsMap() : QMap<uint, UIntList>() {}
1270  ContactSSRCsMap(const QMap<uint, UIntList>& a) : QMap<uint, UIntList>(a) {}
1271  ContactSSRCsMap(std::initializer_list<std::pair<uint, UIntList> > a) : QMap<uint, UIntList>(a) {}
1272 
1273  ContactSSRCsMap& operator=(const QMap<uint, UIntList>& a)
1274  {
1275  *(static_cast<QMap<uint, UIntList>*>(this)) = a;
1276  return *this;
1277  }
1278 };
1279 
1290 struct TP_QT_EXPORT ContactSearchMap : public QMap<QString, QString>
1291 {
1292  ContactSearchMap() : QMap<QString, QString>() {}
1293  ContactSearchMap(const QMap<QString, QString>& a) : QMap<QString, QString>(a) {}
1294  ContactSearchMap(std::initializer_list<std::pair<QString, QString> > a) : QMap<QString, QString>(a) {}
1295 
1296  ContactSearchMap& operator=(const QMap<QString, QString>& a)
1297  {
1298  *(static_cast<QMap<QString, QString>*>(this)) = a;
1299  return *this;
1300  }
1301 };
1302 
1313 struct TP_QT_EXPORT ContactSendingStateMap : public QMap<uint, uint>
1314 {
1315  ContactSendingStateMap() : QMap<uint, uint>() {}
1316  ContactSendingStateMap(const QMap<uint, uint>& a) : QMap<uint, uint>(a) {}
1317  ContactSendingStateMap(std::initializer_list<std::pair<uint, uint> > a) : QMap<uint, uint>(a) {}
1318 
1319  ContactSendingStateMap& operator=(const QMap<uint, uint>& a)
1320  {
1321  *(static_cast<QMap<uint, uint>*>(this)) = a;
1322  return *this;
1323  }
1324 };
1325 
1335 struct TP_QT_EXPORT ContactSubscriptions
1336 {
1344  uint publish;
1350 };
1351 
1352 TP_QT_EXPORT bool operator==(const ContactSubscriptions& v1, const ContactSubscriptions& v2);
1353 inline bool operator!=(const ContactSubscriptions& v1, const ContactSubscriptions& v2)
1354 {
1355  return !operator==(v1, v2);
1356 }
1357 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const ContactSubscriptions& val);
1358 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, ContactSubscriptions& val);
1359 
1382 struct TP_QT_EXPORT CurrencyAmount
1383 {
1393  int amount;
1406  uint scale;
1413  QString currency;
1414 };
1415 
1416 TP_QT_EXPORT bool operator==(const CurrencyAmount& v1, const CurrencyAmount& v2);
1417 inline bool operator!=(const CurrencyAmount& v1, const CurrencyAmount& v2)
1418 {
1419  return !operator==(v1, v2);
1420 }
1421 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const CurrencyAmount& val);
1422 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, CurrencyAmount& val);
1423 
1434 struct TP_QT_EXPORT DBusTubeMember
1435 {
1439  uint handle;
1443  QString uniqueName;
1444 };
1445 
1446 TP_QT_EXPORT bool operator==(const DBusTubeMember& v1, const DBusTubeMember& v2);
1447 inline bool operator!=(const DBusTubeMember& v1, const DBusTubeMember& v2)
1448 {
1449  return !operator==(v1, v2);
1450 }
1451 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const DBusTubeMember& val);
1452 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, DBusTubeMember& val);
1453 
1460 typedef QList<DBusTubeMember> DBusTubeMemberList;
1461 
1473 struct TP_QT_EXPORT DBusTubeParticipants : public QMap<uint, QString>
1474 {
1475  DBusTubeParticipants() : QMap<uint, QString>() {}
1476  DBusTubeParticipants(const QMap<uint, QString>& a) : QMap<uint, QString>(a) {}
1477  DBusTubeParticipants(std::initializer_list<std::pair<uint, QString> > a) : QMap<uint, QString>(a) {}
1478 
1479  DBusTubeParticipants& operator=(const QMap<uint, QString>& a)
1480  {
1481  *(static_cast<QMap<uint, QString>*>(this)) = a;
1482  return *this;
1483  }
1484 };
1485 
1495 struct TP_QT_EXPORT DebugMessage
1496 {
1501  double timestamp;
1518  QString domain;
1523  uint level;
1527  QString message;
1528 };
1529 
1530 TP_QT_EXPORT bool operator==(const DebugMessage& v1, const DebugMessage& v2);
1531 inline bool operator!=(const DebugMessage& v1, const DebugMessage& v2)
1532 {
1533  return !operator==(v1, v2);
1534 }
1535 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const DebugMessage& val);
1536 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, DebugMessage& val);
1537 
1544 typedef QList<DebugMessage> DebugMessageList;
1545 
1556 struct TP_QT_EXPORT FieldSpec
1557 {
1561  QString name;
1567  QStringList parameters;
1571  uint flags;
1576  uint max;
1577 };
1578 
1579 TP_QT_EXPORT bool operator==(const FieldSpec& v1, const FieldSpec& v2);
1580 inline bool operator!=(const FieldSpec& v1, const FieldSpec& v2)
1581 {
1582  return !operator==(v1, v2);
1583 }
1584 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const FieldSpec& val);
1585 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, FieldSpec& val);
1586 
1593 typedef QList<FieldSpec> FieldSpecs;
1594 
1639 struct TP_QT_EXPORT HTTPPostData
1640 {
1644  QString key;
1648  QString value;
1649 };
1650 
1651 TP_QT_EXPORT bool operator==(const HTTPPostData& v1, const HTTPPostData& v2);
1652 inline bool operator!=(const HTTPPostData& v1, const HTTPPostData& v2)
1653 {
1654  return !operator==(v1, v2);
1655 }
1656 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const HTTPPostData& val);
1657 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, HTTPPostData& val);
1658 
1665 typedef QList<HTTPPostData> HTTPPostDataList;
1666 
1677 struct TP_QT_EXPORT HandleIdentifierMap : public QMap<uint, QString>
1678 {
1679  HandleIdentifierMap() : QMap<uint, QString>() {}
1680  HandleIdentifierMap(const QMap<uint, QString>& a) : QMap<uint, QString>(a) {}
1681  HandleIdentifierMap(std::initializer_list<std::pair<uint, QString> > a) : QMap<uint, QString>(a) {}
1682 
1683  HandleIdentifierMap& operator=(const QMap<uint, QString>& a)
1684  {
1685  *(static_cast<QMap<uint, QString>*>(this)) = a;
1686  return *this;
1687  }
1688 };
1689 
1700 struct TP_QT_EXPORT HandleOwnerMap : public QMap<uint, uint>
1701 {
1702  HandleOwnerMap() : QMap<uint, uint>() {}
1703  HandleOwnerMap(const QMap<uint, uint>& a) : QMap<uint, uint>(a) {}
1704  HandleOwnerMap(std::initializer_list<std::pair<uint, uint> > a) : QMap<uint, uint>(a) {}
1705 
1706  HandleOwnerMap& operator=(const QMap<uint, uint>& a)
1707  {
1708  *(static_cast<QMap<uint, uint>*>(this)) = a;
1709  return *this;
1710  }
1711 };
1712 
1723 struct TP_QT_EXPORT LocalPendingInfo
1724 {
1732  uint actor;
1736  uint reason;
1741  QString message;
1742 };
1743 
1744 TP_QT_EXPORT bool operator==(const LocalPendingInfo& v1, const LocalPendingInfo& v2);
1745 inline bool operator!=(const LocalPendingInfo& v1, const LocalPendingInfo& v2)
1746 {
1747  return !operator==(v1, v2);
1748 }
1749 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const LocalPendingInfo& val);
1750 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, LocalPendingInfo& val);
1751 
1758 typedef QList<LocalPendingInfo> LocalPendingInfoList;
1759 
1770 struct TP_QT_EXPORT Location : public QMap<QString, QDBusVariant>
1771 {
1772  Location() : QMap<QString, QDBusVariant>() {}
1773  Location(const QMap<QString, QDBusVariant>& a) : QMap<QString, QDBusVariant>(a) {}
1774  Location(std::initializer_list<std::pair<QString, QDBusVariant> > a) : QMap<QString, QDBusVariant>(a) {}
1775 
1776  Location& operator=(const QMap<QString, QDBusVariant>& a)
1777  {
1778  *(static_cast<QMap<QString, QDBusVariant>*>(this)) = a;
1779  return *this;
1780  }
1781 };
1782 
1796 struct TP_QT_EXPORT Mail : public QMap<QString, QDBusVariant>
1797 {
1798  Mail() : QMap<QString, QDBusVariant>() {}
1799  Mail(const QMap<QString, QDBusVariant>& a) : QMap<QString, QDBusVariant>(a) {}
1800  Mail(std::initializer_list<std::pair<QString, QDBusVariant> > a) : QMap<QString, QDBusVariant>(a) {}
1801 
1802  Mail& operator=(const QMap<QString, QDBusVariant>& a)
1803  {
1804  *(static_cast<QMap<QString, QDBusVariant>*>(this)) = a;
1805  return *this;
1806  }
1807 };
1808 
1815 typedef QList<Mail> MailList;
1816 
1837 struct TP_QT_EXPORT MailAddress
1838 {
1842  QString name;
1846  QString address;
1847 };
1848 
1849 TP_QT_EXPORT bool operator==(const MailAddress& v1, const MailAddress& v2);
1850 inline bool operator!=(const MailAddress& v1, const MailAddress& v2)
1851 {
1852  return !operator==(v1, v2);
1853 }
1854 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const MailAddress& val);
1855 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, MailAddress& val);
1856 
1863 typedef QList<MailAddress> MailAddressList;
1864 
1874 struct TP_QT_EXPORT MediaDescriptionOffer
1875 {
1881  QDBusObjectPath mediaDescription;
1888  QVariantMap properties;
1889 };
1890 
1891 TP_QT_EXPORT bool operator==(const MediaDescriptionOffer& v1, const MediaDescriptionOffer& v2);
1892 inline bool operator!=(const MediaDescriptionOffer& v1, const MediaDescriptionOffer& v2)
1893 {
1894  return !operator==(v1, v2);
1895 }
1896 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const MediaDescriptionOffer& val);
1897 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, MediaDescriptionOffer& val);
1898 
1920 struct TP_QT_EXPORT MediaDescriptionProperties : public QMap<QString, QDBusVariant>
1921 {
1922  MediaDescriptionProperties() : QMap<QString, QDBusVariant>() {}
1923  MediaDescriptionProperties(const QMap<QString, QDBusVariant>& a) : QMap<QString, QDBusVariant>(a) {}
1924  MediaDescriptionProperties(std::initializer_list<std::pair<QString, QDBusVariant> > a) : QMap<QString, QDBusVariant>(a) {}
1925 
1926  MediaDescriptionProperties& operator=(const QMap<QString, QDBusVariant>& a)
1927  {
1928  *(static_cast<QMap<QString, QDBusVariant>*>(this)) = a;
1929  return *this;
1930  }
1931 };
1932 
1942 struct TP_QT_EXPORT MediaSessionHandlerInfo
1943 {
1948  QDBusObjectPath sessionHandler;
1953 };
1954 
1955 TP_QT_EXPORT bool operator==(const MediaSessionHandlerInfo& v1, const MediaSessionHandlerInfo& v2);
1957 {
1958  return !operator==(v1, v2);
1959 }
1960 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const MediaSessionHandlerInfo& val);
1961 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, MediaSessionHandlerInfo& val);
1962 
1969 typedef QList<MediaSessionHandlerInfo> MediaSessionHandlerInfoList;
1970 
1978 struct TP_QT_EXPORT MediaStreamHandlerTransport
1979 {
1981  QString IPAddress;
1982  uint port;
1983  uint protocol;
1984  QString subtype;
1985  QString profile;
1988  QString username;
1989  QString password;
1990 };
1991 
1992 TP_QT_EXPORT bool operator==(const MediaStreamHandlerTransport& v1, const MediaStreamHandlerTransport& v2);
1994 {
1995  return !operator==(v1, v2);
1996 }
1997 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const MediaStreamHandlerTransport& val);
1998 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, MediaStreamHandlerTransport& val);
1999 
2006 typedef QList<MediaStreamHandlerTransport> MediaStreamHandlerTransportList;
2007 
2015 struct TP_QT_EXPORT MediaStreamInfo
2016 {
2018  uint contact;
2019  uint type;
2020  uint state;
2023 };
2024 
2025 TP_QT_EXPORT bool operator==(const MediaStreamInfo& v1, const MediaStreamInfo& v2);
2026 inline bool operator!=(const MediaStreamInfo& v1, const MediaStreamInfo& v2)
2027 {
2028  return !operator==(v1, v2);
2029 }
2030 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const MediaStreamInfo& val);
2031 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, MediaStreamInfo& val);
2032 
2039 typedef QList<MediaStreamInfo> MediaStreamInfoList;
2040 
2049 struct TP_QT_EXPORT MessagePart : public QMap<QString, QDBusVariant>
2050 {
2051  MessagePart() : QMap<QString, QDBusVariant>() {}
2052  MessagePart(const QMap<QString, QDBusVariant>& a) : QMap<QString, QDBusVariant>(a) {}
2053  MessagePart(std::initializer_list<std::pair<QString, QDBusVariant> > a) : QMap<QString, QDBusVariant>(a) {}
2054 
2055  MessagePart& operator=(const QMap<QString, QDBusVariant>& a)
2056  {
2057  *(static_cast<QMap<QString, QDBusVariant>*>(this)) = a;
2058  return *this;
2059  }
2060 };
2061 
2068 typedef QList<MessagePart> MessagePartList;
2069 
2076 typedef QList<MessagePartList> MessagePartListList;
2077 
2089 struct TP_QT_EXPORT MessagePartContentMap : public QMap<uint, QDBusVariant>
2090 {
2091  MessagePartContentMap() : QMap<uint, QDBusVariant>() {}
2092  MessagePartContentMap(const QMap<uint, QDBusVariant>& a) : QMap<uint, QDBusVariant>(a) {}
2093  MessagePartContentMap(std::initializer_list<std::pair<uint, QDBusVariant> > a) : QMap<uint, QDBusVariant>(a) {}
2094 
2095  MessagePartContentMap& operator=(const QMap<uint, QDBusVariant>& a)
2096  {
2097  *(static_cast<QMap<uint, QDBusVariant>*>(this)) = a;
2098  return *this;
2099  }
2100 };
2101 
2121 struct TP_QT_EXPORT Metadata : public QMap<QString, QStringList>
2122 {
2123  Metadata() : QMap<QString, QStringList>() {}
2124  Metadata(const QMap<QString, QStringList>& a) : QMap<QString, QStringList>(a) {}
2125  Metadata(std::initializer_list<std::pair<QString, QStringList> > a) : QMap<QString, QStringList>(a) {}
2126 
2127  Metadata& operator=(const QMap<QString, QStringList>& a)
2128  {
2129  *(static_cast<QMap<QString, QStringList>*>(this)) = a;
2130  return *this;
2131  }
2132 };
2133 
2146 struct TP_QT_EXPORT MultipleStatusMap : public QMap<QString, QVariantMap>
2147 {
2148  MultipleStatusMap() : QMap<QString, QVariantMap>() {}
2149  MultipleStatusMap(const QMap<QString, QVariantMap>& a) : QMap<QString, QVariantMap>(a) {}
2150  MultipleStatusMap(std::initializer_list<std::pair<QString, QVariantMap> > a) : QMap<QString, QVariantMap>(a) {}
2151 
2152  MultipleStatusMap& operator=(const QMap<QString, QVariantMap>& a)
2153  {
2154  *(static_cast<QMap<QString, QVariantMap>*>(this)) = a;
2155  return *this;
2156  }
2157 };
2158 
2166 struct TP_QT_EXPORT NotDelegatedError
2167 {
2171  QString errorName;
2175  QString errorMessage;
2176 };
2177 
2178 TP_QT_EXPORT bool operator==(const NotDelegatedError& v1, const NotDelegatedError& v2);
2179 inline bool operator!=(const NotDelegatedError& v1, const NotDelegatedError& v2)
2180 {
2181  return !operator==(v1, v2);
2182 }
2183 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const NotDelegatedError& val);
2184 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, NotDelegatedError& val);
2185 
2196 struct TP_QT_EXPORT ObjectImmutablePropertiesMap : public QMap<QDBusObjectPath, QVariantMap>
2197 {
2198  ObjectImmutablePropertiesMap() : QMap<QDBusObjectPath, QVariantMap>() {}
2199  ObjectImmutablePropertiesMap(const QMap<QDBusObjectPath, QVariantMap>& a) : QMap<QDBusObjectPath, QVariantMap>(a) {}
2200  ObjectImmutablePropertiesMap(std::initializer_list<std::pair<QDBusObjectPath, QVariantMap> > a) : QMap<QDBusObjectPath, QVariantMap>(a) {}
2201 
2202  ObjectImmutablePropertiesMap& operator=(const QMap<QDBusObjectPath, QVariantMap>& a)
2203  {
2204  *(static_cast<QMap<QDBusObjectPath, QVariantMap>*>(this)) = a;
2205  return *this;
2206  }
2207 };
2208 
2215 typedef QList<ObjectImmutablePropertiesMap> ObjectImmutablePropertiesMapList;
2216 
2227 struct TP_QT_EXPORT ParamSpec
2228 {
2232  QString name;
2236  uint flags;
2240  QString signature;
2246  QDBusVariant defaultValue;
2247 };
2248 
2249 TP_QT_EXPORT bool operator==(const ParamSpec& v1, const ParamSpec& v2);
2250 inline bool operator!=(const ParamSpec& v1, const ParamSpec& v2)
2251 {
2252  return !operator==(v1, v2);
2253 }
2254 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const ParamSpec& val);
2255 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, ParamSpec& val);
2256 
2263 typedef QList<ParamSpec> ParamSpecList;
2264 
2277 struct TP_QT_EXPORT PendingTextMessage
2278 {
2281  uint sender;
2283  uint flags;
2284  QString text;
2285 };
2286 
2287 TP_QT_EXPORT bool operator==(const PendingTextMessage& v1, const PendingTextMessage& v2);
2288 inline bool operator!=(const PendingTextMessage& v1, const PendingTextMessage& v2)
2289 {
2290  return !operator==(v1, v2);
2291 }
2292 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const PendingTextMessage& val);
2293 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, PendingTextMessage& val);
2294 
2301 typedef QList<PendingTextMessage> PendingTextMessageList;
2302 
2314 struct TP_QT_EXPORT PropertyFlagsChange
2315 {
2317  uint newFlags;
2318 };
2319 
2320 TP_QT_EXPORT bool operator==(const PropertyFlagsChange& v1, const PropertyFlagsChange& v2);
2321 inline bool operator!=(const PropertyFlagsChange& v1, const PropertyFlagsChange& v2)
2322 {
2323  return !operator==(v1, v2);
2324 }
2325 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const PropertyFlagsChange& val);
2326 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, PropertyFlagsChange& val);
2327 
2334 typedef QList<PropertyFlagsChange> PropertyFlagsChangeList;
2335 
2346 struct TP_QT_EXPORT PropertySpec
2347 {
2349  QString name;
2350  QString signature;
2351  uint flags;
2352 };
2353 
2354 TP_QT_EXPORT bool operator==(const PropertySpec& v1, const PropertySpec& v2);
2355 inline bool operator!=(const PropertySpec& v1, const PropertySpec& v2)
2356 {
2357  return !operator==(v1, v2);
2358 }
2359 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const PropertySpec& val);
2360 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, PropertySpec& val);
2361 
2368 typedef QList<PropertySpec> PropertySpecList;
2369 
2381 struct TP_QT_EXPORT PropertyValue
2382 {
2384  QDBusVariant value;
2385 };
2386 
2387 TP_QT_EXPORT bool operator==(const PropertyValue& v1, const PropertyValue& v2);
2388 inline bool operator!=(const PropertyValue& v1, const PropertyValue& v2)
2389 {
2390  return !operator==(v1, v2);
2391 }
2392 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const PropertyValue& val);
2393 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, PropertyValue& val);
2394 
2401 typedef QList<PropertyValue> PropertyValueList;
2402 
2417 struct TP_QT_EXPORT ProtocolPropertiesMap : public QMap<QString, QVariantMap>
2418 {
2419  ProtocolPropertiesMap() : QMap<QString, QVariantMap>() {}
2420  ProtocolPropertiesMap(const QMap<QString, QVariantMap>& a) : QMap<QString, QVariantMap>(a) {}
2421  ProtocolPropertiesMap(std::initializer_list<std::pair<QString, QVariantMap> > a) : QMap<QString, QVariantMap>(a) {}
2422 
2423  ProtocolPropertiesMap& operator=(const QMap<QString, QVariantMap>& a)
2424  {
2425  *(static_cast<QMap<QString, QVariantMap>*>(this)) = a;
2426  return *this;
2427  }
2428 };
2429 
2441 struct TP_QT_EXPORT QualifiedPropertyValueMap : public QMap<QString, QDBusVariant>
2442 {
2443  QualifiedPropertyValueMap() : QMap<QString, QDBusVariant>() {}
2444  QualifiedPropertyValueMap(const QMap<QString, QDBusVariant>& a) : QMap<QString, QDBusVariant>(a) {}
2445  QualifiedPropertyValueMap(std::initializer_list<std::pair<QString, QDBusVariant> > a) : QMap<QString, QDBusVariant>(a) {}
2446 
2447  QualifiedPropertyValueMap& operator=(const QMap<QString, QDBusVariant>& a)
2448  {
2449  *(static_cast<QMap<QString, QDBusVariant>*>(this)) = a;
2450  return *this;
2451  }
2452 };
2453 
2460 typedef QList<QualifiedPropertyValueMap> QualifiedPropertyValueMapList;
2461 
2471 struct TP_QT_EXPORT RTCPFeedbackMessage
2472 {
2477  QString type;
2483  QString subtype;
2487  QString parameters;
2488 };
2489 
2490 TP_QT_EXPORT bool operator==(const RTCPFeedbackMessage& v1, const RTCPFeedbackMessage& v2);
2491 inline bool operator!=(const RTCPFeedbackMessage& v1, const RTCPFeedbackMessage& v2)
2492 {
2493  return !operator==(v1, v2);
2494 }
2495 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const RTCPFeedbackMessage& val);
2496 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, RTCPFeedbackMessage& val);
2497 
2504 typedef QList<RTCPFeedbackMessage> RTCPFeedbackMessageList;
2505 
2515 struct TP_QT_EXPORT RTPHeaderExtension
2516 {
2520  uint ID;
2528  QString URI;
2532  QString parameters;
2533 };
2534 
2535 TP_QT_EXPORT bool operator==(const RTPHeaderExtension& v1, const RTPHeaderExtension& v2);
2536 inline bool operator!=(const RTPHeaderExtension& v1, const RTPHeaderExtension& v2)
2537 {
2538  return !operator==(v1, v2);
2539 }
2540 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const RTPHeaderExtension& val);
2541 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, RTPHeaderExtension& val);
2542 
2549 typedef QList<RTPHeaderExtension> RTPHeaderExtensionsList;
2550 
2588 struct TP_QT_EXPORT RequestableChannelClass
2589 {
2616  QVariantMap fixedProperties;
2647  QStringList allowedProperties;
2648 };
2649 
2650 TP_QT_EXPORT bool operator==(const RequestableChannelClass& v1, const RequestableChannelClass& v2);
2652 {
2653  return !operator==(v1, v2);
2654 }
2655 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const RequestableChannelClass& val);
2656 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, RequestableChannelClass& val);
2657 
2664 typedef QList<RequestableChannelClass> RequestableChannelClassList;
2665 
2684 struct TP_QT_EXPORT RichPresenceAccessControl
2685 {
2689  uint type;
2694  QDBusVariant detail;
2695 };
2696 
2697 TP_QT_EXPORT bool operator==(const RichPresenceAccessControl& v1, const RichPresenceAccessControl& v2);
2699 {
2700  return !operator==(v1, v2);
2701 }
2702 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const RichPresenceAccessControl& val);
2703 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, RichPresenceAccessControl& val);
2704 
2712 struct TP_QT_EXPORT RoomInfo
2713 {
2714  uint handle;
2715  QString channelType;
2716  QVariantMap info;
2717 };
2718 
2719 TP_QT_EXPORT bool operator==(const RoomInfo& v1, const RoomInfo& v2);
2720 inline bool operator!=(const RoomInfo& v1, const RoomInfo& v2)
2721 {
2722  return !operator==(v1, v2);
2723 }
2724 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const RoomInfo& val);
2725 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, RoomInfo& val);
2726 
2733 typedef QList<RoomInfo> RoomInfoList;
2734 
2744 struct TP_QT_EXPORT ServicePoint
2745 {
2756  QString service;
2757 };
2758 
2759 TP_QT_EXPORT bool operator==(const ServicePoint& v1, const ServicePoint& v2);
2760 inline bool operator!=(const ServicePoint& v1, const ServicePoint& v2)
2761 {
2762  return !operator==(v1, v2);
2763 }
2764 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const ServicePoint& val);
2765 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, ServicePoint& val);
2766 
2776 struct TP_QT_EXPORT SimplePresence
2777 {
2781  uint type;
2786  QString status;
2810  QString statusMessage;
2811 };
2812 
2813 TP_QT_EXPORT bool operator==(const SimplePresence& v1, const SimplePresence& v2);
2814 inline bool operator!=(const SimplePresence& v1, const SimplePresence& v2)
2815 {
2816  return !operator==(v1, v2);
2817 }
2818 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const SimplePresence& val);
2819 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, SimplePresence& val);
2820 
2830 struct TP_QT_EXPORT SimpleStatusSpec
2831 {
2839  uint type;
2851 };
2852 
2853 TP_QT_EXPORT bool operator==(const SimpleStatusSpec& v1, const SimpleStatusSpec& v2);
2854 inline bool operator!=(const SimpleStatusSpec& v1, const SimpleStatusSpec& v2)
2855 {
2856  return !operator==(v1, v2);
2857 }
2858 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const SimpleStatusSpec& val);
2859 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, SimpleStatusSpec& val);
2860 
2871 struct TP_QT_EXPORT SingleContactAttributesMap : public QMap<QString, QDBusVariant>
2872 {
2873  SingleContactAttributesMap() : QMap<QString, QDBusVariant>() {}
2874  SingleContactAttributesMap(const QMap<QString, QDBusVariant>& a) : QMap<QString, QDBusVariant>(a) {}
2875  SingleContactAttributesMap(std::initializer_list<std::pair<QString, QDBusVariant> > a) : QMap<QString, QDBusVariant>(a) {}
2876 
2877  SingleContactAttributesMap& operator=(const QMap<QString, QDBusVariant>& a)
2878  {
2879  *(static_cast<QMap<QString, QDBusVariant>*>(this)) = a;
2880  return *this;
2881  }
2882 };
2883 
2893 struct TP_QT_EXPORT SocketAddressIP
2894 {
2899  QString address;
2903  ushort port;
2904 };
2905 
2906 TP_QT_EXPORT bool operator==(const SocketAddressIP& v1, const SocketAddressIP& v2);
2907 inline bool operator!=(const SocketAddressIP& v1, const SocketAddressIP& v2)
2908 {
2909  return !operator==(v1, v2);
2910 }
2911 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const SocketAddressIP& val);
2912 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, SocketAddressIP& val);
2913 
2920 typedef QList<SocketAddressIP> SocketAddressIPList;
2921 
2931 struct TP_QT_EXPORT SocketAddressIPv4
2932 {
2937  QString address;
2941  ushort port;
2942 };
2943 
2944 TP_QT_EXPORT bool operator==(const SocketAddressIPv4& v1, const SocketAddressIPv4& v2);
2945 inline bool operator!=(const SocketAddressIPv4& v1, const SocketAddressIPv4& v2)
2946 {
2947  return !operator==(v1, v2);
2948 }
2949 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const SocketAddressIPv4& val);
2950 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, SocketAddressIPv4& val);
2951 
2961 struct TP_QT_EXPORT SocketAddressIPv6
2962 {
2967  QString address;
2971  ushort port;
2972 };
2973 
2974 TP_QT_EXPORT bool operator==(const SocketAddressIPv6& v1, const SocketAddressIPv6& v2);
2975 inline bool operator!=(const SocketAddressIPv6& v1, const SocketAddressIPv6& v2)
2976 {
2977  return !operator==(v1, v2);
2978 }
2979 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const SocketAddressIPv6& val);
2980 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, SocketAddressIPv6& val);
2981 
2991 struct TP_QT_EXPORT SocketNetmaskIPv4
2992 {
2997  QString address;
3003 };
3004 
3005 TP_QT_EXPORT bool operator==(const SocketNetmaskIPv4& v1, const SocketNetmaskIPv4& v2);
3006 inline bool operator!=(const SocketNetmaskIPv4& v1, const SocketNetmaskIPv4& v2)
3007 {
3008  return !operator==(v1, v2);
3009 }
3010 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const SocketNetmaskIPv4& val);
3011 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, SocketNetmaskIPv4& val);
3012 
3022 struct TP_QT_EXPORT SocketNetmaskIPv6
3023 {
3028  QString address;
3034 };
3035 
3036 TP_QT_EXPORT bool operator==(const SocketNetmaskIPv6& v1, const SocketNetmaskIPv6& v2);
3037 inline bool operator!=(const SocketNetmaskIPv6& v1, const SocketNetmaskIPv6& v2)
3038 {
3039  return !operator==(v1, v2);
3040 }
3041 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const SocketNetmaskIPv6& val);
3042 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, SocketNetmaskIPv6& val);
3043 
3053 struct TP_QT_EXPORT StreamCredentials
3054 {
3058  QString username;
3062  QString password;
3063 };
3064 
3065 TP_QT_EXPORT bool operator==(const StreamCredentials& v1, const StreamCredentials& v2);
3066 inline bool operator!=(const StreamCredentials& v1, const StreamCredentials& v2)
3067 {
3068  return !operator==(v1, v2);
3069 }
3070 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const StreamCredentials& val);
3071 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, StreamCredentials& val);
3072 
3083 struct TP_QT_EXPORT StringStringMap : public QMap<QString, QString>
3084 {
3085  StringStringMap() : QMap<QString, QString>() {}
3086  StringStringMap(const QMap<QString, QString>& a) : QMap<QString, QString>(a) {}
3087  StringStringMap(std::initializer_list<std::pair<QString, QString> > a) : QMap<QString, QString>(a) {}
3088 
3089  StringStringMap& operator=(const QMap<QString, QString>& a)
3090  {
3091  *(static_cast<QMap<QString, QString>*>(this)) = a;
3092  return *this;
3093  }
3094 };
3095 
3102 typedef QList<StringStringMap> StringStringMapList;
3103 
3114 struct TP_QT_EXPORT StringVariantMap : public QMap<QString, QDBusVariant>
3115 {
3116  StringVariantMap() : QMap<QString, QDBusVariant>() {}
3117  StringVariantMap(const QMap<QString, QDBusVariant>& a) : QMap<QString, QDBusVariant>(a) {}
3118  StringVariantMap(std::initializer_list<std::pair<QString, QDBusVariant> > a) : QMap<QString, QDBusVariant>(a) {}
3119 
3120  StringVariantMap& operator=(const QMap<QString, QDBusVariant>& a)
3121  {
3122  *(static_cast<QMap<QString, QDBusVariant>*>(this)) = a;
3123  return *this;
3124  }
3125 };
3126 
3133 typedef QList<StringVariantMap> StringVariantMapList;
3134 
3146 struct TP_QT_EXPORT SupportedSocketMap : public QMap<uint, UIntList>
3147 {
3148  SupportedSocketMap() : QMap<uint, UIntList>() {}
3149  SupportedSocketMap(const QMap<uint, UIntList>& a) : QMap<uint, UIntList>(a) {}
3150  SupportedSocketMap(std::initializer_list<std::pair<uint, UIntList> > a) : QMap<uint, UIntList>(a) {}
3151 
3152  SupportedSocketMap& operator=(const QMap<uint, UIntList>& a)
3153  {
3154  *(static_cast<QMap<uint, UIntList>*>(this)) = a;
3155  return *this;
3156  }
3157 };
3158 
3174 struct TP_QT_EXPORT TLSCertificateRejection
3175 {
3188  uint reason;
3196  QString error;
3233  QVariantMap details;
3234 };
3235 
3236 TP_QT_EXPORT bool operator==(const TLSCertificateRejection& v1, const TLSCertificateRejection& v2);
3238 {
3239  return !operator==(v1, v2);
3240 }
3241 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const TLSCertificateRejection& val);
3242 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, TLSCertificateRejection& val);
3243 
3250 typedef QList<TLSCertificateRejection> TLSCertificateRejectionList;
3251 
3263 struct TP_QT_EXPORT TubeInfo
3264 {
3267  uint type;
3268  QString service;
3269  QVariantMap parameters;
3270  uint state;
3271 };
3272 
3273 TP_QT_EXPORT bool operator==(const TubeInfo& v1, const TubeInfo& v2);
3274 inline bool operator!=(const TubeInfo& v1, const TubeInfo& v2)
3275 {
3276  return !operator==(v1, v2);
3277 }
3278 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const TubeInfo& val);
3279 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, TubeInfo& val);
3280 
3287 typedef QList<TubeInfo> TubeInfoList;
3288 
3305 struct TP_QT_EXPORT VCardFieldAddressMap : public QMap<QString, QString>
3306 {
3307  VCardFieldAddressMap() : QMap<QString, QString>() {}
3308  VCardFieldAddressMap(const QMap<QString, QString>& a) : QMap<QString, QString>(a) {}
3309  VCardFieldAddressMap(std::initializer_list<std::pair<QString, QString> > a) : QMap<QString, QString>(a) {}
3310 
3311  VCardFieldAddressMap& operator=(const QMap<QString, QString>& a)
3312  {
3313  *(static_cast<QMap<QString, QString>*>(this)) = a;
3314  return *this;
3315  }
3316 };
3317 
3325 struct TP_QT_EXPORT VideoResolution
3326 {
3330  uint width;
3334  uint height;
3335 };
3336 
3337 TP_QT_EXPORT bool operator==(const VideoResolution& v1, const VideoResolution& v2);
3338 inline bool operator!=(const VideoResolution& v1, const VideoResolution& v2)
3339 {
3340  return !operator==(v1, v2);
3341 }
3342 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const VideoResolution& val);
3343 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, VideoResolution& val);
3344 
3351 typedef QList<VideoResolution> VideoResolutionStruct;
3352 
3362 struct TP_QT_EXPORT CandidatePair
3363 {
3372 };
3373 
3374 TP_QT_EXPORT bool operator==(const CandidatePair& v1, const CandidatePair& v2);
3375 inline bool operator!=(const CandidatePair& v1, const CandidatePair& v2)
3376 {
3377  return !operator==(v1, v2);
3378 }
3379 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const CandidatePair& val);
3380 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, CandidatePair& val);
3381 
3388 typedef QList<CandidatePair> CandidatePairList;
3389 
3399 struct TP_QT_EXPORT Codec
3400 {
3413  QString name;
3425  uint channels;
3441  bool updated;
3448 };
3449 
3450 TP_QT_EXPORT bool operator==(const Codec& v1, const Codec& v2);
3451 inline bool operator!=(const Codec& v1, const Codec& v2)
3452 {
3453  return !operator==(v1, v2);
3454 }
3455 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const Codec& val);
3456 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, Codec& val);
3457 
3464 typedef QList<Codec> CodecList;
3465 
3476 struct TP_QT_EXPORT ContactCapabilitiesMap : public QMap<uint, RequestableChannelClassList>
3477 {
3479  ContactCapabilitiesMap(const QMap<uint, RequestableChannelClassList>& a) : QMap<uint, RequestableChannelClassList>(a) {}
3480  ContactCapabilitiesMap(std::initializer_list<std::pair<uint, RequestableChannelClassList> > a) : QMap<uint, RequestableChannelClassList>(a) {}
3481 
3482  ContactCapabilitiesMap& operator=(const QMap<uint, RequestableChannelClassList>& a)
3483  {
3484  *(static_cast<QMap<uint, RequestableChannelClassList>*>(this)) = a;
3485  return *this;
3486  }
3487 };
3488 
3495 typedef QList<ContactCapabilitiesMap> ContactCapabilitiesMapList;
3496 
3508 struct TP_QT_EXPORT ContactInfoMap : public QMap<uint, ContactInfoFieldList>
3509 {
3511  ContactInfoMap(const QMap<uint, ContactInfoFieldList>& a) : QMap<uint, ContactInfoFieldList>(a) {}
3512  ContactInfoMap(std::initializer_list<std::pair<uint, ContactInfoFieldList> > a) : QMap<uint, ContactInfoFieldList>(a) {}
3513 
3514  ContactInfoMap& operator=(const QMap<uint, ContactInfoFieldList>& a)
3515  {
3516  *(static_cast<QMap<uint, ContactInfoFieldList>*>(this)) = a;
3517  return *this;
3518  }
3519 };
3520 
3532 struct TP_QT_EXPORT ContactSearchResultMap : public QMap<QString, ContactInfoFieldList>
3533 {
3535  ContactSearchResultMap(const QMap<QString, ContactInfoFieldList>& a) : QMap<QString, ContactInfoFieldList>(a) {}
3536  ContactSearchResultMap(std::initializer_list<std::pair<QString, ContactInfoFieldList> > a) : QMap<QString, ContactInfoFieldList>(a) {}
3537 
3538  ContactSearchResultMap& operator=(const QMap<QString, ContactInfoFieldList>& a)
3539  {
3540  *(static_cast<QMap<QString, ContactInfoFieldList>*>(this)) = a;
3541  return *this;
3542  }
3543 };
3544 
3556 struct TP_QT_EXPORT ContactSubscriptionMap : public QMap<uint, ContactSubscriptions>
3557 {
3559  ContactSubscriptionMap(const QMap<uint, ContactSubscriptions>& a) : QMap<uint, ContactSubscriptions>(a) {}
3560  ContactSubscriptionMap(std::initializer_list<std::pair<uint, ContactSubscriptions> > a) : QMap<uint, ContactSubscriptions>(a) {}
3561 
3562  ContactSubscriptionMap& operator=(const QMap<uint, ContactSubscriptions>& a)
3563  {
3564  *(static_cast<QMap<uint, ContactSubscriptions>*>(this)) = a;
3565  return *this;
3566  }
3567 };
3568 
3578 struct TP_QT_EXPORT HandlerCapabilities
3579 {
3585  QString wellKnownName;
3602  QStringList capabilities;
3603 };
3604 
3605 TP_QT_EXPORT bool operator==(const HandlerCapabilities& v1, const HandlerCapabilities& v2);
3606 inline bool operator!=(const HandlerCapabilities& v1, const HandlerCapabilities& v2)
3607 {
3608  return !operator==(v1, v2);
3609 }
3610 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const HandlerCapabilities& val);
3611 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, HandlerCapabilities& val);
3612 
3619 typedef QList<HandlerCapabilities> HandlerCapabilitiesList;
3620 
3631 struct TP_QT_EXPORT LastActivityAndStatuses
3632 {
3635 };
3636 
3637 TP_QT_EXPORT bool operator==(const LastActivityAndStatuses& v1, const LastActivityAndStatuses& v2);
3639 {
3640  return !operator==(v1, v2);
3641 }
3642 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const LastActivityAndStatuses& val);
3643 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, LastActivityAndStatuses& val);
3644 
3662 struct TP_QT_EXPORT MailURL
3663 {
3667  QString URL;
3671  uint method;
3677 };
3678 
3679 TP_QT_EXPORT bool operator==(const MailURL& v1, const MailURL& v2);
3680 inline bool operator!=(const MailURL& v1, const MailURL& v2)
3681 {
3682  return !operator==(v1, v2);
3683 }
3684 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const MailURL& val);
3685 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, MailURL& val);
3686 
3694 struct TP_QT_EXPORT MediaStreamHandlerCandidate
3695 {
3696  QString name;
3698 };
3699 
3700 TP_QT_EXPORT bool operator==(const MediaStreamHandlerCandidate& v1, const MediaStreamHandlerCandidate& v2);
3702 {
3703  return !operator==(v1, v2);
3704 }
3705 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const MediaStreamHandlerCandidate& val);
3706 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, MediaStreamHandlerCandidate& val);
3707 
3714 typedef QList<MediaStreamHandlerCandidate> MediaStreamHandlerCandidateList;
3715 
3725 struct TP_QT_EXPORT MediaStreamHandlerCodec
3726 {
3730  uint codecID;
3734  QString name;
3751 };
3752 
3753 TP_QT_EXPORT bool operator==(const MediaStreamHandlerCodec& v1, const MediaStreamHandlerCodec& v2);
3755 {
3756  return !operator==(v1, v2);
3757 }
3758 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const MediaStreamHandlerCodec& val);
3759 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, MediaStreamHandlerCodec& val);
3760 
3767 typedef QList<MediaStreamHandlerCodec> MediaStreamHandlerCodecList;
3768 
3779 struct TP_QT_EXPORT NotDelegatedMap : public QMap<QDBusObjectPath, NotDelegatedError>
3780 {
3781  NotDelegatedMap() : QMap<QDBusObjectPath, NotDelegatedError>() {}
3782  NotDelegatedMap(const QMap<QDBusObjectPath, NotDelegatedError>& a) : QMap<QDBusObjectPath, NotDelegatedError>(a) {}
3783  NotDelegatedMap(std::initializer_list<std::pair<QDBusObjectPath, NotDelegatedError> > a) : QMap<QDBusObjectPath, NotDelegatedError>(a) {}
3784 
3785  NotDelegatedMap& operator=(const QMap<QDBusObjectPath, NotDelegatedError>& a)
3786  {
3787  *(static_cast<QMap<QDBusObjectPath, NotDelegatedError>*>(this)) = a;
3788  return *this;
3789  }
3790 };
3791 
3800 {
3814 };
3815 
3816 TP_QT_EXPORT bool operator==(const RTCPFeedbackMessageProperties& v1, const RTCPFeedbackMessageProperties& v2);
3818 {
3819  return !operator==(v1, v2);
3820 }
3821 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const RTCPFeedbackMessageProperties& val);
3822 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, RTCPFeedbackMessageProperties& val);
3823 
3838 struct TP_QT_EXPORT ServicePointInfo
3839 {
3850  QStringList serviceIDs;
3851 };
3852 
3853 TP_QT_EXPORT bool operator==(const ServicePointInfo& v1, const ServicePointInfo& v2);
3854 inline bool operator!=(const ServicePointInfo& v1, const ServicePointInfo& v2)
3855 {
3856  return !operator==(v1, v2);
3857 }
3858 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const ServicePointInfo& val);
3859 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, ServicePointInfo& val);
3860 
3867 typedef QList<ServicePointInfo> ServicePointInfoList;
3868 
3880 struct TP_QT_EXPORT SimpleContactPresences : public QMap<uint, SimplePresence>
3881 {
3883  SimpleContactPresences(const QMap<uint, SimplePresence>& a) : QMap<uint, SimplePresence>(a) {}
3884  SimpleContactPresences(std::initializer_list<std::pair<uint, SimplePresence> > a) : QMap<uint, SimplePresence>(a) {}
3885 
3886  SimpleContactPresences& operator=(const QMap<uint, SimplePresence>& a)
3887  {
3888  *(static_cast<QMap<uint, SimplePresence>*>(this)) = a;
3889  return *this;
3890  }
3891 };
3892 
3903 struct TP_QT_EXPORT SimpleStatusSpecMap : public QMap<QString, SimpleStatusSpec>
3904 {
3905  SimpleStatusSpecMap() : QMap<QString, SimpleStatusSpec>() {}
3906  SimpleStatusSpecMap(const QMap<QString, SimpleStatusSpec>& a) : QMap<QString, SimpleStatusSpec>(a) {}
3907  SimpleStatusSpecMap(std::initializer_list<std::pair<QString, SimpleStatusSpec> > a) : QMap<QString, SimpleStatusSpec>(a) {}
3908 
3909  SimpleStatusSpecMap& operator=(const QMap<QString, SimpleStatusSpec>& a)
3910  {
3911  *(static_cast<QMap<QString, SimpleStatusSpec>*>(this)) = a;
3912  return *this;
3913  }
3914 };
3915 
3923 struct TP_QT_EXPORT StatusSpec
3924 {
3925  uint type;
3929 };
3930 
3931 TP_QT_EXPORT bool operator==(const StatusSpec& v1, const StatusSpec& v2);
3932 inline bool operator!=(const StatusSpec& v1, const StatusSpec& v2)
3933 {
3934  return !operator==(v1, v2);
3935 }
3936 TP_QT_EXPORT QDBusArgument& operator<<(QDBusArgument& arg, const StatusSpec& val);
3937 TP_QT_EXPORT const QDBusArgument& operator>>(const QDBusArgument& arg, StatusSpec& val);
3938 
3949 struct TP_QT_EXPORT ContactCodecMap : public QMap<uint, CodecList>
3950 {
3951  ContactCodecMap() : QMap<uint, CodecList>() {}
3952  ContactCodecMap(const QMap<uint, CodecList>& a) : QMap<uint, CodecList>(a) {}
3953  ContactCodecMap(std::initializer_list<std::pair<uint, CodecList> > a) : QMap<uint, CodecList>(a) {}
3954 
3955  ContactCodecMap& operator=(const QMap<uint, CodecList>& a)
3956  {
3957  *(static_cast<QMap<uint, CodecList>*>(this)) = a;
3958  return *this;
3959  }
3960 };
3961 
3973 struct TP_QT_EXPORT ContactPresences : public QMap<uint, LastActivityAndStatuses>
3974 {
3976  ContactPresences(const QMap<uint, LastActivityAndStatuses>& a) : QMap<uint, LastActivityAndStatuses>(a) {}
3977  ContactPresences(std::initializer_list<std::pair<uint, LastActivityAndStatuses> > a) : QMap<uint, LastActivityAndStatuses>(a) {}
3978 
3979  ContactPresences& operator=(const QMap<uint, LastActivityAndStatuses>& a)
3980  {
3981  *(static_cast<QMap<uint, LastActivityAndStatuses>*>(this)) = a;
3982  return *this;
3983  }
3984 };
3985 
3996 struct TP_QT_EXPORT RTCPFeedbackMessageMap : public QMap<uint, RTCPFeedbackMessageProperties>
3997 {
3999  RTCPFeedbackMessageMap(const QMap<uint, RTCPFeedbackMessageProperties>& a) : QMap<uint, RTCPFeedbackMessageProperties>(a) {}
4000  RTCPFeedbackMessageMap(std::initializer_list<std::pair<uint, RTCPFeedbackMessageProperties> > a) : QMap<uint, RTCPFeedbackMessageProperties>(a) {}
4001 
4002  RTCPFeedbackMessageMap& operator=(const QMap<uint, RTCPFeedbackMessageProperties>& a)
4003  {
4004  *(static_cast<QMap<uint, RTCPFeedbackMessageProperties>*>(this)) = a;
4005  return *this;
4006  }
4007 };
4008 
4017 struct TP_QT_EXPORT StatusSpecMap : public QMap<QString, StatusSpec>
4018 {
4019  StatusSpecMap() : QMap<QString, StatusSpec>() {}
4020  StatusSpecMap(const QMap<QString, StatusSpec>& a) : QMap<QString, StatusSpec>(a) {}
4021  StatusSpecMap(std::initializer_list<std::pair<QString, StatusSpec> > a) : QMap<QString, StatusSpec>(a) {}
4022 
4023  StatusSpecMap& operator=(const QMap<QString, StatusSpec>& a)
4024  {
4025  *(static_cast<QMap<QString, StatusSpec>*>(this)) = a;
4026  return *this;
4027  }
4028 };
4029 
4030 
4031 } // namespace Tp
4032 
4033 Q_DECLARE_METATYPE(Tp::AccessControl)
4034 Q_DECLARE_METATYPE(Tp::AddressingNormalizationMap)
4035 Q_DECLARE_METATYPE(Tp::AliasMap)
4036 Q_DECLARE_METATYPE(Tp::AliasPair)
4037 Q_DECLARE_METATYPE(Tp::AliasPairList)
4038 Q_DECLARE_METATYPE(Tp::Avatar)
4039 Q_DECLARE_METATYPE(Tp::AvatarTokenMap)
4040 Q_DECLARE_METATYPE(Tp::ByteArrayList)
4041 Q_DECLARE_METATYPE(Tp::CallMemberMap)
4042 Q_DECLARE_METATYPE(Tp::CallMemberMapList)
4043 Q_DECLARE_METATYPE(Tp::CallStateReason)
4044 Q_DECLARE_METATYPE(Tp::Candidate)
4045 Q_DECLARE_METATYPE(Tp::CandidateInfo)
4046 Q_DECLARE_METATYPE(Tp::CandidateList)
4047 Q_DECLARE_METATYPE(Tp::CandidatePair)
4048 Q_DECLARE_METATYPE(Tp::CandidatePairList)
4049 Q_DECLARE_METATYPE(Tp::CapabilityChange)
4050 Q_DECLARE_METATYPE(Tp::CapabilityChangeList)
4051 Q_DECLARE_METATYPE(Tp::CapabilityPair)
4052 Q_DECLARE_METATYPE(Tp::CapabilityPairList)
4053 Q_DECLARE_METATYPE(Tp::CaptchaAnswers)
4054 Q_DECLARE_METATYPE(Tp::CaptchaInfo)
4055 Q_DECLARE_METATYPE(Tp::CaptchaInfoList)
4056 Q_DECLARE_METATYPE(Tp::ChannelCallStateMap)
4057 Q_DECLARE_METATYPE(Tp::ChannelClass)
4058 Q_DECLARE_METATYPE(Tp::ChannelClassList)
4059 Q_DECLARE_METATYPE(Tp::ChannelDetails)
4060 Q_DECLARE_METATYPE(Tp::ChannelDetailsList)
4061 Q_DECLARE_METATYPE(Tp::ChannelInfo)
4062 Q_DECLARE_METATYPE(Tp::ChannelInfoList)
4063 Q_DECLARE_METATYPE(Tp::ChannelOriginatorMap)
4064 Q_DECLARE_METATYPE(Tp::ChatStateMap)
4065 Q_DECLARE_METATYPE(Tp::Codec)
4066 Q_DECLARE_METATYPE(Tp::CodecList)
4067 Q_DECLARE_METATYPE(Tp::ComponentStateMap)
4068 Q_DECLARE_METATYPE(Tp::ContactAttributesMap)
4069 Q_DECLARE_METATYPE(Tp::ContactCapabilitiesMap)
4070 Q_DECLARE_METATYPE(Tp::ContactCapabilitiesMapList)
4071 Q_DECLARE_METATYPE(Tp::ContactCapability)
4072 Q_DECLARE_METATYPE(Tp::ContactCapabilityList)
4073 Q_DECLARE_METATYPE(Tp::ContactClientTypes)
4074 Q_DECLARE_METATYPE(Tp::ContactCodecMap)
4075 Q_DECLARE_METATYPE(Tp::ContactInfoField)
4076 Q_DECLARE_METATYPE(Tp::ContactInfoFieldList)
4077 Q_DECLARE_METATYPE(Tp::ContactInfoMap)
4078 Q_DECLARE_METATYPE(Tp::ContactLocations)
4079 Q_DECLARE_METATYPE(Tp::ContactMediaDescriptionPropertiesMap)
4080 Q_DECLARE_METATYPE(Tp::ContactPresences)
4081 Q_DECLARE_METATYPE(Tp::ContactSSRCsMap)
4082 Q_DECLARE_METATYPE(Tp::ContactSearchMap)
4083 Q_DECLARE_METATYPE(Tp::ContactSearchResultMap)
4084 Q_DECLARE_METATYPE(Tp::ContactSendingStateMap)
4085 Q_DECLARE_METATYPE(Tp::ContactSubscriptionMap)
4086 Q_DECLARE_METATYPE(Tp::ContactSubscriptions)
4087 Q_DECLARE_METATYPE(Tp::CurrencyAmount)
4088 Q_DECLARE_METATYPE(Tp::DBusTubeMember)
4089 Q_DECLARE_METATYPE(Tp::DBusTubeMemberList)
4090 Q_DECLARE_METATYPE(Tp::DBusTubeParticipants)
4091 Q_DECLARE_METATYPE(Tp::DebugMessage)
4092 Q_DECLARE_METATYPE(Tp::DebugMessageList)
4093 Q_DECLARE_METATYPE(Tp::FieldSpec)
4094 Q_DECLARE_METATYPE(Tp::FieldSpecs)
4095 Q_DECLARE_METATYPE(Tp::HTTPPostData)
4096 Q_DECLARE_METATYPE(Tp::HTTPPostDataList)
4097 Q_DECLARE_METATYPE(Tp::HandleIdentifierMap)
4098 Q_DECLARE_METATYPE(Tp::HandleOwnerMap)
4099 Q_DECLARE_METATYPE(Tp::HandlerCapabilities)
4100 Q_DECLARE_METATYPE(Tp::HandlerCapabilitiesList)
4101 Q_DECLARE_METATYPE(Tp::LastActivityAndStatuses)
4102 Q_DECLARE_METATYPE(Tp::LocalPendingInfo)
4103 Q_DECLARE_METATYPE(Tp::LocalPendingInfoList)
4104 Q_DECLARE_METATYPE(Tp::Location)
4105 Q_DECLARE_METATYPE(Tp::Mail)
4106 Q_DECLARE_METATYPE(Tp::MailAddress)
4107 Q_DECLARE_METATYPE(Tp::MailAddressList)
4108 Q_DECLARE_METATYPE(Tp::MailList)
4109 Q_DECLARE_METATYPE(Tp::MailURL)
4110 Q_DECLARE_METATYPE(Tp::MediaDescriptionOffer)
4111 Q_DECLARE_METATYPE(Tp::MediaDescriptionProperties)
4112 Q_DECLARE_METATYPE(Tp::MediaSessionHandlerInfo)
4113 Q_DECLARE_METATYPE(Tp::MediaSessionHandlerInfoList)
4114 Q_DECLARE_METATYPE(Tp::MediaStreamHandlerCandidate)
4115 Q_DECLARE_METATYPE(Tp::MediaStreamHandlerCandidateList)
4116 Q_DECLARE_METATYPE(Tp::MediaStreamHandlerCodec)
4117 Q_DECLARE_METATYPE(Tp::MediaStreamHandlerCodecList)
4118 Q_DECLARE_METATYPE(Tp::MediaStreamHandlerTransport)
4119 Q_DECLARE_METATYPE(Tp::MediaStreamHandlerTransportList)
4120 Q_DECLARE_METATYPE(Tp::MediaStreamInfo)
4121 Q_DECLARE_METATYPE(Tp::MediaStreamInfoList)
4122 Q_DECLARE_METATYPE(Tp::MessagePart)
4123 Q_DECLARE_METATYPE(Tp::MessagePartContentMap)
4124 Q_DECLARE_METATYPE(Tp::MessagePartList)
4125 Q_DECLARE_METATYPE(Tp::MessagePartListList)
4126 Q_DECLARE_METATYPE(Tp::Metadata)
4127 Q_DECLARE_METATYPE(Tp::MultipleStatusMap)
4128 Q_DECLARE_METATYPE(Tp::NotDelegatedError)
4129 Q_DECLARE_METATYPE(Tp::NotDelegatedMap)
4130 Q_DECLARE_METATYPE(Tp::ObjectImmutablePropertiesMap)
4131 Q_DECLARE_METATYPE(Tp::ObjectImmutablePropertiesMapList)
4132 Q_DECLARE_METATYPE(Tp::ObjectPathList)
4133 Q_DECLARE_METATYPE(Tp::ParamSpec)
4134 Q_DECLARE_METATYPE(Tp::ParamSpecList)
4135 Q_DECLARE_METATYPE(Tp::PendingTextMessage)
4136 Q_DECLARE_METATYPE(Tp::PendingTextMessageList)
4137 Q_DECLARE_METATYPE(Tp::PropertyFlagsChange)
4138 Q_DECLARE_METATYPE(Tp::PropertyFlagsChangeList)
4139 Q_DECLARE_METATYPE(Tp::PropertySpec)
4140 Q_DECLARE_METATYPE(Tp::PropertySpecList)
4141 Q_DECLARE_METATYPE(Tp::PropertyValue)
4142 Q_DECLARE_METATYPE(Tp::PropertyValueList)
4143 Q_DECLARE_METATYPE(Tp::ProtocolPropertiesMap)
4144 Q_DECLARE_METATYPE(Tp::QualifiedPropertyValueMap)
4145 Q_DECLARE_METATYPE(Tp::QualifiedPropertyValueMapList)
4146 Q_DECLARE_METATYPE(Tp::RTCPFeedbackMessage)
4147 Q_DECLARE_METATYPE(Tp::RTCPFeedbackMessageList)
4148 Q_DECLARE_METATYPE(Tp::RTCPFeedbackMessageMap)
4149 Q_DECLARE_METATYPE(Tp::RTCPFeedbackMessageProperties)
4150 Q_DECLARE_METATYPE(Tp::RTPHeaderExtension)
4151 Q_DECLARE_METATYPE(Tp::RTPHeaderExtensionsList)
4152 Q_DECLARE_METATYPE(Tp::RequestableChannelClass)
4153 Q_DECLARE_METATYPE(Tp::RequestableChannelClassList)
4154 Q_DECLARE_METATYPE(Tp::RichPresenceAccessControl)
4155 Q_DECLARE_METATYPE(Tp::RoomInfo)
4156 Q_DECLARE_METATYPE(Tp::RoomInfoList)
4157 Q_DECLARE_METATYPE(Tp::ServicePoint)
4158 Q_DECLARE_METATYPE(Tp::ServicePointInfo)
4159 Q_DECLARE_METATYPE(Tp::ServicePointInfoList)
4160 Q_DECLARE_METATYPE(Tp::SimpleContactPresences)
4161 Q_DECLARE_METATYPE(Tp::SimplePresence)
4162 Q_DECLARE_METATYPE(Tp::SimpleStatusSpec)
4163 Q_DECLARE_METATYPE(Tp::SimpleStatusSpecMap)
4164 Q_DECLARE_METATYPE(Tp::SingleContactAttributesMap)
4165 Q_DECLARE_METATYPE(Tp::SocketAddressIP)
4166 Q_DECLARE_METATYPE(Tp::SocketAddressIPList)
4167 Q_DECLARE_METATYPE(Tp::SocketAddressIPv4)
4168 Q_DECLARE_METATYPE(Tp::SocketAddressIPv6)
4169 Q_DECLARE_METATYPE(Tp::SocketNetmaskIPv4)
4170 Q_DECLARE_METATYPE(Tp::SocketNetmaskIPv6)
4171 Q_DECLARE_METATYPE(Tp::StatusSpec)
4172 Q_DECLARE_METATYPE(Tp::StatusSpecMap)
4173 Q_DECLARE_METATYPE(Tp::StreamCredentials)
4174 Q_DECLARE_METATYPE(Tp::StringStringMap)
4175 Q_DECLARE_METATYPE(Tp::StringStringMapList)
4176 Q_DECLARE_METATYPE(Tp::StringVariantMap)
4177 Q_DECLARE_METATYPE(Tp::StringVariantMapList)
4178 Q_DECLARE_METATYPE(Tp::SupportedSocketMap)
4179 Q_DECLARE_METATYPE(Tp::TLSCertificateRejection)
4180 Q_DECLARE_METATYPE(Tp::TLSCertificateRejectionList)
4181 Q_DECLARE_METATYPE(Tp::TubeInfo)
4182 Q_DECLARE_METATYPE(Tp::TubeInfoList)
4183 Q_DECLARE_METATYPE(Tp::UIntList)
4184 Q_DECLARE_METATYPE(Tp::VCardFieldAddressMap)
4185 Q_DECLARE_METATYPE(Tp::VideoResolution)
4186 Q_DECLARE_METATYPE(Tp::VideoResolutionStruct)
Tp::SocketAddressIP::address
QString address
Definition: BUILD/TelepathyQt/_gen/types.h:2899
Tp::StreamCredentials::username
QString username
Definition: BUILD/TelepathyQt/_gen/types.h:3058
Tp::ChannelInfo::channelType
QString channelType
Definition: BUILD/TelepathyQt/_gen/types.h:862
Tp::Location
Definition: BUILD/TelepathyQt/_gen/types.h:1770
Tp::ObjectPathList::operator=
ObjectPathList & operator=(const QList< QDBusObjectPath > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:91
Tp::ChannelClass
Definition: BUILD/TelepathyQt/_gen/types.h:741
Tp::SimpleContactPresences::SimpleContactPresences
SimpleContactPresences(std::initializer_list< std::pair< uint, SimplePresence > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:3884
Tp::Candidate::info
QVariantMap info
Definition: BUILD/TelepathyQt/_gen/types.h:412
Tp::SocketAddressIPv6
Definition: BUILD/TelepathyQt/_gen/types.h:2961
Tp::Avatar::avatarData
QByteArray avatarData
Definition: BUILD/TelepathyQt/_gen/types.h:256
Tp::MediaStreamInfo::contact
uint contact
Definition: BUILD/TelepathyQt/_gen/types.h:2018
Tp::CallMemberMapList
QList< CallMemberMap > CallMemberMapList
Definition: BUILD/TelepathyQt/_gen/types.h:321
Tp::RoomInfo
Definition: BUILD/TelepathyQt/_gen/types.h:2712
Tp::MediaStreamInfo::identifier
uint identifier
Definition: BUILD/TelepathyQt/_gen/types.h:2017
Tp::ContactCodecMap::ContactCodecMap
ContactCodecMap(std::initializer_list< std::pair< uint, CodecList > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:3953
Tp::CallStateReason::actor
uint actor
Definition: BUILD/TelepathyQt/_gen/types.h:342
Tp::SimpleContactPresences
Definition: BUILD/TelepathyQt/_gen/types.h:3880
Tp::ContactInfoMap::ContactInfoMap
ContactInfoMap(std::initializer_list< std::pair< uint, ContactInfoFieldList > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:3512
Tp::AliasMap::AliasMap
AliasMap()
Definition: BUILD/TelepathyQt/_gen/types.h:198
Tp::ContactSendingStateMap::ContactSendingStateMap
ContactSendingStateMap()
Definition: BUILD/TelepathyQt/_gen/types.h:1315
Tp::VCardFieldAddressMap::operator=
VCardFieldAddressMap & operator=(const QMap< QString, QString > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:3311
Tp::ChatStateMap::ChatStateMap
ChatStateMap(std::initializer_list< std::pair< uint, uint > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:932
Tp::ContactAttributesMap
Definition: BUILD/TelepathyQt/_gen/types.h:973
Tp::DBusTubeParticipants::DBusTubeParticipants
DBusTubeParticipants(std::initializer_list< std::pair< uint, QString > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:1477
Tp::ChannelClass::ChannelClass
ChannelClass(std::initializer_list< std::pair< QString, QDBusVariant > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:745
Tp::NotDelegatedMap::operator=
NotDelegatedMap & operator=(const QMap< QDBusObjectPath, NotDelegatedError > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:3785
Tp::SimpleContactPresences::SimpleContactPresences
SimpleContactPresences(const QMap< uint, SimplePresence > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:3883
Tp::RoomInfoList
QList< RoomInfo > RoomInfoList
Definition: BUILD/TelepathyQt/_gen/types.h:2733
Tp::MediaStreamHandlerTransport
Definition: BUILD/TelepathyQt/_gen/types.h:1978
Tp::StringStringMap::StringStringMap
StringStringMap(std::initializer_list< std::pair< QString, QString > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:3087
Tp::ContactSubscriptions::subscribe
uint subscribe
Definition: BUILD/TelepathyQt/_gen/types.h:1340
Tp::LocalPendingInfo::toBeAdded
uint toBeAdded
Definition: BUILD/TelepathyQt/_gen/types.h:1728
Tp::CallMemberMap::CallMemberMap
CallMemberMap(std::initializer_list< std::pair< uint, uint > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:306
Tp::SimpleStatusSpecMap::SimpleStatusSpecMap
SimpleStatusSpecMap(const QMap< QString, SimpleStatusSpec > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:3906
Tp::StringStringMap
Definition: BUILD/TelepathyQt/_gen/types.h:3083
Tp::operator<<
QDBusArgument & operator<<(QDBusArgument &arg, const SUSocketAddress &val)
Definition: types.cpp:57
Tp::AvatarTokenMap::operator=
AvatarTokenMap & operator=(const QMap< uint, QString > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:285
Tp::Mail::Mail
Mail(const QMap< QString, QDBusVariant > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:1799
Tp::TubeInfo::initiator
uint initiator
Definition: BUILD/TelepathyQt/_gen/types.h:3266
Tp::ByteArrayList::ByteArrayList
ByteArrayList()
Definition: BUILD/TelepathyQt/_gen/types.h:63
Tp::ContactPresences
Definition: BUILD/TelepathyQt/_gen/types.h:3973
Tp::ContactCapability::handle
uint handle
Definition: BUILD/TelepathyQt/_gen/types.h:999
Tp::CandidateInfo::CandidateInfo
CandidateInfo(const QMap< QString, QDBusVariant > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:493
Tp::CandidateInfo::operator=
CandidateInfo & operator=(const QMap< QString, QDBusVariant > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:496
Tp::MediaDescriptionProperties::MediaDescriptionProperties
MediaDescriptionProperties(const QMap< QString, QDBusVariant > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:1923
Tp::SocketNetmaskIPv4
Definition: BUILD/TelepathyQt/_gen/types.h:2991
Tp::DBusTubeParticipants::DBusTubeParticipants
DBusTubeParticipants()
Definition: BUILD/TelepathyQt/_gen/types.h:1475
Tp::NotDelegatedMap::NotDelegatedMap
NotDelegatedMap(const QMap< QDBusObjectPath, NotDelegatedError > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:3782
Tp::ContactSubscriptionMap::ContactSubscriptionMap
ContactSubscriptionMap()
Definition: BUILD/TelepathyQt/_gen/types.h:3558
Tp::SimpleStatusSpecMap
Definition: BUILD/TelepathyQt/_gen/types.h:3903
Tp::MediaStreamHandlerTransport::password
QString password
Definition: BUILD/TelepathyQt/_gen/types.h:1989
Tp::Codec::channels
uint channels
Definition: BUILD/TelepathyQt/_gen/types.h:3425
Tp::ObjectImmutablePropertiesMap::ObjectImmutablePropertiesMap
ObjectImmutablePropertiesMap()
Definition: BUILD/TelepathyQt/_gen/types.h:2198
Tp::ContactSearchResultMap::operator=
ContactSearchResultMap & operator=(const QMap< QString, ContactInfoFieldList > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:3538
Tp::ByteArrayList::operator=
ByteArrayList & operator=(const QList< QByteArray > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:67
Tp::SocketNetmaskIPv6::prefixLength
uchar prefixLength
Definition: BUILD/TelepathyQt/_gen/types.h:3033
Tp::PropertySpec::signature
QString signature
Definition: BUILD/TelepathyQt/_gen/types.h:2350
Tp::SocketAddressIPList
QList< SocketAddressIP > SocketAddressIPList
Definition: BUILD/TelepathyQt/_gen/types.h:2920
Tp::FieldSpec
Definition: BUILD/TelepathyQt/_gen/types.h:1556
Tp::HandleOwnerMap::HandleOwnerMap
HandleOwnerMap(const QMap< uint, uint > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:1703
Tp::ContactInfoField::parameters
QStringList parameters
Definition: BUILD/TelepathyQt/_gen/types.h:1165
Tp::CapabilityChange
Definition: BUILD/TelepathyQt/_gen/types.h:515
Tp::VideoResolution::height
uint height
Definition: BUILD/TelepathyQt/_gen/types.h:3334
Tp::ParamSpecList
QList< ParamSpec > ParamSpecList
Definition: BUILD/TelepathyQt/_gen/types.h:2263
Tp::QualifiedPropertyValueMap
Definition: BUILD/TelepathyQt/_gen/types.h:2441
Tp::operator!=
bool operator!=(const AccessControl &v1, const AccessControl &v2)
Definition: BUILD/TelepathyQt/_gen/types.h:156
Tp::PropertyValueList
QList< PropertyValue > PropertyValueList
Definition: BUILD/TelepathyQt/_gen/types.h:2401
Tp::LastActivityAndStatuses
Definition: BUILD/TelepathyQt/_gen/types.h:3631
Tp::CapabilityPairList
QList< CapabilityPair > CapabilityPairList
Definition: BUILD/TelepathyQt/_gen/types.h:571
Tp::ContactSSRCsMap::ContactSSRCsMap
ContactSSRCsMap()
Definition: BUILD/TelepathyQt/_gen/types.h:1269
Tp::Codec::parameters
StringStringMap parameters
Definition: BUILD/TelepathyQt/_gen/types.h:3447
Tp::MediaDescriptionProperties::operator=
MediaDescriptionProperties & operator=(const QMap< QString, QDBusVariant > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:1926
Tp::RoomInfo::handle
uint handle
Definition: BUILD/TelepathyQt/_gen/types.h:2714
Tp::ContactCodecMap::ContactCodecMap
ContactCodecMap()
Definition: BUILD/TelepathyQt/_gen/types.h:3951
Tp::Codec::identifier
uint identifier
Definition: BUILD/TelepathyQt/_gen/types.h:3407
Tp::SupportedSocketMap::SupportedSocketMap
SupportedSocketMap()
Definition: BUILD/TelepathyQt/_gen/types.h:3148
Tp::ChannelDetailsList
QList< ChannelDetails > ChannelDetailsList
Definition: BUILD/TelepathyQt/_gen/types.h:840
Tp::SocketNetmaskIPv4::address
QString address
Definition: BUILD/TelepathyQt/_gen/types.h:2997
Tp::MediaStreamHandlerTransport::IPAddress
QString IPAddress
Definition: BUILD/TelepathyQt/_gen/types.h:1981
Tp::SocketAddressIPv4
Definition: BUILD/TelepathyQt/_gen/types.h:2931
Tp::PendingTextMessage::unixTimestamp
uint unixTimestamp
Definition: BUILD/TelepathyQt/_gen/types.h:2280
Tp::MessagePartContentMap::MessagePartContentMap
MessagePartContentMap(std::initializer_list< std::pair< uint, QDBusVariant > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:2093
Tp::CapabilityChange::oldTypeSpecificFlags
uint oldTypeSpecificFlags
Definition: BUILD/TelepathyQt/_gen/types.h:521
Tp::MediaStreamHandlerCodec::parameters
StringStringMap parameters
Definition: BUILD/TelepathyQt/_gen/types.h:3750
Tp::ServicePointInfo
Definition: BUILD/TelepathyQt/_gen/types.h:3838
Tp::MediaSessionHandlerInfoList
QList< MediaSessionHandlerInfo > MediaSessionHandlerInfoList
Definition: BUILD/TelepathyQt/_gen/types.h:1969
Tp::MailURL::postData
HTTPPostDataList postData
Definition: BUILD/TelepathyQt/_gen/types.h:3676
Tp::ContactSubscriptionMap::ContactSubscriptionMap
ContactSubscriptionMap(std::initializer_list< std::pair< uint, ContactSubscriptions > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:3560
Tp::ContactInfoFieldList
QList< ContactInfoField > ContactInfoFieldList
Definition: BUILD/TelepathyQt/_gen/types.h:1213
Tp::UIntList::UIntList
UIntList()
Definition: BUILD/TelepathyQt/_gen/types.h:111
Tp::ObjectPathList::ObjectPathList
ObjectPathList(std::initializer_list< QDBusObjectPath > a)
Definition: BUILD/TelepathyQt/_gen/types.h:89
Tp::HandleOwnerMap::HandleOwnerMap
HandleOwnerMap()
Definition: BUILD/TelepathyQt/_gen/types.h:1702
Tp::MediaStreamInfo::state
uint state
Definition: BUILD/TelepathyQt/_gen/types.h:2020
Tp::CurrencyAmount::currency
QString currency
Definition: BUILD/TelepathyQt/_gen/types.h:1413
Tp::RequestableChannelClass::fixedProperties
QVariantMap fixedProperties
Definition: BUILD/TelepathyQt/_gen/types.h:2616
Tp::HandlerCapabilities::wellKnownName
QString wellKnownName
Definition: BUILD/TelepathyQt/_gen/types.h:3585
Tp::operator==
bool operator==(const SUSocketAddress &v1, const SUSocketAddress &v2)
Definition: types.cpp:50
Tp::VCardFieldAddressMap::VCardFieldAddressMap
VCardFieldAddressMap(std::initializer_list< std::pair< QString, QString > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:3309
Tp::CallStateReason::DBusReason
QString DBusReason
Definition: BUILD/TelepathyQt/_gen/types.h:369
Tp::StatusSpec::parameterTypes
StringStringMap parameterTypes
Definition: BUILD/TelepathyQt/_gen/types.h:3928
Tp::StatusSpec::maySetOnSelf
bool maySetOnSelf
Definition: BUILD/TelepathyQt/_gen/types.h:3926
Tp::UIntList::operator=
UIntList & operator=(const QList< uint > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:115
Tp::CallMemberMap::operator=
CallMemberMap & operator=(const QMap< uint, uint > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:308
Tp::DBusTubeMember::handle
uint handle
Definition: BUILD/TelepathyQt/_gen/types.h:1439
Tp::SocketAddressIPv6::port
ushort port
Definition: BUILD/TelepathyQt/_gen/types.h:2971
Tp::TubeInfo::state
uint state
Definition: BUILD/TelepathyQt/_gen/types.h:3270
Tp::MediaDescriptionProperties
Definition: BUILD/TelepathyQt/_gen/types.h:1920
Tp::ChatStateMap
Definition: BUILD/TelepathyQt/_gen/types.h:928
Tp::TLSCertificateRejection::reason
uint reason
Definition: BUILD/TelepathyQt/_gen/types.h:3188
Tp::LastActivityAndStatuses::lastActivity
uint lastActivity
Definition: BUILD/TelepathyQt/_gen/types.h:3633
Tp::SimpleStatusSpecMap::SimpleStatusSpecMap
SimpleStatusSpecMap(std::initializer_list< std::pair< QString, SimpleStatusSpec > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:3907
Tp::NotDelegatedMap::NotDelegatedMap
NotDelegatedMap(std::initializer_list< std::pair< QDBusObjectPath, NotDelegatedError > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:3783
Tp::SingleContactAttributesMap
Definition: BUILD/TelepathyQt/_gen/types.h:2871
Tp::ContactCapabilitiesMap
Definition: BUILD/TelepathyQt/_gen/types.h:3476
Tp::Mail::operator=
Mail & operator=(const QMap< QString, QDBusVariant > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:1802
Tp::CandidateList
QList< Candidate > CandidateList
Definition: BUILD/TelepathyQt/_gen/types.h:429
Tp::StatusSpec::exclusive
bool exclusive
Definition: BUILD/TelepathyQt/_gen/types.h:3927
Tp::StringVariantMap::StringVariantMap
StringVariantMap()
Definition: BUILD/TelepathyQt/_gen/types.h:3116
Tp::StringStringMap::StringStringMap
StringStringMap(const QMap< QString, QString > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:3086
Tp::RichPresenceAccessControl::detail
QDBusVariant detail
Definition: BUILD/TelepathyQt/_gen/types.h:2694
Tp::Location::Location
Location(const QMap< QString, QDBusVariant > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:1773
Tp::ServicePointInfo::serviceIDs
QStringList serviceIDs
Definition: BUILD/TelepathyQt/_gen/types.h:3850
Tp::MediaStreamHandlerCandidateList
QList< MediaStreamHandlerCandidate > MediaStreamHandlerCandidateList
Definition: BUILD/TelepathyQt/_gen/types.h:3714
Tp::HandleOwnerMap::operator=
HandleOwnerMap & operator=(const QMap< uint, uint > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:1706
Tp::CapabilityChange::newGenericFlags
uint newGenericFlags
Definition: BUILD/TelepathyQt/_gen/types.h:520
Tp::ContactClientTypes::ContactClientTypes
ContactClientTypes(std::initializer_list< std::pair< uint, QStringList > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:1035
Tp::SimpleStatusSpec::canHaveMessage
bool canHaveMessage
Definition: BUILD/TelepathyQt/_gen/types.h:2850
Tp::SocketNetmaskIPv6::address
QString address
Definition: BUILD/TelepathyQt/_gen/types.h:3028
Tp::ContactSearchResultMap::ContactSearchResultMap
ContactSearchResultMap(std::initializer_list< std::pair< QString, ContactInfoFieldList > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:3536
Tp::PropertyFlagsChangeList
QList< PropertyFlagsChange > PropertyFlagsChangeList
Definition: BUILD/TelepathyQt/_gen/types.h:2334
Tp::DBusTubeMember::uniqueName
QString uniqueName
Definition: BUILD/TelepathyQt/_gen/types.h:1443
Tp::ContactInfoMap::ContactInfoMap
ContactInfoMap(const QMap< uint, ContactInfoFieldList > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:3511
Tp::SimpleStatusSpec::maySetOnSelf
bool maySetOnSelf
Definition: BUILD/TelepathyQt/_gen/types.h:2843
Tp::ContactLocations::ContactLocations
ContactLocations(const QMap< uint, QVariantMap > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:1228
Tp::ContactPresences::ContactPresences
ContactPresences(std::initializer_list< std::pair< uint, LastActivityAndStatuses > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:3977
Tp::QualifiedPropertyValueMap::QualifiedPropertyValueMap
QualifiedPropertyValueMap(const QMap< QString, QDBusVariant > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:2444
Tp::StringStringMap::operator=
StringStringMap & operator=(const QMap< QString, QString > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:3089
Tp::UIntList::UIntList
UIntList(const QList< uint > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:112
Tp::ChannelClass::operator=
ChannelClass & operator=(const QMap< QString, QDBusVariant > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:747
Tp::ComponentStateMap::operator=
ComponentStateMap & operator=(const QMap< uint, uint > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:955
Tp::ContactMediaDescriptionPropertiesMap::ContactMediaDescriptionPropertiesMap
ContactMediaDescriptionPropertiesMap()
Definition: BUILD/TelepathyQt/_gen/types.h:1248
Tp::ChannelInfo::handle
uint handle
Definition: BUILD/TelepathyQt/_gen/types.h:872
Tp::ChannelCallStateMap::operator=
ChannelCallStateMap & operator=(const QMap< uint, uint > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:709
Tp::TLSCertificateRejection::details
QVariantMap details
Definition: BUILD/TelepathyQt/_gen/types.h:3233
Tp::RTPHeaderExtension::direction
uint direction
Definition: BUILD/TelepathyQt/_gen/types.h:2524
Tp::DebugMessage::timestamp
double timestamp
Definition: BUILD/TelepathyQt/_gen/types.h:1501
Tp::ContactCapabilitiesMap::operator=
ContactCapabilitiesMap & operator=(const QMap< uint, RequestableChannelClassList > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:3482
Tp::CaptchaInfo::ID
uint ID
Definition: BUILD/TelepathyQt/_gen/types.h:619
Tp::NotDelegatedError::errorMessage
QString errorMessage
Definition: BUILD/TelepathyQt/_gen/types.h:2175
Tp::FieldSpec::name
QString name
Definition: BUILD/TelepathyQt/_gen/types.h:1561
Tp::SimpleStatusSpecMap::operator=
SimpleStatusSpecMap & operator=(const QMap< QString, SimpleStatusSpec > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:3909
Tp::PropertyFlagsChange::propertyID
uint propertyID
Definition: BUILD/TelepathyQt/_gen/types.h:2316
Tp::TubeInfoList
QList< TubeInfo > TubeInfoList
Definition: BUILD/TelepathyQt/_gen/types.h:3287
Tp::SocketNetmaskIPv4::prefixLength
uchar prefixLength
Definition: BUILD/TelepathyQt/_gen/types.h:3002
Tp::Mail::Mail
Mail(std::initializer_list< std::pair< QString, QDBusVariant > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:1800
Tp::PendingTextMessage::flags
uint flags
Definition: BUILD/TelepathyQt/_gen/types.h:2283
Tp::StringStringMapList
QList< StringStringMap > StringStringMapList
Definition: BUILD/TelepathyQt/_gen/types.h:3102
Tp::MailAddress
Definition: BUILD/TelepathyQt/_gen/types.h:1837
Tp::ContactSSRCsMap::operator=
ContactSSRCsMap & operator=(const QMap< uint, UIntList > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:1273
Tp::ContactCodecMap::ContactCodecMap
ContactCodecMap(const QMap< uint, CodecList > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:3952
Tp::HandleIdentifierMap::HandleIdentifierMap
HandleIdentifierMap()
Definition: BUILD/TelepathyQt/_gen/types.h:1679
Tp::ChannelInfo
Definition: BUILD/TelepathyQt/_gen/types.h:852
Tp::MessagePartContentMap::MessagePartContentMap
MessagePartContentMap()
Definition: BUILD/TelepathyQt/_gen/types.h:2091
Tp::RoomInfo::info
QVariantMap info
Definition: BUILD/TelepathyQt/_gen/types.h:2716
Tp::ContactAttributesMap::operator=
ContactAttributesMap & operator=(const QMap< uint, QVariantMap > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:979
Tp::SimplePresence
Definition: BUILD/TelepathyQt/_gen/types.h:2776
Tp::AddressingNormalizationMap::operator=
AddressingNormalizationMap & operator=(const QMap< QString, uint > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:179
Tp::ObjectImmutablePropertiesMapList
QList< ObjectImmutablePropertiesMap > ObjectImmutablePropertiesMapList
Definition: BUILD/TelepathyQt/_gen/types.h:2215
Tp::ChannelOriginatorMap::ChannelOriginatorMap
ChannelOriginatorMap()
Definition: BUILD/TelepathyQt/_gen/types.h:907
Tp::CaptchaAnswers::CaptchaAnswers
CaptchaAnswers()
Definition: BUILD/TelepathyQt/_gen/types.h:587
Tp::LocalPendingInfo
Definition: BUILD/TelepathyQt/_gen/types.h:1723
Tp::ContactClientTypes::operator=
ContactClientTypes & operator=(const QMap< uint, QStringList > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:1037
Tp::ChannelCallStateMap
Definition: BUILD/TelepathyQt/_gen/types.h:703
Tp::ProtocolPropertiesMap::ProtocolPropertiesMap
ProtocolPropertiesMap(std::initializer_list< std::pair< QString, QVariantMap > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:2421
Tp::RichPresenceAccessControl
Definition: BUILD/TelepathyQt/_gen/types.h:2684
Tp::Metadata::Metadata
Metadata()
Definition: BUILD/TelepathyQt/_gen/types.h:2123
Tp::MailAddress::address
QString address
Definition: BUILD/TelepathyQt/_gen/types.h:1846
Tp::MailAddressList
QList< MailAddress > MailAddressList
Definition: BUILD/TelepathyQt/_gen/types.h:1863
Tp::ContactLocations::ContactLocations
ContactLocations()
Definition: BUILD/TelepathyQt/_gen/types.h:1227
Tp::MessagePart::MessagePart
MessagePart(std::initializer_list< std::pair< QString, QDBusVariant > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:2053
Tp::NotDelegatedMap
Definition: BUILD/TelepathyQt/_gen/types.h:3779
Tp::Codec::updated
bool updated
Definition: BUILD/TelepathyQt/_gen/types.h:3441
Tp::ContactSearchMap::ContactSearchMap
ContactSearchMap(const QMap< QString, QString > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:1293
Tp::TLSCertificateRejection::error
QString error
Definition: BUILD/TelepathyQt/_gen/types.h:3196
Tp::RequestableChannelClass::allowedProperties
QStringList allowedProperties
Definition: BUILD/TelepathyQt/_gen/types.h:2647
Tp::CallMemberMap::CallMemberMap
CallMemberMap(const QMap< uint, uint > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:305
Tp::ContactCapabilitiesMap::ContactCapabilitiesMap
ContactCapabilitiesMap(const QMap< uint, RequestableChannelClassList > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:3479
Tp::SupportedSocketMap::SupportedSocketMap
SupportedSocketMap(std::initializer_list< std::pair< uint, UIntList > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:3150
Tp::MultipleStatusMap::MultipleStatusMap
MultipleStatusMap()
Definition: BUILD/TelepathyQt/_gen/types.h:2148
Tp::ChannelClass::ChannelClass
ChannelClass()
Definition: BUILD/TelepathyQt/_gen/types.h:743
Tp::MediaDescriptionOffer
Definition: BUILD/TelepathyQt/_gen/types.h:1874
Tp::ChannelOriginatorMap
Definition: BUILD/TelepathyQt/_gen/types.h:905
Tp::MessagePartContentMap::MessagePartContentMap
MessagePartContentMap(const QMap< uint, QDBusVariant > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:2092
Tp::QualifiedPropertyValueMap::operator=
QualifiedPropertyValueMap & operator=(const QMap< QString, QDBusVariant > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:2447
Tp::HandleIdentifierMap::operator=
HandleIdentifierMap & operator=(const QMap< uint, QString > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:1683
Tp::ChatStateMap::ChatStateMap
ChatStateMap(const QMap< uint, uint > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:931
Tp::SimpleStatusSpec
Definition: BUILD/TelepathyQt/_gen/types.h:2830
Tp::AliasMap::AliasMap
AliasMap(const QMap< uint, QString > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:199
Tp::VCardFieldAddressMap::VCardFieldAddressMap
VCardFieldAddressMap()
Definition: BUILD/TelepathyQt/_gen/types.h:3307
Tp::RTPHeaderExtensionsList
QList< RTPHeaderExtension > RTPHeaderExtensionsList
Definition: BUILD/TelepathyQt/_gen/types.h:2549
Tp::AvatarTokenMap::AvatarTokenMap
AvatarTokenMap()
Definition: BUILD/TelepathyQt/_gen/types.h:281
Tp::ContactCapabilitiesMap::ContactCapabilitiesMap
ContactCapabilitiesMap()
Definition: BUILD/TelepathyQt/_gen/types.h:3478
Tp::SupportedSocketMap::SupportedSocketMap
SupportedSocketMap(const QMap< uint, UIntList > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:3149
Tp::SocketAddressIPv4::address
QString address
Definition: BUILD/TelepathyQt/_gen/types.h:2937
Tp::ProtocolPropertiesMap::operator=
ProtocolPropertiesMap & operator=(const QMap< QString, QVariantMap > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:2423
Tp::StringVariantMap::StringVariantMap
StringVariantMap(const QMap< QString, QDBusVariant > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:3117
Tp::Candidate::component
uint component
Definition: BUILD/TelepathyQt/_gen/types.h:400
Tp::RTPHeaderExtension::ID
uint ID
Definition: BUILD/TelepathyQt/_gen/types.h:2520
Tp::StringVariantMap::operator=
StringVariantMap & operator=(const QMap< QString, QDBusVariant > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:3120
Tp::MediaStreamHandlerCodec::mediaType
uint mediaType
Definition: BUILD/TelepathyQt/_gen/types.h:3738
Tp::StatusSpecMap::operator=
StatusSpecMap & operator=(const QMap< QString, StatusSpec > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:4023
Tp::AliasPair::alias
QString alias
Definition: BUILD/TelepathyQt/_gen/types.h:221
Tp::HandleIdentifierMap
Definition: BUILD/TelepathyQt/_gen/types.h:1677
Tp::ContactCapabilityList
QList< ContactCapability > ContactCapabilityList
Definition: BUILD/TelepathyQt/_gen/types.h:1019
Tp::CaptchaAnswers
Definition: BUILD/TelepathyQt/_gen/types.h:585
Tp::CapabilityPair::channelType
QString channelType
Definition: BUILD/TelepathyQt/_gen/types.h:553
Tp::MediaStreamHandlerTransport::componentNumber
uint componentNumber
Definition: BUILD/TelepathyQt/_gen/types.h:1980
Tp::RTPHeaderExtension
Definition: BUILD/TelepathyQt/_gen/types.h:2515
Tp::ContactAttributesMap::ContactAttributesMap
ContactAttributesMap()
Definition: BUILD/TelepathyQt/_gen/types.h:975
Tp::ContactPresences::ContactPresences
ContactPresences()
Definition: BUILD/TelepathyQt/_gen/types.h:3975
Tp::MediaStreamHandlerCandidate
Definition: BUILD/TelepathyQt/_gen/types.h:3694
Tp::ContactCapabilitiesMap::ContactCapabilitiesMap
ContactCapabilitiesMap(std::initializer_list< std::pair< uint, RequestableChannelClassList > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:3480
Tp::DebugMessage
Definition: BUILD/TelepathyQt/_gen/types.h:1495
Tp::CandidateInfo
Definition: BUILD/TelepathyQt/_gen/types.h:490
Tp::CandidatePair::local
Candidate local
Definition: BUILD/TelepathyQt/_gen/types.h:3367
Tp::MailAddress::name
QString name
Definition: BUILD/TelepathyQt/_gen/types.h:1842
Tp::ChannelClassList
QList< ChannelClass > ChannelClassList
Definition: BUILD/TelepathyQt/_gen/types.h:760
Tp::LastActivityAndStatuses::statuses
MultipleStatusMap statuses
Definition: BUILD/TelepathyQt/_gen/types.h:3634
Tp::MediaSessionHandlerInfo::mediaSessionType
QString mediaSessionType
Definition: BUILD/TelepathyQt/_gen/types.h:1952
Tp::ProtocolPropertiesMap
Definition: BUILD/TelepathyQt/_gen/types.h:2417
Tp::MediaStreamHandlerTransport::username
QString username
Definition: BUILD/TelepathyQt/_gen/types.h:1988
Tp::HandlerCapabilities
Definition: BUILD/TelepathyQt/_gen/types.h:3578
Tp::Mail
Definition: BUILD/TelepathyQt/_gen/types.h:1796
Tp::ChannelDetails
Definition: BUILD/TelepathyQt/_gen/types.h:772
Tp::ContactInfoMap::ContactInfoMap
ContactInfoMap()
Definition: BUILD/TelepathyQt/_gen/types.h:3510
Tp::AvatarTokenMap::AvatarTokenMap
AvatarTokenMap(std::initializer_list< std::pair< uint, QString > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:283
Tp::RTCPFeedbackMessageProperties::RTCPMinimumInterval
uint RTCPMinimumInterval
Definition: BUILD/TelepathyQt/_gen/types.h:3809
Tp
Definition: abstract-adaptor.cpp:31
Tp::PendingTextMessage::sender
uint sender
Definition: BUILD/TelepathyQt/_gen/types.h:2281
Tp::ServicePoint
Definition: BUILD/TelepathyQt/_gen/types.h:2744
Tp::ContactSubscriptions
Definition: BUILD/TelepathyQt/_gen/types.h:1335
Tp::AvatarTokenMap
Definition: BUILD/TelepathyQt/_gen/types.h:279
Tp::CaptchaAnswers::CaptchaAnswers
CaptchaAnswers(const QMap< uint, QString > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:588
Tp::ByteArrayList::ByteArrayList
ByteArrayList(std::initializer_list< QByteArray > a)
Definition: BUILD/TelepathyQt/_gen/types.h:65
Tp::RTCPFeedbackMessageList
QList< RTCPFeedbackMessage > RTCPFeedbackMessageList
Definition: BUILD/TelepathyQt/_gen/types.h:2504
Tp::HandleOwnerMap
Definition: BUILD/TelepathyQt/_gen/types.h:1700
Tp::CaptchaInfo
Definition: BUILD/TelepathyQt/_gen/types.h:610
Tp::PendingTextMessage
Definition: BUILD/TelepathyQt/_gen/types.h:2277
Tp::MediaStreamHandlerTransport::transportType
uint transportType
Definition: BUILD/TelepathyQt/_gen/types.h:1987
Tp::CallMemberMap::CallMemberMap
CallMemberMap()
Definition: BUILD/TelepathyQt/_gen/types.h:304
Tp::ContactPresences::ContactPresences
ContactPresences(const QMap< uint, LastActivityAndStatuses > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:3976
Tp::RequestableChannelClass
Definition: BUILD/TelepathyQt/_gen/types.h:2588
Tp::Metadata::Metadata
Metadata(std::initializer_list< std::pair< QString, QStringList > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:2125
Tp::MediaStreamHandlerCodec
Definition: BUILD/TelepathyQt/_gen/types.h:3725
Tp::MediaStreamHandlerCodec::numberOfChannels
uint numberOfChannels
Definition: BUILD/TelepathyQt/_gen/types.h:3746
Tp::SingleContactAttributesMap::SingleContactAttributesMap
SingleContactAttributesMap()
Definition: BUILD/TelepathyQt/_gen/types.h:2873
Tp::MailList
QList< Mail > MailList
Definition: BUILD/TelepathyQt/_gen/types.h:1815
Tp::CurrencyAmount::scale
uint scale
Definition: BUILD/TelepathyQt/_gen/types.h:1406
Tp::CallStateReason::reason
uint reason
Definition: BUILD/TelepathyQt/_gen/types.h:348
Tp::PropertyValue::value
QDBusVariant value
Definition: BUILD/TelepathyQt/_gen/types.h:2384
Tp::CapabilityChange::channelType
QString channelType
Definition: BUILD/TelepathyQt/_gen/types.h:518
Tp::HandlerCapabilitiesList
QList< HandlerCapabilities > HandlerCapabilitiesList
Definition: BUILD/TelepathyQt/_gen/types.h:3619
Tp::MediaStreamInfo::direction
uint direction
Definition: BUILD/TelepathyQt/_gen/types.h:2021
Tp::ComponentStateMap::ComponentStateMap
ComponentStateMap()
Definition: BUILD/TelepathyQt/_gen/types.h:951
Tp::ByteArrayList::ByteArrayList
ByteArrayList(const QList< QByteArray > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:64
Tp::Candidate::port
uint port
Definition: BUILD/TelepathyQt/_gen/types.h:408
Tp::Codec::clockrate
uint clockrate
Definition: BUILD/TelepathyQt/_gen/types.h:3419
Tp::CaptchaAnswers::CaptchaAnswers
CaptchaAnswers(std::initializer_list< std::pair< uint, QString > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:589
Tp::ParamSpec::flags
uint flags
Definition: BUILD/TelepathyQt/_gen/types.h:2236
Tp::ServicePoint::servicePointType
uint servicePointType
Definition: BUILD/TelepathyQt/_gen/types.h:2749
Tp::SimplePresence::status
QString status
Definition: BUILD/TelepathyQt/_gen/types.h:2786
Tp::ContactSearchResultMap
Definition: BUILD/TelepathyQt/_gen/types.h:3532
Tp::ContactClientTypes::ContactClientTypes
ContactClientTypes(const QMap< uint, QStringList > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:1034
Tp::ContactCapability::channelType
QString channelType
Definition: BUILD/TelepathyQt/_gen/types.h:1000
Tp::StatusSpec::type
uint type
Definition: BUILD/TelepathyQt/_gen/types.h:3925
Tp::PendingTextMessage::identifier
uint identifier
Definition: BUILD/TelepathyQt/_gen/types.h:2279
Tp::ContactSearchMap::ContactSearchMap
ContactSearchMap(std::initializer_list< std::pair< QString, QString > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:1294
Tp::MediaDescriptionProperties::MediaDescriptionProperties
MediaDescriptionProperties(std::initializer_list< std::pair< QString, QDBusVariant > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:1924
Tp::ChannelOriginatorMap::ChannelOriginatorMap
ChannelOriginatorMap(const QMap< uint, QDBusObjectPath > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:908
Tp::MediaStreamHandlerCodec::name
QString name
Definition: BUILD/TelepathyQt/_gen/types.h:3734
Tp::CapabilityChange::oldGenericFlags
uint oldGenericFlags
Definition: BUILD/TelepathyQt/_gen/types.h:519
Tp::Codec
Definition: BUILD/TelepathyQt/_gen/types.h:3399
Tp::HTTPPostData
Definition: BUILD/TelepathyQt/_gen/types.h:1639
Tp::CapabilityPair
Definition: BUILD/TelepathyQt/_gen/types.h:551
Tp::ChannelOriginatorMap::ChannelOriginatorMap
ChannelOriginatorMap(std::initializer_list< std::pair< uint, QDBusObjectPath > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:909
Tp::StatusSpecMap::StatusSpecMap
StatusSpecMap()
Definition: BUILD/TelepathyQt/_gen/types.h:4019
Tp::HandleIdentifierMap::HandleIdentifierMap
HandleIdentifierMap(const QMap< uint, QString > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:1680
Tp::RTCPFeedbackMessage
Definition: BUILD/TelepathyQt/_gen/types.h:2471
Tp::Codec::name
QString name
Definition: BUILD/TelepathyQt/_gen/types.h:3413
Tp::ContactSendingStateMap::ContactSendingStateMap
ContactSendingStateMap(std::initializer_list< std::pair< uint, uint > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:1317
Tp::MultipleStatusMap::operator=
MultipleStatusMap & operator=(const QMap< QString, QVariantMap > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:2152
Tp::ContactLocations
Definition: BUILD/TelepathyQt/_gen/types.h:1225
Tp::AccessControl
Definition: BUILD/TelepathyQt/_gen/types.h:142
Tp::RTCPFeedbackMessageProperties::messages
RTCPFeedbackMessageList messages
Definition: BUILD/TelepathyQt/_gen/types.h:3813
Tp::Location::operator=
Location & operator=(const QMap< QString, QDBusVariant > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:1776
Tp::MailURL
Definition: BUILD/TelepathyQt/_gen/types.h:3662
Tp::QualifiedPropertyValueMap::QualifiedPropertyValueMap
QualifiedPropertyValueMap()
Definition: BUILD/TelepathyQt/_gen/types.h:2443
Tp::RTPHeaderExtension::parameters
QString parameters
Definition: BUILD/TelepathyQt/_gen/types.h:2532
Tp::DBusTubeParticipants
Definition: BUILD/TelepathyQt/_gen/types.h:1473
Tp::RichPresenceAccessControl::type
uint type
Definition: BUILD/TelepathyQt/_gen/types.h:2689
Tp::AddressingNormalizationMap::AddressingNormalizationMap
AddressingNormalizationMap(std::initializer_list< std::pair< QString, uint > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:177
Tp::Candidate
Definition: BUILD/TelepathyQt/_gen/types.h:395
Tp::ContactSSRCsMap::ContactSSRCsMap
ContactSSRCsMap(const QMap< uint, UIntList > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:1270
Tp::MediaStreamHandlerCandidate::name
QString name
Definition: BUILD/TelepathyQt/_gen/types.h:3696
Tp::Metadata
Definition: BUILD/TelepathyQt/_gen/types.h:2121
Tp::MediaStreamHandlerCodecList
QList< MediaStreamHandlerCodec > MediaStreamHandlerCodecList
Definition: BUILD/TelepathyQt/_gen/types.h:3767
Tp::PropertyValue
Definition: BUILD/TelepathyQt/_gen/types.h:2381
Tp::TubeInfo
Definition: BUILD/TelepathyQt/_gen/types.h:3263
Tp::SimpleContactPresences::operator=
SimpleContactPresences & operator=(const QMap< uint, SimplePresence > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:3886
Tp::Metadata::operator=
Metadata & operator=(const QMap< QString, QStringList > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:2127
Tp::ContactSubscriptionMap
Definition: BUILD/TelepathyQt/_gen/types.h:3556
Tp::MessagePart::MessagePart
MessagePart()
Definition: BUILD/TelepathyQt/_gen/types.h:2051
Tp::ChannelInfo::handleType
uint handleType
Definition: BUILD/TelepathyQt/_gen/types.h:867
Tp::MediaStreamHandlerTransport::protocol
uint protocol
Definition: BUILD/TelepathyQt/_gen/types.h:1983
Tp::ContactInfoMap::operator=
ContactInfoMap & operator=(const QMap< uint, ContactInfoFieldList > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:3514
Tp::ContactMediaDescriptionPropertiesMap::ContactMediaDescriptionPropertiesMap
ContactMediaDescriptionPropertiesMap(std::initializer_list< std::pair< uint, QVariantMap > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:1250
Tp::CallStateReason::message
QString message
Definition: BUILD/TelepathyQt/_gen/types.h:375
Tp::CurrencyAmount::amount
int amount
Definition: BUILD/TelepathyQt/_gen/types.h:1393
Tp::VideoResolution::width
uint width
Definition: BUILD/TelepathyQt/_gen/types.h:3330
Tp::SocketAddressIPv4::port
ushort port
Definition: BUILD/TelepathyQt/_gen/types.h:2941
Tp::FieldSpec::flags
uint flags
Definition: BUILD/TelepathyQt/_gen/types.h:1571
Tp::DBusTubeParticipants::DBusTubeParticipants
DBusTubeParticipants(const QMap< uint, QString > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:1476
Tp::MediaDescriptionOffer::properties
QVariantMap properties
Definition: BUILD/TelepathyQt/_gen/types.h:1888
Tp::Mail::Mail
Mail()
Definition: BUILD/TelepathyQt/_gen/types.h:1798
Tp::TubeInfo::parameters
QVariantMap parameters
Definition: BUILD/TelepathyQt/_gen/types.h:3269
Tp::LocalPendingInfoList
QList< LocalPendingInfo > LocalPendingInfoList
Definition: BUILD/TelepathyQt/_gen/types.h:1758
Tp::ProtocolPropertiesMap::ProtocolPropertiesMap
ProtocolPropertiesMap(const QMap< QString, QVariantMap > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:2420
Tp::ContactSendingStateMap::operator=
ContactSendingStateMap & operator=(const QMap< uint, uint > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:1319
Tp::ContactSubscriptionMap::operator=
ContactSubscriptionMap & operator=(const QMap< uint, ContactSubscriptions > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:3562
Tp::HTTPPostData::key
QString key
Definition: BUILD/TelepathyQt/_gen/types.h:1644
Tp::TubeInfo::identifier
uint identifier
Definition: BUILD/TelepathyQt/_gen/types.h:3265
Tp::MailURL::method
uint method
Definition: BUILD/TelepathyQt/_gen/types.h:3671
Tp::ComponentStateMap
Definition: BUILD/TelepathyQt/_gen/types.h:949
Tp::QualifiedPropertyValueMap::QualifiedPropertyValueMap
QualifiedPropertyValueMap(std::initializer_list< std::pair< QString, QDBusVariant > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:2445
Tp::NotDelegatedError::errorName
QString errorName
Definition: BUILD/TelepathyQt/_gen/types.h:2171
Tp::ContactMediaDescriptionPropertiesMap::operator=
ContactMediaDescriptionPropertiesMap & operator=(const QMap< uint, QVariantMap > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:1252
Tp::CaptchaInfo::type
QString type
Definition: BUILD/TelepathyQt/_gen/types.h:629
Tp::PropertyValue::identifier
uint identifier
Definition: BUILD/TelepathyQt/_gen/types.h:2383
Tp::ContactInfoMap
Definition: BUILD/TelepathyQt/_gen/types.h:3508
Tp::SingleContactAttributesMap::SingleContactAttributesMap
SingleContactAttributesMap(const QMap< QString, QDBusVariant > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:2874
Tp::CandidatePairList
QList< CandidatePair > CandidatePairList
Definition: BUILD/TelepathyQt/_gen/types.h:3388
Tp::MediaSessionHandlerInfo
Definition: BUILD/TelepathyQt/_gen/types.h:1942
Tp::MediaStreamInfo::type
uint type
Definition: BUILD/TelepathyQt/_gen/types.h:2019
Tp::StreamCredentials
Definition: BUILD/TelepathyQt/_gen/types.h:3053
Tp::ObjectImmutablePropertiesMap::ObjectImmutablePropertiesMap
ObjectImmutablePropertiesMap(const QMap< QDBusObjectPath, QVariantMap > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:2199
Tp::CandidatePair
Definition: BUILD/TelepathyQt/_gen/types.h:3362
Tp::CapabilityChangeList
QList< CapabilityChange > CapabilityChangeList
Definition: BUILD/TelepathyQt/_gen/types.h:539
Tp::ContactCodecMap
Definition: BUILD/TelepathyQt/_gen/types.h:3949
Tp::PropertySpecList
QList< PropertySpec > PropertySpecList
Definition: BUILD/TelepathyQt/_gen/types.h:2368
Tp::ContactSSRCsMap::ContactSSRCsMap
ContactSSRCsMap(std::initializer_list< std::pair< uint, UIntList > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:1271
Tp::SocketAddressIP::port
ushort port
Definition: BUILD/TelepathyQt/_gen/types.h:2903
Tp::ParamSpec::defaultValue
QDBusVariant defaultValue
Definition: BUILD/TelepathyQt/_gen/types.h:2246
Tp::MailURL::URL
QString URL
Definition: BUILD/TelepathyQt/_gen/types.h:3667
Tp::HandlerCapabilities::capabilities
QStringList capabilities
Definition: BUILD/TelepathyQt/_gen/types.h:3602
Tp::HandleIdentifierMap::HandleIdentifierMap
HandleIdentifierMap(std::initializer_list< std::pair< uint, QString > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:1681
Tp::ContactSubscriptionMap::ContactSubscriptionMap
ContactSubscriptionMap(const QMap< uint, ContactSubscriptions > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:3559
Tp::StatusSpecMap::StatusSpecMap
StatusSpecMap(std::initializer_list< std::pair< QString, StatusSpec > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:4021
Tp::VCardFieldAddressMap::VCardFieldAddressMap
VCardFieldAddressMap(const QMap< QString, QString > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:3308
Tp::MediaStreamHandlerTransportList
QList< MediaStreamHandlerTransport > MediaStreamHandlerTransportList
Definition: BUILD/TelepathyQt/_gen/types.h:2006
Tp::ServicePoint::service
QString service
Definition: BUILD/TelepathyQt/_gen/types.h:2756
Tp::HandleOwnerMap::HandleOwnerMap
HandleOwnerMap(std::initializer_list< std::pair< uint, uint > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:1704
Tp::ContactSubscriptions::publish
uint publish
Definition: BUILD/TelepathyQt/_gen/types.h:1344
Tp::VideoResolutionStruct
QList< VideoResolution > VideoResolutionStruct
Definition: BUILD/TelepathyQt/_gen/types.h:3351
Tp::DebugMessageList
QList< DebugMessage > DebugMessageList
Definition: BUILD/TelepathyQt/_gen/types.h:1544
Tp::SimpleStatusSpecMap::SimpleStatusSpecMap
SimpleStatusSpecMap()
Definition: BUILD/TelepathyQt/_gen/types.h:3905
Tp::ContactSearchMap::operator=
ContactSearchMap & operator=(const QMap< QString, QString > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:1296
Tp::ParamSpec::signature
QString signature
Definition: BUILD/TelepathyQt/_gen/types.h:2240
Tp::operator>>
const QDBusArgument & operator>>(const QDBusArgument &arg, SUSocketAddress &val)
Definition: types.cpp:65
Tp::HTTPPostData::value
QString value
Definition: BUILD/TelepathyQt/_gen/types.h:1648
Tp::ContactAttributesMap::ContactAttributesMap
ContactAttributesMap(std::initializer_list< std::pair< uint, QVariantMap > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:977
Tp::DBusTubeMember
Definition: BUILD/TelepathyQt/_gen/types.h:1434
Tp::RTCPFeedbackMessageMap::RTCPFeedbackMessageMap
RTCPFeedbackMessageMap()
Definition: BUILD/TelepathyQt/_gen/types.h:3998
Tp::CallStateReason
Definition: BUILD/TelepathyQt/_gen/types.h:336
Tp::MultipleStatusMap::MultipleStatusMap
MultipleStatusMap(const QMap< QString, QVariantMap > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:2149
Tp::ContactCapability::typeSpecificFlags
uint typeSpecificFlags
Definition: BUILD/TelepathyQt/_gen/types.h:1002
Tp::ProtocolPropertiesMap::ProtocolPropertiesMap
ProtocolPropertiesMap()
Definition: BUILD/TelepathyQt/_gen/types.h:2419
Tp::Metadata::Metadata
Metadata(const QMap< QString, QStringList > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:2124
Tp::MediaStreamHandlerCodec::clockRate
uint clockRate
Definition: BUILD/TelepathyQt/_gen/types.h:3742
Tp::ContactAttributesMap::ContactAttributesMap
ContactAttributesMap(const QMap< uint, QVariantMap > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:976
Tp::PropertySpec
Definition: BUILD/TelepathyQt/_gen/types.h:2346
Tp::PropertyFlagsChange::newFlags
uint newFlags
Definition: BUILD/TelepathyQt/_gen/types.h:2317
Tp::RTCPFeedbackMessageMap::RTCPFeedbackMessageMap
RTCPFeedbackMessageMap(const QMap< uint, RTCPFeedbackMessageProperties > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:3999
Tp::ContactCodecMap::operator=
ContactCodecMap & operator=(const QMap< uint, CodecList > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:3955
Tp::RequestableChannelClassList
QList< RequestableChannelClass > RequestableChannelClassList
Definition: BUILD/TelepathyQt/_gen/types.h:2664
Tp::ContactSendingStateMap
Definition: BUILD/TelepathyQt/_gen/types.h:1313
Tp::CaptchaInfo::flags
uint flags
Definition: BUILD/TelepathyQt/_gen/types.h:667
Tp::SimplePresence::type
uint type
Definition: BUILD/TelepathyQt/_gen/types.h:2781
Tp::LocalPendingInfo::reason
uint reason
Definition: BUILD/TelepathyQt/_gen/types.h:1736
Tp::Avatar
Definition: BUILD/TelepathyQt/_gen/types.h:254
Tp::MessagePartList
QList< MessagePart > MessagePartList
Definition: BUILD/TelepathyQt/_gen/types.h:2068
Tp::ParamSpec::name
QString name
Definition: BUILD/TelepathyQt/_gen/types.h:2232
Tp::Avatar::MIMEType
QString MIMEType
Definition: BUILD/TelepathyQt/_gen/types.h:257
Tp::SingleContactAttributesMap::SingleContactAttributesMap
SingleContactAttributesMap(std::initializer_list< std::pair< QString, QDBusVariant > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:2875
Tp::ChatStateMap::operator=
ChatStateMap & operator=(const QMap< uint, uint > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:934
Tp::ParamSpec
Definition: BUILD/TelepathyQt/_gen/types.h:2227
Tp::StringVariantMap::StringVariantMap
StringVariantMap(std::initializer_list< std::pair< QString, QDBusVariant > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:3118
Tp::SocketAddressIP
Definition: BUILD/TelepathyQt/_gen/types.h:2893
Tp::AccessControl::type
uint type
Definition: BUILD/TelepathyQt/_gen/types.h:147
Tp::ChannelInfo::channel
QDBusObjectPath channel
Definition: BUILD/TelepathyQt/_gen/types.h:858
Tp::HandlerCapabilities::channelClasses
StringVariantMapList channelClasses
Definition: BUILD/TelepathyQt/_gen/types.h:3593
Tp::MediaStreamHandlerTransport::subtype
QString subtype
Definition: BUILD/TelepathyQt/_gen/types.h:1984
Tp::MessagePart::MessagePart
MessagePart(const QMap< QString, QDBusVariant > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:2052
Tp::ChannelDetails::properties
QVariantMap properties
Definition: BUILD/TelepathyQt/_gen/types.h:823
Tp::AccessControl::detail
QDBusVariant detail
Definition: BUILD/TelepathyQt/_gen/types.h:152
Tp::RTCPFeedbackMessageProperties
Definition: BUILD/TelepathyQt/_gen/types.h:3799
Tp::MediaStreamInfoList
QList< MediaStreamInfo > MediaStreamInfoList
Definition: BUILD/TelepathyQt/_gen/types.h:2039
Tp::ContactInfoField::fieldValue
QStringList fieldValue
Definition: BUILD/TelepathyQt/_gen/types.h:1196
Tp::MessagePart::operator=
MessagePart & operator=(const QMap< QString, QDBusVariant > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:2055
Tp::RTCPFeedbackMessageMap::RTCPFeedbackMessageMap
RTCPFeedbackMessageMap(std::initializer_list< std::pair< uint, RTCPFeedbackMessageProperties > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:4000
Tp::ObjectImmutablePropertiesMap::ObjectImmutablePropertiesMap
ObjectImmutablePropertiesMap(std::initializer_list< std::pair< QDBusObjectPath, QVariantMap > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:2200
Tp::LocalPendingInfo::actor
uint actor
Definition: BUILD/TelepathyQt/_gen/types.h:1732
Tp::StatusSpecMap::StatusSpecMap
StatusSpecMap(const QMap< QString, StatusSpec > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:4020
Tp::ChannelCallStateMap::ChannelCallStateMap
ChannelCallStateMap()
Definition: BUILD/TelepathyQt/_gen/types.h:705
Tp::ContactMediaDescriptionPropertiesMap::ContactMediaDescriptionPropertiesMap
ContactMediaDescriptionPropertiesMap(const QMap< uint, QVariantMap > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:1249
Tp::CapabilityChange::newTypeSpecificFlags
uint newTypeSpecificFlags
Definition: BUILD/TelepathyQt/_gen/types.h:522
Tp::SimpleContactPresences::SimpleContactPresences
SimpleContactPresences()
Definition: BUILD/TelepathyQt/_gen/types.h:3882
Tp::ContactSearchMap::ContactSearchMap
ContactSearchMap()
Definition: BUILD/TelepathyQt/_gen/types.h:1292
Tp::DBusTubeMemberList
QList< DBusTubeMember > DBusTubeMemberList
Definition: BUILD/TelepathyQt/_gen/types.h:1460
Tp::CandidatePair::remote
Candidate remote
Definition: BUILD/TelepathyQt/_gen/types.h:3371
Tp::ContactCapabilitiesMapList
QList< ContactCapabilitiesMap > ContactCapabilitiesMapList
Definition: BUILD/TelepathyQt/_gen/types.h:3495
Tp::MediaStreamInfo::pendingSendFlags
uint pendingSendFlags
Definition: BUILD/TelepathyQt/_gen/types.h:2022
Tp::ChatStateMap::ChatStateMap
ChatStateMap()
Definition: BUILD/TelepathyQt/_gen/types.h:930
Tp::AddressingNormalizationMap::AddressingNormalizationMap
AddressingNormalizationMap()
Definition: BUILD/TelepathyQt/_gen/types.h:175
Tp::ServicePointInfoList
QList< ServicePointInfo > ServicePointInfoList
Definition: BUILD/TelepathyQt/_gen/types.h:3867
Tp::ChannelClass::ChannelClass
ChannelClass(const QMap< QString, QDBusVariant > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:744
Tp::FieldSpec::max
uint max
Definition: BUILD/TelepathyQt/_gen/types.h:1576
Tp::PropertySpec::propertyID
uint propertyID
Definition: BUILD/TelepathyQt/_gen/types.h:2348
Tp::DebugMessage::message
QString message
Definition: BUILD/TelepathyQt/_gen/types.h:1527
Tp::TubeInfo::type
uint type
Definition: BUILD/TelepathyQt/_gen/types.h:3267
Tp::ContactSendingStateMap::ContactSendingStateMap
ContactSendingStateMap(const QMap< uint, uint > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:1316
Tp::CaptchaAnswers::operator=
CaptchaAnswers & operator=(const QMap< uint, QString > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:591
Tp::ContactSSRCsMap
Definition: BUILD/TelepathyQt/_gen/types.h:1267
Tp::AliasMap
Definition: BUILD/TelepathyQt/_gen/types.h:196
Tp::ContactLocations::ContactLocations
ContactLocations(std::initializer_list< std::pair< uint, QVariantMap > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:1229
Tp::CaptchaInfo::label
QString label
Definition: BUILD/TelepathyQt/_gen/types.h:661
Tp::RTPHeaderExtension::URI
QString URI
Definition: BUILD/TelepathyQt/_gen/types.h:2528
Tp::ChannelCallStateMap::ChannelCallStateMap
ChannelCallStateMap(const QMap< uint, uint > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:706
Tp::NotDelegatedError
Definition: BUILD/TelepathyQt/_gen/types.h:2166
Tp::RTCPFeedbackMessageMap::operator=
RTCPFeedbackMessageMap & operator=(const QMap< uint, RTCPFeedbackMessageProperties > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:4002
Tp::SupportedSocketMap::operator=
SupportedSocketMap & operator=(const QMap< uint, UIntList > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:3152
Tp::Location::Location
Location()
Definition: BUILD/TelepathyQt/_gen/types.h:1772
Tp::NotDelegatedMap::NotDelegatedMap
NotDelegatedMap()
Definition: BUILD/TelepathyQt/_gen/types.h:3781
Tp::ChannelInfoList
QList< ChannelInfo > ChannelInfoList
Definition: BUILD/TelepathyQt/_gen/types.h:889
Tp::VideoResolution
Definition: BUILD/TelepathyQt/_gen/types.h:3325
Tp::ContactInfoField
Definition: BUILD/TelepathyQt/_gen/types.h:1131
Tp::UIntList
Definition: BUILD/TelepathyQt/_gen/types.h:109
Tp::ContactSubscriptions::publishRequest
QString publishRequest
Definition: BUILD/TelepathyQt/_gen/types.h:1349
Tp::Candidate::IP
QString IP
Definition: BUILD/TelepathyQt/_gen/types.h:404
Tp::CandidateInfo::CandidateInfo
CandidateInfo(std::initializer_list< std::pair< QString, QDBusVariant > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:494
Tp::StreamCredentials::password
QString password
Definition: BUILD/TelepathyQt/_gen/types.h:3062
Tp::PendingTextMessage::messageType
uint messageType
Definition: BUILD/TelepathyQt/_gen/types.h:2282
Tp::CapabilityChange::handle
uint handle
Definition: BUILD/TelepathyQt/_gen/types.h:517
Tp::DebugMessage::level
uint level
Definition: BUILD/TelepathyQt/_gen/types.h:1523
Tp::QualifiedPropertyValueMapList
QList< QualifiedPropertyValueMap > QualifiedPropertyValueMapList
Definition: BUILD/TelepathyQt/_gen/types.h:2460
Tp::PendingTextMessage::text
QString text
Definition: BUILD/TelepathyQt/_gen/types.h:2284
Tp::MultipleStatusMap::MultipleStatusMap
MultipleStatusMap(std::initializer_list< std::pair< QString, QVariantMap > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:2150
Tp::ContactCapability::genericFlags
uint genericFlags
Definition: BUILD/TelepathyQt/_gen/types.h:1001
Tp::MessagePartContentMap
Definition: BUILD/TelepathyQt/_gen/types.h:2089
Tp::AliasPairList
QList< AliasPair > AliasPairList
Definition: BUILD/TelepathyQt/_gen/types.h:238
Tp::FieldSpecs
QList< FieldSpec > FieldSpecs
Definition: BUILD/TelepathyQt/_gen/types.h:1593
Tp::SingleContactAttributesMap::operator=
SingleContactAttributesMap & operator=(const QMap< QString, QDBusVariant > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:2877
Tp::TLSCertificateRejection
Definition: BUILD/TelepathyQt/_gen/types.h:3174
Tp::MessagePartContentMap::operator=
MessagePartContentMap & operator=(const QMap< uint, QDBusVariant > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:2095
Tp::CurrencyAmount
Definition: BUILD/TelepathyQt/_gen/types.h:1382
Tp::CallMemberMap
Definition: BUILD/TelepathyQt/_gen/types.h:302
Tp::MediaStreamHandlerTransport::profile
QString profile
Definition: BUILD/TelepathyQt/_gen/types.h:1985
Tp::StringVariantMapList
QList< StringVariantMap > StringVariantMapList
Definition: BUILD/TelepathyQt/_gen/types.h:3133
Tp::PropertyFlagsChange
Definition: BUILD/TelepathyQt/_gen/types.h:2314
Tp::CaptchaInfoList
QList< CaptchaInfo > CaptchaInfoList
Definition: BUILD/TelepathyQt/_gen/types.h:691
Tp::ContactSearchMap
Definition: BUILD/TelepathyQt/_gen/types.h:1290
Tp::AliasPair
Definition: BUILD/TelepathyQt/_gen/types.h:218
Tp::PendingTextMessageList
QList< PendingTextMessage > PendingTextMessageList
Definition: BUILD/TelepathyQt/_gen/types.h:2301
Tp::MediaStreamHandlerCandidate::transports
MediaStreamHandlerTransportList transports
Definition: BUILD/TelepathyQt/_gen/types.h:3697
Tp::MediaDescriptionProperties::MediaDescriptionProperties
MediaDescriptionProperties()
Definition: BUILD/TelepathyQt/_gen/types.h:1922
Tp::TLSCertificateRejectionList
QList< TLSCertificateRejection > TLSCertificateRejectionList
Definition: BUILD/TelepathyQt/_gen/types.h:3250
Tp::ComponentStateMap::ComponentStateMap
ComponentStateMap(std::initializer_list< std::pair< uint, uint > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:953
Tp::ObjectImmutablePropertiesMap
Definition: BUILD/TelepathyQt/_gen/types.h:2196
Tp::AliasPair::handle
uint handle
Definition: BUILD/TelepathyQt/_gen/types.h:220
Tp::RTCPFeedbackMessage::subtype
QString subtype
Definition: BUILD/TelepathyQt/_gen/types.h:2483
Tp::MediaSessionHandlerInfo::sessionHandler
QDBusObjectPath sessionHandler
Definition: BUILD/TelepathyQt/_gen/types.h:1948
Tp::AliasMap::operator=
AliasMap & operator=(const QMap< uint, QString > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:202
Tp::MediaDescriptionOffer::mediaDescription
QDBusObjectPath mediaDescription
Definition: BUILD/TelepathyQt/_gen/types.h:1881
Tp::ObjectImmutablePropertiesMap::operator=
ObjectImmutablePropertiesMap & operator=(const QMap< QDBusObjectPath, QVariantMap > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:2202
Tp::AddressingNormalizationMap::AddressingNormalizationMap
AddressingNormalizationMap(const QMap< QString, uint > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:176
Tp::AvatarTokenMap::AvatarTokenMap
AvatarTokenMap(const QMap< uint, QString > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:282
Tp::RoomInfo::channelType
QString channelType
Definition: BUILD/TelepathyQt/_gen/types.h:2715
Tp::CandidateInfo::CandidateInfo
CandidateInfo()
Definition: BUILD/TelepathyQt/_gen/types.h:492
Tp::UIntList::UIntList
UIntList(std::initializer_list< uint > a)
Definition: BUILD/TelepathyQt/_gen/types.h:113
Tp::CaptchaInfo::availableMIMETypes
QStringList availableMIMETypes
Definition: BUILD/TelepathyQt/_gen/types.h:674
Tp::ContactCapability
Definition: BUILD/TelepathyQt/_gen/types.h:997
Tp::ByteArrayList
Definition: BUILD/TelepathyQt/_gen/types.h:61
Tp::SimplePresence::statusMessage
QString statusMessage
Definition: BUILD/TelepathyQt/_gen/types.h:2810
Tp::ContactPresences::operator=
ContactPresences & operator=(const QMap< uint, LastActivityAndStatuses > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:3979
Tp::DBusTubeParticipants::operator=
DBusTubeParticipants & operator=(const QMap< uint, QString > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:1479
Tp::HTTPPostDataList
QList< HTTPPostData > HTTPPostDataList
Definition: BUILD/TelepathyQt/_gen/types.h:1665
Tp::MediaStreamHandlerTransport::port
uint port
Definition: BUILD/TelepathyQt/_gen/types.h:1982
Tp::MediaStreamInfo
Definition: BUILD/TelepathyQt/_gen/types.h:2015
Tp::ChannelCallStateMap::ChannelCallStateMap
ChannelCallStateMap(std::initializer_list< std::pair< uint, uint > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:707
Tp::ComponentStateMap::ComponentStateMap
ComponentStateMap(const QMap< uint, uint > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:952
Tp::ContactClientTypes::ContactClientTypes
ContactClientTypes()
Definition: BUILD/TelepathyQt/_gen/types.h:1033
Tp::StringVariantMap
Definition: BUILD/TelepathyQt/_gen/types.h:3114
Tp::ChannelOriginatorMap::operator=
ChannelOriginatorMap & operator=(const QMap< uint, QDBusObjectPath > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:911
Tp::ContactInfoField::fieldName
QString fieldName
Definition: BUILD/TelepathyQt/_gen/types.h:1138
Tp::RTCPFeedbackMessageMap
Definition: BUILD/TelepathyQt/_gen/types.h:3996
Tp::Location::Location
Location(std::initializer_list< std::pair< QString, QDBusVariant > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:1774
Tp::MediaStreamHandlerCodec::codecID
uint codecID
Definition: BUILD/TelepathyQt/_gen/types.h:3730
Tp::ObjectPathList::ObjectPathList
ObjectPathList()
Definition: BUILD/TelepathyQt/_gen/types.h:87
Tp::SocketNetmaskIPv6
Definition: BUILD/TelepathyQt/_gen/types.h:3022
Tp::SimpleStatusSpec::type
uint type
Definition: BUILD/TelepathyQt/_gen/types.h:2839
Tp::ContactMediaDescriptionPropertiesMap
Definition: BUILD/TelepathyQt/_gen/types.h:1246
Tp::RTCPFeedbackMessage::parameters
QString parameters
Definition: BUILD/TelepathyQt/_gen/types.h:2487
Tp::AddressingNormalizationMap
Definition: BUILD/TelepathyQt/_gen/types.h:173
Tp::ContactSearchResultMap::ContactSearchResultMap
ContactSearchResultMap(const QMap< QString, ContactInfoFieldList > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:3535
Tp::TubeInfo::service
QString service
Definition: BUILD/TelepathyQt/_gen/types.h:3268
Tp::FieldSpec::parameters
QStringList parameters
Definition: BUILD/TelepathyQt/_gen/types.h:1567
Tp::StatusSpec
Definition: BUILD/TelepathyQt/_gen/types.h:3923
Tp::MultipleStatusMap
Definition: BUILD/TelepathyQt/_gen/types.h:2146
Tp::ContactLocations::operator=
ContactLocations & operator=(const QMap< uint, QVariantMap > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:1231
Tp::LocalPendingInfo::message
QString message
Definition: BUILD/TelepathyQt/_gen/types.h:1741
Tp::CodecList
QList< Codec > CodecList
Definition: BUILD/TelepathyQt/_gen/types.h:3464
Tp::StringStringMap::StringStringMap
StringStringMap()
Definition: BUILD/TelepathyQt/_gen/types.h:3085
Tp::ObjectPathList::ObjectPathList
ObjectPathList(const QList< QDBusObjectPath > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:88
Tp::VCardFieldAddressMap
Definition: BUILD/TelepathyQt/_gen/types.h:3305
Tp::CapabilityPair::typeSpecificFlags
uint typeSpecificFlags
Definition: BUILD/TelepathyQt/_gen/types.h:554
Tp::ContactClientTypes
Definition: BUILD/TelepathyQt/_gen/types.h:1031
Tp::ObjectPathList
Definition: BUILD/TelepathyQt/_gen/types.h:85
Tp::ServicePointInfo::servicePoint
ServicePoint servicePoint
Definition: BUILD/TelepathyQt/_gen/types.h:3843
Tp::PropertySpec::name
QString name
Definition: BUILD/TelepathyQt/_gen/types.h:2349
Tp::MessagePart
Definition: BUILD/TelepathyQt/_gen/types.h:2049
Tp::SocketAddressIPv6::address
QString address
Definition: BUILD/TelepathyQt/_gen/types.h:2967
Tp::PropertySpec::flags
uint flags
Definition: BUILD/TelepathyQt/_gen/types.h:2351
Tp::MediaStreamHandlerTransport::preferenceValue
double preferenceValue
Definition: BUILD/TelepathyQt/_gen/types.h:1986
Tp::SupportedSocketMap
Definition: BUILD/TelepathyQt/_gen/types.h:3146
Tp::AliasMap::AliasMap
AliasMap(std::initializer_list< std::pair< uint, QString > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:200
Tp::RTCPFeedbackMessage::type
QString type
Definition: BUILD/TelepathyQt/_gen/types.h:2477
Tp::MessagePartListList
QList< MessagePartList > MessagePartListList
Definition: BUILD/TelepathyQt/_gen/types.h:2076
Tp::ContactSearchResultMap::ContactSearchResultMap
ContactSearchResultMap()
Definition: BUILD/TelepathyQt/_gen/types.h:3534
Tp::ChannelDetails::channel
QDBusObjectPath channel
Definition: BUILD/TelepathyQt/_gen/types.h:777
Tp::StatusSpecMap
Definition: BUILD/TelepathyQt/_gen/types.h:4017
Tp::DebugMessage::domain
QString domain
Definition: BUILD/TelepathyQt/_gen/types.h:1518