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

#include <TelepathyQt/Types>

Inherits QMap< uint, uint >.

Public Member Functions

 ChatStateMap ()
 
 ChatStateMap (const QMap< uint, uint > &a)
 
 ChatStateMap (std::initializer_list< std::pair< uint, uint > > a)
 
ChatStateMapoperator= (const QMap< uint, uint > &a)
 

Detailed Description

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

A map from contacts to their chat states.

Constructor & Destructor Documentation

◆ ChatStateMap() [1/3]

Tp::ChatStateMap::ChatStateMap ( )
inline

◆ ChatStateMap() [2/3]

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

◆ ChatStateMap() [3/3]

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

Member Function Documentation

◆ operator=()

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