Home · All Classes · All Namespaces · Modules · Functions · Files
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
Tp::BaseConnectionAvatarsInterface Class Reference

Base class for implementations of Connection.Interface.Avatars. More...

#include <TelepathyQt/BaseConnection>

Inherits Tp::AbstractConnectionInterface.

List of all members.

Public Types

Public Member Functions

Static Public Member Functions

Protected Member Functions


Detailed Description

Base class for implementations of Connection.Interface.Avatars.


Member Typedef Documentation

typedef Callback3<QString, const QByteArray &, const QString &, DBusError*> Tp::BaseConnectionAvatarsInterface::SetAvatarCallback

Constructor & Destructor Documentation

Class destructor.

Class constructor.


Member Function Documentation

static BaseConnectionAvatarsInterfacePtr Tp::BaseConnectionAvatarsInterface::create ( ) [inline, static]
template<typename BaseConnectionAvatarsInterfaceSubclass >
static SharedPtr<BaseConnectionAvatarsInterfaceSubclass> Tp::BaseConnectionAvatarsInterface::create ( ) [inline, static]

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().

Returns:
The immutable properties of this interface.

Implements Tp::AbstractDBusServiceInterface.

QString Tp::BaseConnectionAvatarsInterface::setAvatar ( const QByteArray &  avatar,
const QString &  mimeType,
DBusError error 
)
void Tp::BaseConnectionAvatarsInterface::avatarUpdated ( uint  contact,
const QString &  newAvatarToken 
)
void Tp::BaseConnectionAvatarsInterface::avatarRetrieved ( uint  contact,
const QString &  token,
const QByteArray &  avatar,
const QString &  type 
)


Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation
Telepathy-Qt 0.9.6.1