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

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

#include <TelepathyQt/BaseProtocolAvatarsInterface>

Inherits Tp::AbstractProtocolInterface.

List of all members.

Public Member Functions

Static Public Member Functions

Protected Member Functions


Detailed Description

Base class for implementations of Protocol.Interface.Avatars.


Constructor & Destructor Documentation

Class destructor.

Class constructor.


Member Function Documentation

static BaseProtocolAvatarsInterfacePtr Tp::BaseProtocolAvatarsInterface::create ( ) [inline, static]
template<typename BaseProtocolAvatarsInterfaceSubclass >
static SharedPtr<BaseProtocolAvatarsInterfaceSubclass> Tp::BaseProtocolAvatarsInterface::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.

Return the AvatarSpec that has been set with setAvatarDetails().

The contents of this AvatarSpec are exposed as the various properties of this interface on the bus and represent the expected values of the Connection.Interface.Avatars properties on connections of this protocol.

This property is immutable and cannot change after this interface has been registered on an object on the bus with registerInterface().

Returns:
The AvatarSpec that has been set with setAvatarDetails().
See also:
setAvatarDetails()

Set the avatar details that will be exposed on the properties of this interface on the bus.

This property is immutable and cannot change after this interface has been registered on an object on the bus with registerInterface().

Parameters:
detailsThe details to set.
See also:
avatarDetails()


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