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