Home · All Classes · All Namespaces · Modules · Functions · Files |
Base class for implementations of Connection.Interface.Contacts. More...
#include <TelepathyQt/BaseConnection>
Inherits Tp::AbstractConnectionInterface.
Public Types | |
typedef Callback3 < ContactAttributesMap, const Tp::UIntList &, const QStringList &, DBusError * > | GetContactAttributesCallback |
Public Member Functions | |
virtual | ~BaseConnectionContactsInterface () |
QVariantMap | immutableProperties () const |
void | setGetContactAttributesCallback (const GetContactAttributesCallback &cb) |
ContactAttributesMap | getContactAttributes (const Tp::UIntList &handles, const QStringList &interfaces, DBusError *error) |
void | setContactAttributeInterfaces (const QStringList &contactAttributeInterfaces) |
![]() | |
AbstractConnectionInterface (const QString &interfaceName) | |
virtual | ~AbstractConnectionInterface () |
![]() | |
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 BaseConnectionContactsInterfacePtr | create () |
template<typename BaseConnectionContactsInterfaceSubclass > | |
static SharedPtr < BaseConnectionContactsInterfaceSubclass > | create () |
Protected Member Functions | |
BaseConnectionContactsInterface () | |
![]() | |
virtual bool | registerInterface (DBusObject *dbusObject) |
![]() | |
Object () | |
void | notify (const char *propertyName) |
Additional Inherited Members | |
![]() | |
void | propertyChanged (const QString &propertyName) |
Base class for implementations of Connection.Interface.Contacts.
typedef Callback3<ContactAttributesMap, const Tp::UIntList&, const QStringList&, DBusError*> Tp::BaseConnectionContactsInterface::GetContactAttributesCallback |
|
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.
void Tp::BaseConnectionContactsInterface::setGetContactAttributesCallback | ( | const GetContactAttributesCallback & | cb | ) |
ContactAttributesMap Tp::BaseConnectionContactsInterface::getContactAttributes | ( | const Tp::UIntList & | handles, |
const QStringList & | interfaces, | ||
DBusError * | error | ||
) |
void Tp::BaseConnectionContactsInterface::setContactAttributeInterfaces | ( | const QStringList & | contactAttributeInterfaces | ) |
Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation | Telepathy-Qt 0.9.6.1 |