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

#include <TelepathyQt/Types>

Inherits QMap< QString, QDBusVariant >.

Public Member Functions

 ChannelClass ()
 
 ChannelClass (const QMap< QString, QDBusVariant > &a)
 
 ChannelClass (std::initializer_list< std::pair< QString, QDBusVariant > > a)
 
ChannelClassoperator= (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.

Mapping representing a class of channels that can be requested from a connection manager, can be handled by a user interface, are supported by a contact, etc.

Classes of channel are identified by the fixed values of a subset of their properties.

Channel classes SHOULD always include the keys ChannelInterface::ChannelType and ChannelInterface::TargetHandleType . (One exception is that ChannelTypeContactSearchInterface channels do not have TargetHandleType None in their requestable channel classes, for historical reasons.)

Constructor & Destructor Documentation

◆ ChannelClass() [1/3]

Tp::ChannelClass::ChannelClass ( )
inline

◆ ChannelClass() [2/3]

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

◆ ChannelClass() [3/3]

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

Member Function Documentation

◆ operator=()

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