Home · Modules · All Classes · All Namespaces
Public Member Functions | List of all members
Tp::Mail Struct Reference

#include <TelepathyQt/Types>

Inherits QMap< QString, QDBusVariant >.

Public Member Functions

 Mail ()
 
 Mail (const QMap< QString, QDBusVariant > &a)
 
 Mail (std::initializer_list< std::pair< QString, QDBusVariant > > a)
 
Mailoperator= (const QMap< QString, QDBusVariant > &a)
 

Detailed Description

Mapping type generated from the specification. Convertible with QMap<QString, QDBusVariant>, but needed to have a discrete type in the Qt type system.

An extensible map representing a mail, or (on protocols where Thread_Based appears in MailNotificationFlags) a thread of mails. All keys are optional where not otherwise stated; however, at least one of "senders" and "subject" must be included.

Constructor & Destructor Documentation

◆ Mail() [1/3]

Tp::Mail::Mail ( )
inline

◆ Mail() [2/3]

Tp::Mail::Mail ( const QMap< QString, QDBusVariant > &  a)
inline

◆ Mail() [3/3]

Tp::Mail::Mail ( std::initializer_list< std::pair< QString, QDBusVariant > >  a)
inline

Member Function Documentation

◆ operator=()

Mail& Tp::Mail::operator= ( const QMap< QString, QDBusVariant > &  a)
inline