| Home · All Classes · All Namespaces · Modules · Functions · Files |
Base class for implementations of Channel.Interface.CaptchaAuthentication. More...
#include <TelepathyQt/BaseChannel>
Inherits Tp::AbstractChannelInterface.
Public Types | |
| typedef Callback4< void, Tp::CaptchaInfoList &, uint &, QString &, DBusError * > | GetCaptchasCallback |
| typedef Callback3< QByteArray, uint, const QString &, DBusError * > | GetCaptchaDataCallback |
| typedef Callback2< void, const Tp::CaptchaAnswers &, DBusError * > | AnswerCaptchasCallback |
| typedef Callback3< void, uint, const QString &, DBusError * > | CancelCaptchaCallback |
Public Member Functions | |
| virtual | ~BaseChannelCaptchaAuthenticationInterface () |
| QVariantMap | immutableProperties () const |
| void | setGetCaptchasCallback (const GetCaptchasCallback &cb) |
| void | setGetCaptchaDataCallback (const GetCaptchaDataCallback &cb) |
| void | setAnswerCaptchasCallback (const AnswerCaptchasCallback &cb) |
| void | setCancelCaptchaCallback (const CancelCaptchaCallback &cb) |
| void | setCaptchaStatus (uint status) |
| void | setCaptchaError (const QString &busName) |
| void | setCaptchaErrorDetails (const QVariantMap &error) |
Static Public Member Functions | |
| static BaseChannelCaptchaAuthenticationInterfacePtr | create (bool canRetryCaptcha) |
| template<typename BaseChannelCaptchaAuthenticationInterfaceSubclass > | |
| static SharedPtr < BaseChannelCaptchaAuthenticationInterfaceSubclass > | create (bool canRetryCaptcha) |
Base class for implementations of Channel.Interface.CaptchaAuthentication.
| typedef Callback4<void, Tp::CaptchaInfoList&, uint&, QString&, DBusError*> Tp::BaseChannelCaptchaAuthenticationInterface::GetCaptchasCallback |
| typedef Callback3<QByteArray, uint, const QString&, DBusError*> Tp::BaseChannelCaptchaAuthenticationInterface::GetCaptchaDataCallback |
| typedef Callback2<void, const Tp::CaptchaAnswers&, DBusError*> Tp::BaseChannelCaptchaAuthenticationInterface::AnswerCaptchasCallback |
| typedef Callback3<void, uint, const QString&, DBusError*> Tp::BaseChannelCaptchaAuthenticationInterface::CancelCaptchaCallback |
| Tp::BaseChannelCaptchaAuthenticationInterface::~BaseChannelCaptchaAuthenticationInterface | ( | ) | [virtual] |
Class destructor.
| static BaseChannelCaptchaAuthenticationInterfacePtr Tp::BaseChannelCaptchaAuthenticationInterface::create | ( | bool | canRetryCaptcha | ) | [inline, static] |
| static SharedPtr<BaseChannelCaptchaAuthenticationInterfaceSubclass> Tp::BaseChannelCaptchaAuthenticationInterface::create | ( | bool | canRetryCaptcha | ) | [inline, static] |
| QVariantMap Tp::BaseChannelCaptchaAuthenticationInterface::immutableProperties | ( | ) | const [virtual] |
Return the immutable properties of this interface.
Immutable properties cannot change after the interface has been registered on a service on the bus with registerInterface().
Implements Tp::AbstractDBusServiceInterface.
| void Tp::BaseChannelCaptchaAuthenticationInterface::setGetCaptchasCallback | ( | const GetCaptchasCallback & | cb | ) |
| void Tp::BaseChannelCaptchaAuthenticationInterface::setGetCaptchaDataCallback | ( | const GetCaptchaDataCallback & | cb | ) |
| void Tp::BaseChannelCaptchaAuthenticationInterface::setAnswerCaptchasCallback | ( | const AnswerCaptchasCallback & | cb | ) |
| void Tp::BaseChannelCaptchaAuthenticationInterface::setCancelCaptchaCallback | ( | const CancelCaptchaCallback & | cb | ) |
| void Tp::BaseChannelCaptchaAuthenticationInterface::setCaptchaStatus | ( | uint | status | ) |
| void Tp::BaseChannelCaptchaAuthenticationInterface::setCaptchaError | ( | const QString & | busName | ) |
| void Tp::BaseChannelCaptchaAuthenticationInterface::setCaptchaErrorDetails | ( | const QVariantMap & | error | ) |
| Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation | Telepathy-Qt 0.9.7 |