Home · Modules · All Classes · All Namespaces |
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 |
DBusObject * | dbusObject () 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) |
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().
Reimplemented from 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. |
TelepathyQt 0.9.8 | Generated by 1.8.15 |