| 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 | 
| Static Public Member Functions | |
| static BaseChannelCaptchaAuthenticationInterfacePtr | create (bool canRetryCaptcha) | 
| template<typename BaseChannelCaptchaAuthenticationInterfaceSubclass > | |
| static SharedPtr < BaseChannelCaptchaAuthenticationInterfaceSubclass > | create (bool canRetryCaptcha) | 
| Additional Inherited Members | |
|  Signals inherited from Tp::Object | |
| void | propertyChanged (const QString &propertyName) | 
|  Protected Member Functions inherited from Tp::AbstractDBusServiceInterface | |
| virtual bool | registerInterface (DBusObject *dbusObject) | 
|  Protected Member Functions inherited from Tp::Object | |
| Object () | |
| void | notify (const char *propertyName) | 
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 | 
| 
 | virtual | 
Class destructor.
| 
 | inlinestatic | 
| 
 | inlinestatic | 
| 
 | 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 |