Home · All Classes · All Namespaces · Modules · Functions · Files |
Base class for implementations of Protocol.Interface.Avatars. More...
#include <TelepathyQt/BaseProtocolAvatarsInterface>
Inherits Tp::AbstractProtocolInterface.
Base class for implementations of Protocol.Interface.Avatars.
Class destructor.
Tp::BaseProtocolAvatarsInterface::BaseProtocolAvatarsInterface | ( | ) | [protected] |
Class constructor.
static BaseProtocolAvatarsInterfacePtr Tp::BaseProtocolAvatarsInterface::create | ( | ) | [inline, static] |
static SharedPtr<BaseProtocolAvatarsInterfaceSubclass> Tp::BaseProtocolAvatarsInterface::create | ( | ) | [inline, static] |
QVariantMap Tp::BaseProtocolAvatarsInterface::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.
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().
void Tp::BaseProtocolAvatarsInterface::setAvatarDetails | ( | const AvatarSpec & | details | ) |
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().
details | The details to set. |
Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation | Telepathy-Qt 0.9.3 |