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

#include <TelepathyQt/Types>

Inherits QMap< uint, SimplePresence >.

Public Member Functions

 SimpleContactPresences ()
 
 SimpleContactPresences (const QMap< uint, SimplePresence > &a)
 
 SimpleContactPresences (std::initializer_list< std::pair< uint, SimplePresence > > a)
 
SimpleContactPresencesoperator= (const QMap< uint, SimplePresence > &a)
 

Detailed Description

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

Mapping returned by GetPresences and signalled by PresencesChanged, indicating the presence of a number of contacts.

Constructor & Destructor Documentation

◆ SimpleContactPresences() [1/3]

Tp::SimpleContactPresences::SimpleContactPresences ( )
inline

◆ SimpleContactPresences() [2/3]

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

◆ SimpleContactPresences() [3/3]

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

Member Function Documentation

◆ operator=()

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