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

#include <TelepathyQt/Types>

Inherits QMap< uint, CodecList >.

Public Member Functions

 ContactCodecMap ()
 
 ContactCodecMap (const QMap< uint, CodecList > &a)
 
 ContactCodecMap (std::initializer_list< std::pair< uint, CodecList > > a)
 
ContactCodecMapoperator= (const QMap< uint, CodecList > &a)
 

Detailed Description

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

A map from contact to the list of codecs he or she supports.

Constructor & Destructor Documentation

◆ ContactCodecMap() [1/3]

Tp::ContactCodecMap::ContactCodecMap ( )
inline

◆ ContactCodecMap() [2/3]

Tp::ContactCodecMap::ContactCodecMap ( const QMap< uint, CodecList > &  a)
inline

◆ ContactCodecMap() [3/3]

Tp::ContactCodecMap::ContactCodecMap ( std::initializer_list< std::pair< uint, CodecList > >  a)
inline

Member Function Documentation

◆ operator=()

ContactCodecMap& Tp::ContactCodecMap::operator= ( const QMap< uint, CodecList > &  a)
inline