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

#include <TelepathyQt/Types>

Inherits QMap< uint, QString >.

Public Member Functions

 CaptchaAnswers ()
 
 CaptchaAnswers (const QMap< uint, QString > &a)
 
 CaptchaAnswers (std::initializer_list< std::pair< uint, QString > > a)
 
CaptchaAnswersoperator= (const QMap< uint, QString > &a)
 

Detailed Description

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

A mapping of captcha IDs to answer strings.

Constructor & Destructor Documentation

◆ CaptchaAnswers() [1/3]

Tp::CaptchaAnswers::CaptchaAnswers ( )
inline

◆ CaptchaAnswers() [2/3]

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

◆ CaptchaAnswers() [3/3]

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

Member Function Documentation

◆ operator=()

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