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

Base class for implementations of Connection.Interface.Contacts. More...

#include <TelepathyQt/BaseConnection>

Inherits Tp::AbstractConnectionInterface.

List of all members.

Public Types

typedef Callback3
< Tp::ContactAttributesMap,
const Tp::UIntList &, const
QStringList &, DBusError * > 
GetContactAttributesCallback

Public Member Functions

virtual ~BaseConnectionContactsInterface ()
QVariantMap immutableProperties () const
QStringList contactAttributeInterfaces () const
void setContactAttributeInterfaces (const QStringList &contactAttributeInterfaces)
void setGetContactAttributesCallback (const GetContactAttributesCallback &cb)
Tp::ContactAttributesMap getContactAttributes (const Tp::UIntList &handles, const QStringList &interfaces, DBusError *error)
void getContactByID (const QString &identifier, const QStringList &interfaces, uint &handle, QVariantMap &attributes, DBusError *error)

Static Public Member Functions

static
BaseConnectionContactsInterfacePtr 
create ()
template<typename BaseConnectionContactsInterfaceSubclass >
static SharedPtr
< BaseConnectionContactsInterfaceSubclass > 
create ()

Protected Member Functions

 BaseConnectionContactsInterface ()
void setBaseConnection (BaseConnection *connection)

Detailed Description

Base class for implementations of Connection.Interface.Contacts.


Member Typedef Documentation


Constructor & Destructor Documentation

Class destructor.

Class constructor.


Member Function Documentation

static BaseConnectionContactsInterfacePtr Tp::BaseConnectionContactsInterface::create ( ) [inline, static]
template<typename BaseConnectionContactsInterfaceSubclass >
static SharedPtr<BaseConnectionContactsInterfaceSubclass> Tp::BaseConnectionContactsInterface::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.

void Tp::BaseConnectionContactsInterface::setContactAttributeInterfaces ( const QStringList &  contactAttributeInterfaces)
Tp::ContactAttributesMap Tp::BaseConnectionContactsInterface::getContactAttributes ( const Tp::UIntList handles,
const QStringList &  interfaces,
DBusError error 
)
void Tp::BaseConnectionContactsInterface::getContactByID ( const QString &  identifier,
const QStringList &  interfaces,
uint &  handle,
QVariantMap &  attributes,
DBusError error 
)
void Tp::BaseConnectionContactsInterface::setBaseConnection ( BaseConnection connection) [protected, virtual]

Reimplemented from Tp::AbstractConnectionInterface.


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