Home · Modules · All Classes · All Namespaces |
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::AbstractChannelInterface | |
virtual void | close () |
virtual void | setBaseChannel (BaseChannel *channel) |
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().
Reimplemented from 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 | ) |
TelepathyQt 0.9.8 | Generated by 1.8.15 |