3 #ifndef IN_TP_QT_HEADER
11 #include <QStringList>
12 #include <QVariantList>
13 #include <QVariantMap>
15 #include <QDBusArgument>
16 #include <QDBusMetaType>
17 #include <QDBusObjectPath>
18 #include <QDBusSignature>
19 #include <QDBusVariant>
21 #include <TelepathyQt/Global>
65 ByteArrayList(std::initializer_list<QByteArray> a) : QList<QByteArray>(a) {}
69 *(
static_cast<QList<QByteArray>*
>(
this)) = a;
74 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const ByteArrayList &list);
75 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, ByteArrayList &list);
88 ObjectPathList(
const QList<QDBusObjectPath>& a) : QList<QDBusObjectPath>(a) {}
89 ObjectPathList(std::initializer_list<QDBusObjectPath> a) : QList<QDBusObjectPath>(a) {}
93 *(
static_cast<QList<QDBusObjectPath>*
>(
this)) = a;
98 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const ObjectPathList &list);
99 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, ObjectPathList &list);
113 UIntList(std::initializer_list<uint> a) : QList<uint>(a) {}
117 *(
static_cast<QList<uint>*
>(
this)) = a;
122 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const UIntList &list);
123 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, UIntList &list);
160 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const AccessControl& val);
161 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, AccessControl& val);
181 *(
static_cast<QMap<QString, uint>*
>(
this)) = a;
196 struct TP_QT_EXPORT
AliasMap :
public 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) {}
204 *(
static_cast<QMap<uint, QString>*
>(
this)) = a;
229 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const AliasPair& val);
230 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, AliasPair& val);
265 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const Avatar& val);
266 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, Avatar& val);
283 AvatarTokenMap(std::initializer_list<std::pair<uint, QString> > a) : QMap<uint, QString>(a) {}
287 *(
static_cast<QMap<uint, QString>*
>(
this)) = a;
306 CallMemberMap(std::initializer_list<std::pair<uint, uint> > a) : QMap<uint, uint>(a) {}
310 *(
static_cast<QMap<uint, uint>*
>(
this)) = a;
383 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const CallStateReason& val);
384 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, CallStateReason& val);
420 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const Candidate& val);
421 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, Candidate& val);
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) {}
498 *(
static_cast<QMap<QString, QDBusVariant>*
>(
this)) = a;
530 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const CapabilityChange& val);
531 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, CapabilityChange& val);
562 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const CapabilityPair& val);
563 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, CapabilityPair& val);
589 CaptchaAnswers(std::initializer_list<std::pair<uint, QString> > a) : QMap<uint, QString>(a) {}
593 *(
static_cast<QMap<uint, QString>*
>(
this)) = a;
682 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const CaptchaInfo& val);
683 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, CaptchaInfo& val);
711 *(
static_cast<QMap<uint, uint>*
>(
this)) = a;
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) {}
749 *(
static_cast<QMap<QString, QDBusVariant>*
>(
this)) = a;
831 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const ChannelDetails& val);
832 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, ChannelDetails& val);
880 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const ChannelInfo& val);
881 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, ChannelInfo& val);
909 ChannelOriginatorMap(std::initializer_list<std::pair<uint, QDBusObjectPath> > a) : QMap<uint, QDBusObjectPath>(a) {}
913 *(
static_cast<QMap<uint, QDBusObjectPath>*
>(
this)) = a;
932 ChatStateMap(std::initializer_list<std::pair<uint, uint> > a) : QMap<uint, uint>(a) {}
936 *(
static_cast<QMap<uint, uint>*
>(
this)) = a;
957 *(
static_cast<QMap<uint, uint>*
>(
this)) = a;
981 *(
static_cast<QMap<uint, QVariantMap>*
>(
this)) = a;
1010 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const ContactCapability& val);
1011 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, ContactCapability& val);
1035 ContactClientTypes(std::initializer_list<std::pair<uint, QStringList> > a) : QMap<uint, QStringList>(a) {}
1039 *(
static_cast<QMap<uint, QStringList>*
>(
this)) = a;
1204 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const ContactInfoField& val);
1205 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, ContactInfoField& val);
1229 ContactLocations(std::initializer_list<std::pair<uint, QVariantMap> > a) : QMap<uint, QVariantMap>(a) {}
1233 *(
static_cast<QMap<uint, QVariantMap>*
>(
this)) = a;
1254 *(
static_cast<QMap<uint, QVariantMap>*
>(
this)) = a;
1275 *(
static_cast<QMap<uint, UIntList>*
>(
this)) = a;
1294 ContactSearchMap(std::initializer_list<std::pair<QString, QString> > a) : QMap<QString, QString>(a) {}
1298 *(
static_cast<QMap<QString, QString>*
>(
this)) = a;
1321 *(
static_cast<QMap<uint, uint>*
>(
this)) = a;
1357 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const ContactSubscriptions& val);
1358 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, ContactSubscriptions& val);
1421 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const CurrencyAmount& val);
1422 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, CurrencyAmount& val);
1451 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const DBusTubeMember& val);
1452 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, DBusTubeMember& val);
1481 *(
static_cast<QMap<uint, QString>*
>(
this)) = a;
1535 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const DebugMessage& val);
1536 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, DebugMessage& val);
1584 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const FieldSpec& val);
1585 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, FieldSpec& val);
1656 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const HTTPPostData& val);
1657 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, HTTPPostData& val);
1685 *(
static_cast<QMap<uint, QString>*
>(
this)) = a;
1704 HandleOwnerMap(std::initializer_list<std::pair<uint, uint> > a) : QMap<uint, uint>(a) {}
1708 *(
static_cast<QMap<uint, uint>*
>(
this)) = a;
1749 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const LocalPendingInfo& val);
1750 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, LocalPendingInfo& val);
1770 struct TP_QT_EXPORT
Location :
public 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) {}
1778 *(
static_cast<QMap<QString, QDBusVariant>*
>(
this)) = a;
1796 struct TP_QT_EXPORT
Mail :
public QMap<QString, QDBusVariant>
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) {}
1804 *(
static_cast<QMap<QString, QDBusVariant>*
>(
this)) = a;
1854 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const MailAddress& val);
1855 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, MailAddress& val);
1896 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const MediaDescriptionOffer& val);
1897 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, MediaDescriptionOffer& val);
1928 *(
static_cast<QMap<QString, QDBusVariant>*
>(
this)) = a;
1960 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const MediaSessionHandlerInfo& val);
1961 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, MediaSessionHandlerInfo& val);
1997 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const MediaStreamHandlerTransport& val);
1998 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, MediaStreamHandlerTransport& val);
2030 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const MediaStreamInfo& val);
2031 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, MediaStreamInfo& val);
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) {}
2057 *(
static_cast<QMap<QString, QDBusVariant>*
>(
this)) = a;
2097 *(
static_cast<QMap<uint, QDBusVariant>*
>(
this)) = a;
2121 struct TP_QT_EXPORT
Metadata :
public 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) {}
2129 *(
static_cast<QMap<QString, QStringList>*
>(
this)) = a;
2150 MultipleStatusMap(std::initializer_list<std::pair<QString, QVariantMap> > a) : QMap<QString, QVariantMap>(a) {}
2154 *(
static_cast<QMap<QString, QVariantMap>*
>(
this)) = a;
2183 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const NotDelegatedError& val);
2184 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, NotDelegatedError& val);
2204 *(
static_cast<QMap<QDBusObjectPath, QVariantMap>*
>(
this)) = a;
2254 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const ParamSpec& val);
2255 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, ParamSpec& val);
2292 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const PendingTextMessage& val);
2293 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, PendingTextMessage& val);
2325 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const PropertyFlagsChange& val);
2326 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, PropertyFlagsChange& val);
2359 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const PropertySpec& val);
2360 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, PropertySpec& val);
2392 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const PropertyValue& val);
2393 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, PropertyValue& val);
2425 *(
static_cast<QMap<QString, QVariantMap>*
>(
this)) = a;
2449 *(
static_cast<QMap<QString, QDBusVariant>*
>(
this)) = a;
2495 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const RTCPFeedbackMessage& val);
2496 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, RTCPFeedbackMessage& val);
2540 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const RTPHeaderExtension& val);
2541 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, RTPHeaderExtension& val);
2655 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const RequestableChannelClass& val);
2656 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, RequestableChannelClass& val);
2702 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const RichPresenceAccessControl& val);
2703 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, RichPresenceAccessControl& val);
2724 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const RoomInfo& val);
2725 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, RoomInfo& val);
2764 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const ServicePoint& val);
2765 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, ServicePoint& val);
2818 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const SimplePresence& val);
2819 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, SimplePresence& val);
2858 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const SimpleStatusSpec& val);
2859 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, SimpleStatusSpec& val);
2879 *(
static_cast<QMap<QString, QDBusVariant>*
>(
this)) = a;
2911 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const SocketAddressIP& val);
2912 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, SocketAddressIP& val);
2949 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const SocketAddressIPv4& val);
2950 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, SocketAddressIPv4& val);
2979 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const SocketAddressIPv6& val);
2980 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, SocketAddressIPv6& val);
3010 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const SocketNetmaskIPv4& val);
3011 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, SocketNetmaskIPv4& val);
3041 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const SocketNetmaskIPv6& val);
3042 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, SocketNetmaskIPv6& val);
3070 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const StreamCredentials& val);
3071 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, StreamCredentials& val);
3087 StringStringMap(std::initializer_list<std::pair<QString, QString> > a) : QMap<QString, QString>(a) {}
3091 *(
static_cast<QMap<QString, QString>*
>(
this)) = a;
3118 StringVariantMap(std::initializer_list<std::pair<QString, QDBusVariant> > a) : QMap<QString, QDBusVariant>(a) {}
3122 *(
static_cast<QMap<QString, QDBusVariant>*
>(
this)) = a;
3154 *(
static_cast<QMap<uint, UIntList>*
>(
this)) = a;
3241 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const TLSCertificateRejection& val);
3242 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, TLSCertificateRejection& val);
3278 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const TubeInfo& val);
3279 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, TubeInfo& val);
3313 *(
static_cast<QMap<QString, QString>*
>(
this)) = a;
3342 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const VideoResolution& val);
3343 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, VideoResolution& val);
3379 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const CandidatePair& val);
3380 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, CandidatePair& val);
3455 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const Codec& val);
3456 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, Codec& val);
3484 *(
static_cast<QMap<uint, RequestableChannelClassList>*
>(
this)) = a;
3516 *(
static_cast<QMap<uint, ContactInfoFieldList>*
>(
this)) = a;
3540 *(
static_cast<QMap<QString, ContactInfoFieldList>*
>(
this)) = a;
3564 *(
static_cast<QMap<uint, ContactSubscriptions>*
>(
this)) = a;
3610 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const HandlerCapabilities& val);
3611 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, HandlerCapabilities& val);
3642 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const LastActivityAndStatuses& val);
3643 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, LastActivityAndStatuses& val);
3684 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const MailURL& val);
3685 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, MailURL& val);
3705 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const MediaStreamHandlerCandidate& val);
3706 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, MediaStreamHandlerCandidate& val);
3758 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const MediaStreamHandlerCodec& val);
3759 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, MediaStreamHandlerCodec& val);
3787 *(
static_cast<QMap<QDBusObjectPath, NotDelegatedError>*
>(
this)) = a;
3821 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const RTCPFeedbackMessageProperties& val);
3822 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, RTCPFeedbackMessageProperties& val);
3858 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const ServicePointInfo& val);
3859 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, ServicePointInfo& val);
3888 *(
static_cast<QMap<uint, SimplePresence>*
>(
this)) = a;
3911 *(
static_cast<QMap<QString, SimpleStatusSpec>*
>(
this)) = a;
3936 TP_QT_EXPORT QDBusArgument&
operator<<(QDBusArgument& arg,
const StatusSpec& val);
3937 TP_QT_EXPORT
const QDBusArgument&
operator>>(
const QDBusArgument& arg, StatusSpec& val);
3957 *(
static_cast<QMap<uint, CodecList>*
>(
this)) = a;
3981 *(
static_cast<QMap<uint, LastActivityAndStatuses>*
>(
this)) = a;
4004 *(
static_cast<QMap<uint, RTCPFeedbackMessageProperties>*
>(
this)) = a;
4025 *(
static_cast<QMap<QString, StatusSpec>*
>(
this)) = a;
QString address
Definition: BUILD/TelepathyQt/_gen/types.h:2899
QString username
Definition: BUILD/TelepathyQt/_gen/types.h:3058
QString channelType
Definition: BUILD/TelepathyQt/_gen/types.h:862
Definition: BUILD/TelepathyQt/_gen/types.h:1770
ObjectPathList & operator=(const QList< QDBusObjectPath > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:91
Definition: BUILD/TelepathyQt/_gen/types.h:741
SimpleContactPresences(std::initializer_list< std::pair< uint, SimplePresence > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:3884
QVariantMap info
Definition: BUILD/TelepathyQt/_gen/types.h:412
Definition: BUILD/TelepathyQt/_gen/types.h:2961
QByteArray avatarData
Definition: BUILD/TelepathyQt/_gen/types.h:256
uint contact
Definition: BUILD/TelepathyQt/_gen/types.h:2018
QList< CallMemberMap > CallMemberMapList
Definition: BUILD/TelepathyQt/_gen/types.h:321
Definition: BUILD/TelepathyQt/_gen/types.h:2712
uint identifier
Definition: BUILD/TelepathyQt/_gen/types.h:2017
ContactCodecMap(std::initializer_list< std::pair< uint, CodecList > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:3953
uint actor
Definition: BUILD/TelepathyQt/_gen/types.h:342
Definition: BUILD/TelepathyQt/_gen/types.h:3880
ContactInfoMap(std::initializer_list< std::pair< uint, ContactInfoFieldList > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:3512
AliasMap()
Definition: BUILD/TelepathyQt/_gen/types.h:198
ContactSendingStateMap()
Definition: BUILD/TelepathyQt/_gen/types.h:1315
VCardFieldAddressMap & operator=(const QMap< QString, QString > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:3311
ChatStateMap(std::initializer_list< std::pair< uint, uint > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:932
Definition: BUILD/TelepathyQt/_gen/types.h:973
DBusTubeParticipants(std::initializer_list< std::pair< uint, QString > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:1477
ChannelClass(std::initializer_list< std::pair< QString, QDBusVariant > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:745
NotDelegatedMap & operator=(const QMap< QDBusObjectPath, NotDelegatedError > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:3785
SimpleContactPresences(const QMap< uint, SimplePresence > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:3883
QList< RoomInfo > RoomInfoList
Definition: BUILD/TelepathyQt/_gen/types.h:2733
Definition: BUILD/TelepathyQt/_gen/types.h:1978
StringStringMap(std::initializer_list< std::pair< QString, QString > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:3087
uint subscribe
Definition: BUILD/TelepathyQt/_gen/types.h:1340
uint toBeAdded
Definition: BUILD/TelepathyQt/_gen/types.h:1728
CallMemberMap(std::initializer_list< std::pair< uint, uint > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:306
SimpleStatusSpecMap(const QMap< QString, SimpleStatusSpec > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:3906
Definition: BUILD/TelepathyQt/_gen/types.h:3083
QDBusArgument & operator<<(QDBusArgument &arg, const SUSocketAddress &val)
Definition: types.cpp:57
AvatarTokenMap & operator=(const QMap< uint, QString > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:285
Mail(const QMap< QString, QDBusVariant > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:1799
uint initiator
Definition: BUILD/TelepathyQt/_gen/types.h:3266
ByteArrayList()
Definition: BUILD/TelepathyQt/_gen/types.h:63
Definition: BUILD/TelepathyQt/_gen/types.h:3973
uint handle
Definition: BUILD/TelepathyQt/_gen/types.h:999
CandidateInfo(const QMap< QString, QDBusVariant > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:493
CandidateInfo & operator=(const QMap< QString, QDBusVariant > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:496
MediaDescriptionProperties(const QMap< QString, QDBusVariant > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:1923
Definition: BUILD/TelepathyQt/_gen/types.h:2991
DBusTubeParticipants()
Definition: BUILD/TelepathyQt/_gen/types.h:1475
NotDelegatedMap(const QMap< QDBusObjectPath, NotDelegatedError > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:3782
ContactSubscriptionMap()
Definition: BUILD/TelepathyQt/_gen/types.h:3558
Definition: BUILD/TelepathyQt/_gen/types.h:3903
QString password
Definition: BUILD/TelepathyQt/_gen/types.h:1989
uint channels
Definition: BUILD/TelepathyQt/_gen/types.h:3425
ObjectImmutablePropertiesMap()
Definition: BUILD/TelepathyQt/_gen/types.h:2198
ContactSearchResultMap & operator=(const QMap< QString, ContactInfoFieldList > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:3538
ByteArrayList & operator=(const QList< QByteArray > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:67
uchar prefixLength
Definition: BUILD/TelepathyQt/_gen/types.h:3033
QString signature
Definition: BUILD/TelepathyQt/_gen/types.h:2350
QList< SocketAddressIP > SocketAddressIPList
Definition: BUILD/TelepathyQt/_gen/types.h:2920
Definition: BUILD/TelepathyQt/_gen/types.h:1556
HandleOwnerMap(const QMap< uint, uint > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:1703
QStringList parameters
Definition: BUILD/TelepathyQt/_gen/types.h:1165
Definition: BUILD/TelepathyQt/_gen/types.h:515
uint height
Definition: BUILD/TelepathyQt/_gen/types.h:3334
QList< ParamSpec > ParamSpecList
Definition: BUILD/TelepathyQt/_gen/types.h:2263
Definition: BUILD/TelepathyQt/_gen/types.h:2441
bool operator!=(const AccessControl &v1, const AccessControl &v2)
Definition: BUILD/TelepathyQt/_gen/types.h:156
QList< PropertyValue > PropertyValueList
Definition: BUILD/TelepathyQt/_gen/types.h:2401
Definition: BUILD/TelepathyQt/_gen/types.h:3631
QList< CapabilityPair > CapabilityPairList
Definition: BUILD/TelepathyQt/_gen/types.h:571
ContactSSRCsMap()
Definition: BUILD/TelepathyQt/_gen/types.h:1269
StringStringMap parameters
Definition: BUILD/TelepathyQt/_gen/types.h:3447
MediaDescriptionProperties & operator=(const QMap< QString, QDBusVariant > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:1926
uint handle
Definition: BUILD/TelepathyQt/_gen/types.h:2714
ContactCodecMap()
Definition: BUILD/TelepathyQt/_gen/types.h:3951
uint identifier
Definition: BUILD/TelepathyQt/_gen/types.h:3407
SupportedSocketMap()
Definition: BUILD/TelepathyQt/_gen/types.h:3148
QList< ChannelDetails > ChannelDetailsList
Definition: BUILD/TelepathyQt/_gen/types.h:840
QString address
Definition: BUILD/TelepathyQt/_gen/types.h:2997
QString IPAddress
Definition: BUILD/TelepathyQt/_gen/types.h:1981
Definition: BUILD/TelepathyQt/_gen/types.h:2931
uint unixTimestamp
Definition: BUILD/TelepathyQt/_gen/types.h:2280
MessagePartContentMap(std::initializer_list< std::pair< uint, QDBusVariant > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:2093
uint oldTypeSpecificFlags
Definition: BUILD/TelepathyQt/_gen/types.h:521
StringStringMap parameters
Definition: BUILD/TelepathyQt/_gen/types.h:3750
Definition: BUILD/TelepathyQt/_gen/types.h:3838
QList< MediaSessionHandlerInfo > MediaSessionHandlerInfoList
Definition: BUILD/TelepathyQt/_gen/types.h:1969
HTTPPostDataList postData
Definition: BUILD/TelepathyQt/_gen/types.h:3676
ContactSubscriptionMap(std::initializer_list< std::pair< uint, ContactSubscriptions > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:3560
QList< ContactInfoField > ContactInfoFieldList
Definition: BUILD/TelepathyQt/_gen/types.h:1213
UIntList()
Definition: BUILD/TelepathyQt/_gen/types.h:111
ObjectPathList(std::initializer_list< QDBusObjectPath > a)
Definition: BUILD/TelepathyQt/_gen/types.h:89
HandleOwnerMap()
Definition: BUILD/TelepathyQt/_gen/types.h:1702
uint state
Definition: BUILD/TelepathyQt/_gen/types.h:2020
QString currency
Definition: BUILD/TelepathyQt/_gen/types.h:1413
QVariantMap fixedProperties
Definition: BUILD/TelepathyQt/_gen/types.h:2616
QString wellKnownName
Definition: BUILD/TelepathyQt/_gen/types.h:3585
bool operator==(const SUSocketAddress &v1, const SUSocketAddress &v2)
Definition: types.cpp:50
VCardFieldAddressMap(std::initializer_list< std::pair< QString, QString > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:3309
QString DBusReason
Definition: BUILD/TelepathyQt/_gen/types.h:369
StringStringMap parameterTypes
Definition: BUILD/TelepathyQt/_gen/types.h:3928
bool maySetOnSelf
Definition: BUILD/TelepathyQt/_gen/types.h:3926
UIntList & operator=(const QList< uint > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:115
CallMemberMap & operator=(const QMap< uint, uint > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:308
uint handle
Definition: BUILD/TelepathyQt/_gen/types.h:1439
ushort port
Definition: BUILD/TelepathyQt/_gen/types.h:2971
uint state
Definition: BUILD/TelepathyQt/_gen/types.h:3270
Definition: BUILD/TelepathyQt/_gen/types.h:1920
Definition: BUILD/TelepathyQt/_gen/types.h:928
uint reason
Definition: BUILD/TelepathyQt/_gen/types.h:3188
uint lastActivity
Definition: BUILD/TelepathyQt/_gen/types.h:3633
SimpleStatusSpecMap(std::initializer_list< std::pair< QString, SimpleStatusSpec > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:3907
NotDelegatedMap(std::initializer_list< std::pair< QDBusObjectPath, NotDelegatedError > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:3783
Definition: BUILD/TelepathyQt/_gen/types.h:2871
Definition: BUILD/TelepathyQt/_gen/types.h:3476
Mail & operator=(const QMap< QString, QDBusVariant > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:1802
QList< Candidate > CandidateList
Definition: BUILD/TelepathyQt/_gen/types.h:429
bool exclusive
Definition: BUILD/TelepathyQt/_gen/types.h:3927
StringVariantMap()
Definition: BUILD/TelepathyQt/_gen/types.h:3116
StringStringMap(const QMap< QString, QString > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:3086
QDBusVariant detail
Definition: BUILD/TelepathyQt/_gen/types.h:2694
Location(const QMap< QString, QDBusVariant > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:1773
QStringList serviceIDs
Definition: BUILD/TelepathyQt/_gen/types.h:3850
QList< MediaStreamHandlerCandidate > MediaStreamHandlerCandidateList
Definition: BUILD/TelepathyQt/_gen/types.h:3714
HandleOwnerMap & operator=(const QMap< uint, uint > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:1706
uint newGenericFlags
Definition: BUILD/TelepathyQt/_gen/types.h:520
ContactClientTypes(std::initializer_list< std::pair< uint, QStringList > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:1035
bool canHaveMessage
Definition: BUILD/TelepathyQt/_gen/types.h:2850
QString address
Definition: BUILD/TelepathyQt/_gen/types.h:3028
ContactSearchResultMap(std::initializer_list< std::pair< QString, ContactInfoFieldList > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:3536
QList< PropertyFlagsChange > PropertyFlagsChangeList
Definition: BUILD/TelepathyQt/_gen/types.h:2334
QString uniqueName
Definition: BUILD/TelepathyQt/_gen/types.h:1443
ContactInfoMap(const QMap< uint, ContactInfoFieldList > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:3511
bool maySetOnSelf
Definition: BUILD/TelepathyQt/_gen/types.h:2843
ContactLocations(const QMap< uint, QVariantMap > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:1228
ContactPresences(std::initializer_list< std::pair< uint, LastActivityAndStatuses > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:3977
QualifiedPropertyValueMap(const QMap< QString, QDBusVariant > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:2444
StringStringMap & operator=(const QMap< QString, QString > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:3089
UIntList(const QList< uint > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:112
ChannelClass & operator=(const QMap< QString, QDBusVariant > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:747
ComponentStateMap & operator=(const QMap< uint, uint > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:955
ContactMediaDescriptionPropertiesMap()
Definition: BUILD/TelepathyQt/_gen/types.h:1248
uint handle
Definition: BUILD/TelepathyQt/_gen/types.h:872
ChannelCallStateMap & operator=(const QMap< uint, uint > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:709
QVariantMap details
Definition: BUILD/TelepathyQt/_gen/types.h:3233
uint direction
Definition: BUILD/TelepathyQt/_gen/types.h:2524
double timestamp
Definition: BUILD/TelepathyQt/_gen/types.h:1501
ContactCapabilitiesMap & operator=(const QMap< uint, RequestableChannelClassList > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:3482
uint ID
Definition: BUILD/TelepathyQt/_gen/types.h:619
QString errorMessage
Definition: BUILD/TelepathyQt/_gen/types.h:2175
QString name
Definition: BUILD/TelepathyQt/_gen/types.h:1561
SimpleStatusSpecMap & operator=(const QMap< QString, SimpleStatusSpec > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:3909
uint propertyID
Definition: BUILD/TelepathyQt/_gen/types.h:2316
QList< TubeInfo > TubeInfoList
Definition: BUILD/TelepathyQt/_gen/types.h:3287
uchar prefixLength
Definition: BUILD/TelepathyQt/_gen/types.h:3002
Mail(std::initializer_list< std::pair< QString, QDBusVariant > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:1800
uint flags
Definition: BUILD/TelepathyQt/_gen/types.h:2283
QList< StringStringMap > StringStringMapList
Definition: BUILD/TelepathyQt/_gen/types.h:3102
Definition: BUILD/TelepathyQt/_gen/types.h:1837
ContactSSRCsMap & operator=(const QMap< uint, UIntList > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:1273
ContactCodecMap(const QMap< uint, CodecList > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:3952
HandleIdentifierMap()
Definition: BUILD/TelepathyQt/_gen/types.h:1679
Definition: BUILD/TelepathyQt/_gen/types.h:852
MessagePartContentMap()
Definition: BUILD/TelepathyQt/_gen/types.h:2091
QVariantMap info
Definition: BUILD/TelepathyQt/_gen/types.h:2716
ContactAttributesMap & operator=(const QMap< uint, QVariantMap > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:979
Definition: BUILD/TelepathyQt/_gen/types.h:2776
AddressingNormalizationMap & operator=(const QMap< QString, uint > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:179
QList< ObjectImmutablePropertiesMap > ObjectImmutablePropertiesMapList
Definition: BUILD/TelepathyQt/_gen/types.h:2215
ChannelOriginatorMap()
Definition: BUILD/TelepathyQt/_gen/types.h:907
CaptchaAnswers()
Definition: BUILD/TelepathyQt/_gen/types.h:587
Definition: BUILD/TelepathyQt/_gen/types.h:1723
ContactClientTypes & operator=(const QMap< uint, QStringList > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:1037
Definition: BUILD/TelepathyQt/_gen/types.h:703
ProtocolPropertiesMap(std::initializer_list< std::pair< QString, QVariantMap > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:2421
Definition: BUILD/TelepathyQt/_gen/types.h:2684
Metadata()
Definition: BUILD/TelepathyQt/_gen/types.h:2123
QString address
Definition: BUILD/TelepathyQt/_gen/types.h:1846
QList< MailAddress > MailAddressList
Definition: BUILD/TelepathyQt/_gen/types.h:1863
ContactLocations()
Definition: BUILD/TelepathyQt/_gen/types.h:1227
MessagePart(std::initializer_list< std::pair< QString, QDBusVariant > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:2053
Definition: BUILD/TelepathyQt/_gen/types.h:3779
bool updated
Definition: BUILD/TelepathyQt/_gen/types.h:3441
ContactSearchMap(const QMap< QString, QString > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:1293
QString error
Definition: BUILD/TelepathyQt/_gen/types.h:3196
QStringList allowedProperties
Definition: BUILD/TelepathyQt/_gen/types.h:2647
CallMemberMap(const QMap< uint, uint > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:305
ContactCapabilitiesMap(const QMap< uint, RequestableChannelClassList > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:3479
SupportedSocketMap(std::initializer_list< std::pair< uint, UIntList > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:3150
MultipleStatusMap()
Definition: BUILD/TelepathyQt/_gen/types.h:2148
ChannelClass()
Definition: BUILD/TelepathyQt/_gen/types.h:743
Definition: BUILD/TelepathyQt/_gen/types.h:1874
Definition: BUILD/TelepathyQt/_gen/types.h:905
MessagePartContentMap(const QMap< uint, QDBusVariant > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:2092
QualifiedPropertyValueMap & operator=(const QMap< QString, QDBusVariant > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:2447
HandleIdentifierMap & operator=(const QMap< uint, QString > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:1683
ChatStateMap(const QMap< uint, uint > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:931
Definition: BUILD/TelepathyQt/_gen/types.h:2830
AliasMap(const QMap< uint, QString > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:199
VCardFieldAddressMap()
Definition: BUILD/TelepathyQt/_gen/types.h:3307
QList< RTPHeaderExtension > RTPHeaderExtensionsList
Definition: BUILD/TelepathyQt/_gen/types.h:2549
AvatarTokenMap()
Definition: BUILD/TelepathyQt/_gen/types.h:281
ContactCapabilitiesMap()
Definition: BUILD/TelepathyQt/_gen/types.h:3478
SupportedSocketMap(const QMap< uint, UIntList > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:3149
QString address
Definition: BUILD/TelepathyQt/_gen/types.h:2937
ProtocolPropertiesMap & operator=(const QMap< QString, QVariantMap > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:2423
StringVariantMap(const QMap< QString, QDBusVariant > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:3117
uint component
Definition: BUILD/TelepathyQt/_gen/types.h:400
uint ID
Definition: BUILD/TelepathyQt/_gen/types.h:2520
StringVariantMap & operator=(const QMap< QString, QDBusVariant > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:3120
uint mediaType
Definition: BUILD/TelepathyQt/_gen/types.h:3738
StatusSpecMap & operator=(const QMap< QString, StatusSpec > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:4023
QString alias
Definition: BUILD/TelepathyQt/_gen/types.h:221
Definition: BUILD/TelepathyQt/_gen/types.h:1677
QList< ContactCapability > ContactCapabilityList
Definition: BUILD/TelepathyQt/_gen/types.h:1019
Definition: BUILD/TelepathyQt/_gen/types.h:585
QString channelType
Definition: BUILD/TelepathyQt/_gen/types.h:553
uint componentNumber
Definition: BUILD/TelepathyQt/_gen/types.h:1980
Definition: BUILD/TelepathyQt/_gen/types.h:2515
ContactAttributesMap()
Definition: BUILD/TelepathyQt/_gen/types.h:975
ContactPresences()
Definition: BUILD/TelepathyQt/_gen/types.h:3975
Definition: BUILD/TelepathyQt/_gen/types.h:3694
ContactCapabilitiesMap(std::initializer_list< std::pair< uint, RequestableChannelClassList > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:3480
Definition: BUILD/TelepathyQt/_gen/types.h:1495
Definition: BUILD/TelepathyQt/_gen/types.h:490
Candidate local
Definition: BUILD/TelepathyQt/_gen/types.h:3367
QString name
Definition: BUILD/TelepathyQt/_gen/types.h:1842
QList< ChannelClass > ChannelClassList
Definition: BUILD/TelepathyQt/_gen/types.h:760
MultipleStatusMap statuses
Definition: BUILD/TelepathyQt/_gen/types.h:3634
QString mediaSessionType
Definition: BUILD/TelepathyQt/_gen/types.h:1952
Definition: BUILD/TelepathyQt/_gen/types.h:2417
QString username
Definition: BUILD/TelepathyQt/_gen/types.h:1988
Definition: BUILD/TelepathyQt/_gen/types.h:3578
Definition: BUILD/TelepathyQt/_gen/types.h:1796
Definition: BUILD/TelepathyQt/_gen/types.h:772
ContactInfoMap()
Definition: BUILD/TelepathyQt/_gen/types.h:3510
AvatarTokenMap(std::initializer_list< std::pair< uint, QString > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:283
uint RTCPMinimumInterval
Definition: BUILD/TelepathyQt/_gen/types.h:3809
Definition: abstract-adaptor.cpp:31
uint sender
Definition: BUILD/TelepathyQt/_gen/types.h:2281
Definition: BUILD/TelepathyQt/_gen/types.h:2744
Definition: BUILD/TelepathyQt/_gen/types.h:1335
Definition: BUILD/TelepathyQt/_gen/types.h:279
CaptchaAnswers(const QMap< uint, QString > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:588
ByteArrayList(std::initializer_list< QByteArray > a)
Definition: BUILD/TelepathyQt/_gen/types.h:65
QList< RTCPFeedbackMessage > RTCPFeedbackMessageList
Definition: BUILD/TelepathyQt/_gen/types.h:2504
Definition: BUILD/TelepathyQt/_gen/types.h:1700
Definition: BUILD/TelepathyQt/_gen/types.h:610
Definition: BUILD/TelepathyQt/_gen/types.h:2277
uint transportType
Definition: BUILD/TelepathyQt/_gen/types.h:1987
CallMemberMap()
Definition: BUILD/TelepathyQt/_gen/types.h:304
ContactPresences(const QMap< uint, LastActivityAndStatuses > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:3976
Definition: BUILD/TelepathyQt/_gen/types.h:2588
Metadata(std::initializer_list< std::pair< QString, QStringList > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:2125
Definition: BUILD/TelepathyQt/_gen/types.h:3725
uint numberOfChannels
Definition: BUILD/TelepathyQt/_gen/types.h:3746
SingleContactAttributesMap()
Definition: BUILD/TelepathyQt/_gen/types.h:2873
QList< Mail > MailList
Definition: BUILD/TelepathyQt/_gen/types.h:1815
uint scale
Definition: BUILD/TelepathyQt/_gen/types.h:1406
uint reason
Definition: BUILD/TelepathyQt/_gen/types.h:348
QDBusVariant value
Definition: BUILD/TelepathyQt/_gen/types.h:2384
QString channelType
Definition: BUILD/TelepathyQt/_gen/types.h:518
QList< HandlerCapabilities > HandlerCapabilitiesList
Definition: BUILD/TelepathyQt/_gen/types.h:3619
uint direction
Definition: BUILD/TelepathyQt/_gen/types.h:2021
ComponentStateMap()
Definition: BUILD/TelepathyQt/_gen/types.h:951
ByteArrayList(const QList< QByteArray > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:64
uint port
Definition: BUILD/TelepathyQt/_gen/types.h:408
uint clockrate
Definition: BUILD/TelepathyQt/_gen/types.h:3419
CaptchaAnswers(std::initializer_list< std::pair< uint, QString > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:589
uint flags
Definition: BUILD/TelepathyQt/_gen/types.h:2236
uint servicePointType
Definition: BUILD/TelepathyQt/_gen/types.h:2749
QString status
Definition: BUILD/TelepathyQt/_gen/types.h:2786
Definition: BUILD/TelepathyQt/_gen/types.h:3532
ContactClientTypes(const QMap< uint, QStringList > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:1034
QString channelType
Definition: BUILD/TelepathyQt/_gen/types.h:1000
uint type
Definition: BUILD/TelepathyQt/_gen/types.h:3925
uint identifier
Definition: BUILD/TelepathyQt/_gen/types.h:2279
ContactSearchMap(std::initializer_list< std::pair< QString, QString > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:1294
MediaDescriptionProperties(std::initializer_list< std::pair< QString, QDBusVariant > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:1924
ChannelOriginatorMap(const QMap< uint, QDBusObjectPath > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:908
QString name
Definition: BUILD/TelepathyQt/_gen/types.h:3734
uint oldGenericFlags
Definition: BUILD/TelepathyQt/_gen/types.h:519
Definition: BUILD/TelepathyQt/_gen/types.h:3399
Definition: BUILD/TelepathyQt/_gen/types.h:1639
Definition: BUILD/TelepathyQt/_gen/types.h:551
ChannelOriginatorMap(std::initializer_list< std::pair< uint, QDBusObjectPath > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:909
StatusSpecMap()
Definition: BUILD/TelepathyQt/_gen/types.h:4019
HandleIdentifierMap(const QMap< uint, QString > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:1680
Definition: BUILD/TelepathyQt/_gen/types.h:2471
QString name
Definition: BUILD/TelepathyQt/_gen/types.h:3413
ContactSendingStateMap(std::initializer_list< std::pair< uint, uint > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:1317
MultipleStatusMap & operator=(const QMap< QString, QVariantMap > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:2152
Definition: BUILD/TelepathyQt/_gen/types.h:1225
Definition: BUILD/TelepathyQt/_gen/types.h:142
RTCPFeedbackMessageList messages
Definition: BUILD/TelepathyQt/_gen/types.h:3813
Location & operator=(const QMap< QString, QDBusVariant > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:1776
Definition: BUILD/TelepathyQt/_gen/types.h:3662
QualifiedPropertyValueMap()
Definition: BUILD/TelepathyQt/_gen/types.h:2443
QString parameters
Definition: BUILD/TelepathyQt/_gen/types.h:2532
Definition: BUILD/TelepathyQt/_gen/types.h:1473
uint type
Definition: BUILD/TelepathyQt/_gen/types.h:2689
AddressingNormalizationMap(std::initializer_list< std::pair< QString, uint > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:177
Definition: BUILD/TelepathyQt/_gen/types.h:395
ContactSSRCsMap(const QMap< uint, UIntList > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:1270
QString name
Definition: BUILD/TelepathyQt/_gen/types.h:3696
Definition: BUILD/TelepathyQt/_gen/types.h:2121
QList< MediaStreamHandlerCodec > MediaStreamHandlerCodecList
Definition: BUILD/TelepathyQt/_gen/types.h:3767
Definition: BUILD/TelepathyQt/_gen/types.h:2381
Definition: BUILD/TelepathyQt/_gen/types.h:3263
SimpleContactPresences & operator=(const QMap< uint, SimplePresence > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:3886
Metadata & operator=(const QMap< QString, QStringList > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:2127
Definition: BUILD/TelepathyQt/_gen/types.h:3556
MessagePart()
Definition: BUILD/TelepathyQt/_gen/types.h:2051
uint handleType
Definition: BUILD/TelepathyQt/_gen/types.h:867
uint protocol
Definition: BUILD/TelepathyQt/_gen/types.h:1983
ContactInfoMap & operator=(const QMap< uint, ContactInfoFieldList > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:3514
ContactMediaDescriptionPropertiesMap(std::initializer_list< std::pair< uint, QVariantMap > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:1250
QString message
Definition: BUILD/TelepathyQt/_gen/types.h:375
int amount
Definition: BUILD/TelepathyQt/_gen/types.h:1393
uint width
Definition: BUILD/TelepathyQt/_gen/types.h:3330
ushort port
Definition: BUILD/TelepathyQt/_gen/types.h:2941
uint flags
Definition: BUILD/TelepathyQt/_gen/types.h:1571
DBusTubeParticipants(const QMap< uint, QString > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:1476
QVariantMap properties
Definition: BUILD/TelepathyQt/_gen/types.h:1888
Mail()
Definition: BUILD/TelepathyQt/_gen/types.h:1798
QVariantMap parameters
Definition: BUILD/TelepathyQt/_gen/types.h:3269
QList< LocalPendingInfo > LocalPendingInfoList
Definition: BUILD/TelepathyQt/_gen/types.h:1758
ProtocolPropertiesMap(const QMap< QString, QVariantMap > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:2420
ContactSendingStateMap & operator=(const QMap< uint, uint > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:1319
ContactSubscriptionMap & operator=(const QMap< uint, ContactSubscriptions > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:3562
QString key
Definition: BUILD/TelepathyQt/_gen/types.h:1644
uint identifier
Definition: BUILD/TelepathyQt/_gen/types.h:3265
uint method
Definition: BUILD/TelepathyQt/_gen/types.h:3671
Definition: BUILD/TelepathyQt/_gen/types.h:949
QualifiedPropertyValueMap(std::initializer_list< std::pair< QString, QDBusVariant > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:2445
QString errorName
Definition: BUILD/TelepathyQt/_gen/types.h:2171
ContactMediaDescriptionPropertiesMap & operator=(const QMap< uint, QVariantMap > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:1252
QString type
Definition: BUILD/TelepathyQt/_gen/types.h:629
uint identifier
Definition: BUILD/TelepathyQt/_gen/types.h:2383
Definition: BUILD/TelepathyQt/_gen/types.h:3508
SingleContactAttributesMap(const QMap< QString, QDBusVariant > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:2874
QList< CandidatePair > CandidatePairList
Definition: BUILD/TelepathyQt/_gen/types.h:3388
Definition: BUILD/TelepathyQt/_gen/types.h:1942
uint type
Definition: BUILD/TelepathyQt/_gen/types.h:2019
Definition: BUILD/TelepathyQt/_gen/types.h:3053
ObjectImmutablePropertiesMap(const QMap< QDBusObjectPath, QVariantMap > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:2199
Definition: BUILD/TelepathyQt/_gen/types.h:3362
QList< CapabilityChange > CapabilityChangeList
Definition: BUILD/TelepathyQt/_gen/types.h:539
Definition: BUILD/TelepathyQt/_gen/types.h:3949
QList< PropertySpec > PropertySpecList
Definition: BUILD/TelepathyQt/_gen/types.h:2368
ContactSSRCsMap(std::initializer_list< std::pair< uint, UIntList > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:1271
ushort port
Definition: BUILD/TelepathyQt/_gen/types.h:2903
QDBusVariant defaultValue
Definition: BUILD/TelepathyQt/_gen/types.h:2246
QString URL
Definition: BUILD/TelepathyQt/_gen/types.h:3667
QStringList capabilities
Definition: BUILD/TelepathyQt/_gen/types.h:3602
HandleIdentifierMap(std::initializer_list< std::pair< uint, QString > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:1681
ContactSubscriptionMap(const QMap< uint, ContactSubscriptions > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:3559
StatusSpecMap(std::initializer_list< std::pair< QString, StatusSpec > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:4021
VCardFieldAddressMap(const QMap< QString, QString > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:3308
QList< MediaStreamHandlerTransport > MediaStreamHandlerTransportList
Definition: BUILD/TelepathyQt/_gen/types.h:2006
QString service
Definition: BUILD/TelepathyQt/_gen/types.h:2756
HandleOwnerMap(std::initializer_list< std::pair< uint, uint > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:1704
uint publish
Definition: BUILD/TelepathyQt/_gen/types.h:1344
QList< VideoResolution > VideoResolutionStruct
Definition: BUILD/TelepathyQt/_gen/types.h:3351
QList< DebugMessage > DebugMessageList
Definition: BUILD/TelepathyQt/_gen/types.h:1544
SimpleStatusSpecMap()
Definition: BUILD/TelepathyQt/_gen/types.h:3905
ContactSearchMap & operator=(const QMap< QString, QString > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:1296
QString signature
Definition: BUILD/TelepathyQt/_gen/types.h:2240
const QDBusArgument & operator>>(const QDBusArgument &arg, SUSocketAddress &val)
Definition: types.cpp:65
QString value
Definition: BUILD/TelepathyQt/_gen/types.h:1648
ContactAttributesMap(std::initializer_list< std::pair< uint, QVariantMap > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:977
Definition: BUILD/TelepathyQt/_gen/types.h:1434
RTCPFeedbackMessageMap()
Definition: BUILD/TelepathyQt/_gen/types.h:3998
Definition: BUILD/TelepathyQt/_gen/types.h:336
MultipleStatusMap(const QMap< QString, QVariantMap > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:2149
uint typeSpecificFlags
Definition: BUILD/TelepathyQt/_gen/types.h:1002
ProtocolPropertiesMap()
Definition: BUILD/TelepathyQt/_gen/types.h:2419
Metadata(const QMap< QString, QStringList > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:2124
uint clockRate
Definition: BUILD/TelepathyQt/_gen/types.h:3742
ContactAttributesMap(const QMap< uint, QVariantMap > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:976
Definition: BUILD/TelepathyQt/_gen/types.h:2346
uint newFlags
Definition: BUILD/TelepathyQt/_gen/types.h:2317
RTCPFeedbackMessageMap(const QMap< uint, RTCPFeedbackMessageProperties > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:3999
ContactCodecMap & operator=(const QMap< uint, CodecList > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:3955
QList< RequestableChannelClass > RequestableChannelClassList
Definition: BUILD/TelepathyQt/_gen/types.h:2664
Definition: BUILD/TelepathyQt/_gen/types.h:1313
uint flags
Definition: BUILD/TelepathyQt/_gen/types.h:667
uint type
Definition: BUILD/TelepathyQt/_gen/types.h:2781
uint reason
Definition: BUILD/TelepathyQt/_gen/types.h:1736
Definition: BUILD/TelepathyQt/_gen/types.h:254
QList< MessagePart > MessagePartList
Definition: BUILD/TelepathyQt/_gen/types.h:2068
QString name
Definition: BUILD/TelepathyQt/_gen/types.h:2232
QString MIMEType
Definition: BUILD/TelepathyQt/_gen/types.h:257
SingleContactAttributesMap(std::initializer_list< std::pair< QString, QDBusVariant > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:2875
ChatStateMap & operator=(const QMap< uint, uint > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:934
Definition: BUILD/TelepathyQt/_gen/types.h:2227
StringVariantMap(std::initializer_list< std::pair< QString, QDBusVariant > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:3118
Definition: BUILD/TelepathyQt/_gen/types.h:2893
uint type
Definition: BUILD/TelepathyQt/_gen/types.h:147
QDBusObjectPath channel
Definition: BUILD/TelepathyQt/_gen/types.h:858
StringVariantMapList channelClasses
Definition: BUILD/TelepathyQt/_gen/types.h:3593
QString subtype
Definition: BUILD/TelepathyQt/_gen/types.h:1984
MessagePart(const QMap< QString, QDBusVariant > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:2052
QVariantMap properties
Definition: BUILD/TelepathyQt/_gen/types.h:823
QDBusVariant detail
Definition: BUILD/TelepathyQt/_gen/types.h:152
Definition: BUILD/TelepathyQt/_gen/types.h:3799
QList< MediaStreamInfo > MediaStreamInfoList
Definition: BUILD/TelepathyQt/_gen/types.h:2039
QStringList fieldValue
Definition: BUILD/TelepathyQt/_gen/types.h:1196
MessagePart & operator=(const QMap< QString, QDBusVariant > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:2055
RTCPFeedbackMessageMap(std::initializer_list< std::pair< uint, RTCPFeedbackMessageProperties > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:4000
ObjectImmutablePropertiesMap(std::initializer_list< std::pair< QDBusObjectPath, QVariantMap > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:2200
uint actor
Definition: BUILD/TelepathyQt/_gen/types.h:1732
StatusSpecMap(const QMap< QString, StatusSpec > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:4020
ChannelCallStateMap()
Definition: BUILD/TelepathyQt/_gen/types.h:705
ContactMediaDescriptionPropertiesMap(const QMap< uint, QVariantMap > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:1249
uint newTypeSpecificFlags
Definition: BUILD/TelepathyQt/_gen/types.h:522
SimpleContactPresences()
Definition: BUILD/TelepathyQt/_gen/types.h:3882
ContactSearchMap()
Definition: BUILD/TelepathyQt/_gen/types.h:1292
QList< DBusTubeMember > DBusTubeMemberList
Definition: BUILD/TelepathyQt/_gen/types.h:1460
Candidate remote
Definition: BUILD/TelepathyQt/_gen/types.h:3371
QList< ContactCapabilitiesMap > ContactCapabilitiesMapList
Definition: BUILD/TelepathyQt/_gen/types.h:3495
uint pendingSendFlags
Definition: BUILD/TelepathyQt/_gen/types.h:2022
ChatStateMap()
Definition: BUILD/TelepathyQt/_gen/types.h:930
AddressingNormalizationMap()
Definition: BUILD/TelepathyQt/_gen/types.h:175
QList< ServicePointInfo > ServicePointInfoList
Definition: BUILD/TelepathyQt/_gen/types.h:3867
ChannelClass(const QMap< QString, QDBusVariant > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:744
uint max
Definition: BUILD/TelepathyQt/_gen/types.h:1576
uint propertyID
Definition: BUILD/TelepathyQt/_gen/types.h:2348
QString message
Definition: BUILD/TelepathyQt/_gen/types.h:1527
uint type
Definition: BUILD/TelepathyQt/_gen/types.h:3267
ContactSendingStateMap(const QMap< uint, uint > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:1316
CaptchaAnswers & operator=(const QMap< uint, QString > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:591
Definition: BUILD/TelepathyQt/_gen/types.h:1267
Definition: BUILD/TelepathyQt/_gen/types.h:196
ContactLocations(std::initializer_list< std::pair< uint, QVariantMap > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:1229
QString label
Definition: BUILD/TelepathyQt/_gen/types.h:661
QString URI
Definition: BUILD/TelepathyQt/_gen/types.h:2528
ChannelCallStateMap(const QMap< uint, uint > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:706
Definition: BUILD/TelepathyQt/_gen/types.h:2166
RTCPFeedbackMessageMap & operator=(const QMap< uint, RTCPFeedbackMessageProperties > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:4002
SupportedSocketMap & operator=(const QMap< uint, UIntList > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:3152
Location()
Definition: BUILD/TelepathyQt/_gen/types.h:1772
NotDelegatedMap()
Definition: BUILD/TelepathyQt/_gen/types.h:3781
QList< ChannelInfo > ChannelInfoList
Definition: BUILD/TelepathyQt/_gen/types.h:889
Definition: BUILD/TelepathyQt/_gen/types.h:3325
Definition: BUILD/TelepathyQt/_gen/types.h:1131
Definition: BUILD/TelepathyQt/_gen/types.h:109
QString publishRequest
Definition: BUILD/TelepathyQt/_gen/types.h:1349
QString IP
Definition: BUILD/TelepathyQt/_gen/types.h:404
CandidateInfo(std::initializer_list< std::pair< QString, QDBusVariant > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:494
QString password
Definition: BUILD/TelepathyQt/_gen/types.h:3062
uint messageType
Definition: BUILD/TelepathyQt/_gen/types.h:2282
uint handle
Definition: BUILD/TelepathyQt/_gen/types.h:517
uint level
Definition: BUILD/TelepathyQt/_gen/types.h:1523
QList< QualifiedPropertyValueMap > QualifiedPropertyValueMapList
Definition: BUILD/TelepathyQt/_gen/types.h:2460
QString text
Definition: BUILD/TelepathyQt/_gen/types.h:2284
MultipleStatusMap(std::initializer_list< std::pair< QString, QVariantMap > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:2150
uint genericFlags
Definition: BUILD/TelepathyQt/_gen/types.h:1001
Definition: BUILD/TelepathyQt/_gen/types.h:2089
QList< AliasPair > AliasPairList
Definition: BUILD/TelepathyQt/_gen/types.h:238
QList< FieldSpec > FieldSpecs
Definition: BUILD/TelepathyQt/_gen/types.h:1593
SingleContactAttributesMap & operator=(const QMap< QString, QDBusVariant > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:2877
Definition: BUILD/TelepathyQt/_gen/types.h:3174
MessagePartContentMap & operator=(const QMap< uint, QDBusVariant > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:2095
Definition: BUILD/TelepathyQt/_gen/types.h:1382
Definition: BUILD/TelepathyQt/_gen/types.h:302
QString profile
Definition: BUILD/TelepathyQt/_gen/types.h:1985
QList< StringVariantMap > StringVariantMapList
Definition: BUILD/TelepathyQt/_gen/types.h:3133
Definition: BUILD/TelepathyQt/_gen/types.h:2314
QList< CaptchaInfo > CaptchaInfoList
Definition: BUILD/TelepathyQt/_gen/types.h:691
Definition: BUILD/TelepathyQt/_gen/types.h:1290
Definition: BUILD/TelepathyQt/_gen/types.h:218
QList< PendingTextMessage > PendingTextMessageList
Definition: BUILD/TelepathyQt/_gen/types.h:2301
MediaStreamHandlerTransportList transports
Definition: BUILD/TelepathyQt/_gen/types.h:3697
MediaDescriptionProperties()
Definition: BUILD/TelepathyQt/_gen/types.h:1922
QList< TLSCertificateRejection > TLSCertificateRejectionList
Definition: BUILD/TelepathyQt/_gen/types.h:3250
ComponentStateMap(std::initializer_list< std::pair< uint, uint > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:953
Definition: BUILD/TelepathyQt/_gen/types.h:2196
uint handle
Definition: BUILD/TelepathyQt/_gen/types.h:220
QString subtype
Definition: BUILD/TelepathyQt/_gen/types.h:2483
QDBusObjectPath sessionHandler
Definition: BUILD/TelepathyQt/_gen/types.h:1948
AliasMap & operator=(const QMap< uint, QString > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:202
QDBusObjectPath mediaDescription
Definition: BUILD/TelepathyQt/_gen/types.h:1881
ObjectImmutablePropertiesMap & operator=(const QMap< QDBusObjectPath, QVariantMap > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:2202
AddressingNormalizationMap(const QMap< QString, uint > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:176
AvatarTokenMap(const QMap< uint, QString > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:282
QString channelType
Definition: BUILD/TelepathyQt/_gen/types.h:2715
CandidateInfo()
Definition: BUILD/TelepathyQt/_gen/types.h:492
UIntList(std::initializer_list< uint > a)
Definition: BUILD/TelepathyQt/_gen/types.h:113
QStringList availableMIMETypes
Definition: BUILD/TelepathyQt/_gen/types.h:674
Definition: BUILD/TelepathyQt/_gen/types.h:997
Definition: BUILD/TelepathyQt/_gen/types.h:61
QString statusMessage
Definition: BUILD/TelepathyQt/_gen/types.h:2810
ContactPresences & operator=(const QMap< uint, LastActivityAndStatuses > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:3979
DBusTubeParticipants & operator=(const QMap< uint, QString > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:1479
QList< HTTPPostData > HTTPPostDataList
Definition: BUILD/TelepathyQt/_gen/types.h:1665
uint port
Definition: BUILD/TelepathyQt/_gen/types.h:1982
Definition: BUILD/TelepathyQt/_gen/types.h:2015
ChannelCallStateMap(std::initializer_list< std::pair< uint, uint > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:707
ComponentStateMap(const QMap< uint, uint > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:952
ContactClientTypes()
Definition: BUILD/TelepathyQt/_gen/types.h:1033
Definition: BUILD/TelepathyQt/_gen/types.h:3114
ChannelOriginatorMap & operator=(const QMap< uint, QDBusObjectPath > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:911
QString fieldName
Definition: BUILD/TelepathyQt/_gen/types.h:1138
Definition: BUILD/TelepathyQt/_gen/types.h:3996
Location(std::initializer_list< std::pair< QString, QDBusVariant > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:1774
uint codecID
Definition: BUILD/TelepathyQt/_gen/types.h:3730
ObjectPathList()
Definition: BUILD/TelepathyQt/_gen/types.h:87
Definition: BUILD/TelepathyQt/_gen/types.h:3022
uint type
Definition: BUILD/TelepathyQt/_gen/types.h:2839
Definition: BUILD/TelepathyQt/_gen/types.h:1246
QString parameters
Definition: BUILD/TelepathyQt/_gen/types.h:2487
Definition: BUILD/TelepathyQt/_gen/types.h:173
ContactSearchResultMap(const QMap< QString, ContactInfoFieldList > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:3535
QString service
Definition: BUILD/TelepathyQt/_gen/types.h:3268
QStringList parameters
Definition: BUILD/TelepathyQt/_gen/types.h:1567
Definition: BUILD/TelepathyQt/_gen/types.h:3923
Definition: BUILD/TelepathyQt/_gen/types.h:2146
ContactLocations & operator=(const QMap< uint, QVariantMap > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:1231
QString message
Definition: BUILD/TelepathyQt/_gen/types.h:1741
QList< Codec > CodecList
Definition: BUILD/TelepathyQt/_gen/types.h:3464
StringStringMap()
Definition: BUILD/TelepathyQt/_gen/types.h:3085
ObjectPathList(const QList< QDBusObjectPath > &a)
Definition: BUILD/TelepathyQt/_gen/types.h:88
Definition: BUILD/TelepathyQt/_gen/types.h:3305
uint typeSpecificFlags
Definition: BUILD/TelepathyQt/_gen/types.h:554
Definition: BUILD/TelepathyQt/_gen/types.h:1031
Definition: BUILD/TelepathyQt/_gen/types.h:85
ServicePoint servicePoint
Definition: BUILD/TelepathyQt/_gen/types.h:3843
QString name
Definition: BUILD/TelepathyQt/_gen/types.h:2349
Definition: BUILD/TelepathyQt/_gen/types.h:2049
QString address
Definition: BUILD/TelepathyQt/_gen/types.h:2967
uint flags
Definition: BUILD/TelepathyQt/_gen/types.h:2351
double preferenceValue
Definition: BUILD/TelepathyQt/_gen/types.h:1986
Definition: BUILD/TelepathyQt/_gen/types.h:3146
AliasMap(std::initializer_list< std::pair< uint, QString > > a)
Definition: BUILD/TelepathyQt/_gen/types.h:200
QString type
Definition: BUILD/TelepathyQt/_gen/types.h:2477
QList< MessagePartList > MessagePartListList
Definition: BUILD/TelepathyQt/_gen/types.h:2076
ContactSearchResultMap()
Definition: BUILD/TelepathyQt/_gen/types.h:3534
QDBusObjectPath channel
Definition: BUILD/TelepathyQt/_gen/types.h:777
Definition: BUILD/TelepathyQt/_gen/types.h:4017
QString domain
Definition: BUILD/TelepathyQt/_gen/types.h:1518