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

#include <TelepathyQt/Types>

Inherits QMap< uint, QVariantMap >.

Public Member Functions

 ContactLocations ()
 
 ContactLocations (const QMap< uint, QVariantMap > &a)
 
 ContactLocations (std::initializer_list< std::pair< uint, QVariantMap > > a)
 
ContactLocationsoperator= (const QMap< uint, QVariantMap > &a)
 

Detailed Description

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

A map from contacts to their locations.

Constructor & Destructor Documentation

◆ ContactLocations() [1/3]

Tp::ContactLocations::ContactLocations ( )
inline

◆ ContactLocations() [2/3]

Tp::ContactLocations::ContactLocations ( const QMap< uint, QVariantMap > &  a)
inline

◆ ContactLocations() [3/3]

Tp::ContactLocations::ContactLocations ( std::initializer_list< std::pair< uint, QVariantMap > >  a)
inline

Member Function Documentation

◆ operator=()

ContactLocations& Tp::ContactLocations::operator= ( const QMap< uint, QVariantMap > &  a)
inline