Home · Modules · All Classes · All Namespaces
Public Member Functions | List of all members
Tp::AbstractClientHandler::HandlerInfo Class Reference

The AbstractClientHandler::HandlerInfo class provides a wrapper around the additional info about the channels passed to handleChannels(). More...

#include <TelepathyQt/AbstractClientHandler>

Public Member Functions

 HandlerInfo (const QVariantMap &info=QVariantMap())
 
 HandlerInfo (const HandlerInfo &other)
 
 ~HandlerInfo ()
 
HandlerInfooperator= (const HandlerInfo &other)
 
QVariantMap allInfo () const
 

Detailed Description

The AbstractClientHandler::HandlerInfo class provides a wrapper around the additional info about the channels passed to handleChannels().

See also
AbstractClientHandler

Constructor & Destructor Documentation

◆ HandlerInfo() [1/2]

Tp::AbstractClientHandler::HandlerInfo::HandlerInfo ( const QVariantMap &  info = QVariantMap())

◆ HandlerInfo() [2/2]

Tp::AbstractClientHandler::HandlerInfo::HandlerInfo ( const HandlerInfo other)

◆ ~HandlerInfo()

Tp::AbstractClientHandler::HandlerInfo::~HandlerInfo ( )

Member Function Documentation

◆ operator=()

AbstractClientHandler::HandlerInfo & Tp::AbstractClientHandler::HandlerInfo::operator= ( const HandlerInfo other)

◆ allInfo()

QVariantMap Tp::AbstractClientHandler::HandlerInfo::allInfo ( ) const