Home · All Classes · All Namespaces · Modules · Functions · Files |
Base class for implementations of Protocol.Interface.Avatars. More...
#include <TelepathyQt/BaseProtocolAvatarsInterface>
Inherits Tp::AbstractProtocolInterface.
Public Member Functions | |
virtual | ~BaseProtocolAvatarsInterface () |
QVariantMap | immutableProperties () const |
AvatarSpec | avatarDetails () const |
void | setAvatarDetails (const AvatarSpec &spec) |
![]() | |
AbstractProtocolInterface (const QString &interfaceName) | |
virtual | ~AbstractProtocolInterface () |
![]() | |
AbstractDBusServiceInterface (const QString &interfaceName) | |
virtual | ~AbstractDBusServiceInterface () |
QString | interfaceName () const |
DBusObject * | dbusObject () const |
bool | isRegistered () const |
bool | notifyPropertyChanged (const QString &propertyName, const QVariant &propertyValue) |
![]() | |
virtual | ~Object () |
![]() | |
RefCounted () | |
virtual | ~RefCounted () |
Static Public Member Functions | |
static BaseProtocolAvatarsInterfacePtr | create () |
template<typename BaseProtocolAvatarsInterfaceSubclass > | |
static SharedPtr< BaseProtocolAvatarsInterfaceSubclass > | create () |
Protected Member Functions | |
BaseProtocolAvatarsInterface () | |
![]() | |
virtual bool | registerInterface (DBusObject *dbusObject) |
![]() | |
Object () | |
void | notify (const char *propertyName) |
Additional Inherited Members | |
![]() | |
void | propertyChanged (const QString &propertyName) |
Base class for implementations of Protocol.Interface.Avatars.
|
virtual |
Class destructor.
|
protected |
Class constructor.
|
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.
AvatarSpec Tp::BaseProtocolAvatarsInterface::avatarDetails | ( | ) | const |
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.7 |