Home · All Classes · All Namespaces · Modules · Functions · Files |
The Captcha class represents a Captcha ready to be answered. More...
#include <TelepathyQt/Captcha>
Public Member Functions | |
Captcha () | |
Captcha (const Captcha &other) | |
~Captcha () | |
bool | isValid () const |
Captcha & | operator= (const Captcha &rhs) |
QString | mimeType () const |
QString | label () const |
QByteArray | data () const |
CaptchaAuthentication::ChallengeType | type () const |
uint | id () const |
The Captcha class represents a Captcha ready to be answered.
It exposes all the parameters needed for a handler to present the user with a captcha.
Please note this class is meant to be read-only. It is usually created by PendingCaptchas once a Captcha request operation succeeds.
Please note that this class is implicitly shared.
Tp::Captcha::Captcha | ( | ) |
Default constructor.
Tp::Captcha::Captcha | ( | const Captcha & | other | ) |
Copy constructor.
Tp::Captcha::~Captcha | ( | ) |
Class destructor.
|
inline |
QString Tp::Captcha::mimeType | ( | ) | const |
QString Tp::Captcha::label | ( | ) | const |
Return the label of the captcha. For some captcha types, such as CaptchaAuthentication::TextQuestionChallenge, the label is also the challenge the user has to answer
QByteArray Tp::Captcha::data | ( | ) | const |
Return the raw data of the captcha. The handler can check its type and metatype to know how to parse the blob.
CaptchaAuthentication::ChallengeType Tp::Captcha::type | ( | ) | const |
uint Tp::Captcha::id | ( | ) | const |
Return the id of the captcha. This parameter should be used to identify the captcha when answering its challenge.
Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation | Telepathy-Qt 0.9.7 |