Home · All Classes · All Namespaces · Modules · Functions · Files |
Base class for implementations of Channel.Interface.CaptchaAuthentication. More...
#include <TelepathyQt/BaseChannel>
Inherits Tp::AbstractChannelInterface.
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.6.1 |