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

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)
 
- Public Member Functions inherited from Tp::AbstractProtocolInterface
 AbstractProtocolInterface (const QString &interfaceName)
 
virtual ~AbstractProtocolInterface ()
 
- Public Member Functions inherited from Tp::AbstractDBusServiceInterface
 AbstractDBusServiceInterface (const QString &interfaceName)
 
virtual ~AbstractDBusServiceInterface ()
 
QString interfaceName () const
 
DBusObjectdbusObject () const
 
bool isRegistered () const
 
bool notifyPropertyChanged (const QString &propertyName, const QVariant &propertyValue)
 
- Public Member Functions inherited from Tp::Object
virtual ~Object ()
 
- Public Member Functions inherited from Tp::RefCounted
 RefCounted ()
 
virtual ~RefCounted ()
 

Static Public Member Functions

static BaseProtocolAvatarsInterfacePtr create ()
 
template<typename BaseProtocolAvatarsInterfaceSubclass >
static SharedPtr< BaseProtocolAvatarsInterfaceSubclass > create ()
 

Protected Member Functions

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

Additional Inherited Members

- Signals inherited from Tp::Object
void propertyChanged (const QString &propertyName)
 

Detailed Description

Base class for implementations of Protocol.Interface.Avatars.

Constructor & Destructor Documentation

Tp::BaseProtocolAvatarsInterface::~BaseProtocolAvatarsInterface ( )
virtual

Class destructor.

Tp::BaseProtocolAvatarsInterface::BaseProtocolAvatarsInterface ( )
protected

Class constructor.

Member Function Documentation

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

Returns
The immutable properties of this interface.

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

Returns
The AvatarSpec that has been set with setAvatarDetails().
See also
setAvatarDetails()
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().

Parameters
detailsThe details to set.
See also
avatarDetails()


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