Home · All Classes · All Namespaces · Modules · Functions · Files |
Base class for implementations of Connection.Interface.ContactList. More...
#include <TelepathyQt/BaseConnection>
Inherits Tp::AbstractConnectionInterface.
Public Types | |
typedef Callback3< Tp::ContactAttributesMap, const QStringList &, bool, DBusError * > | GetContactListAttributesCallback |
typedef Callback3< void, const Tp::UIntList &, const QString &, DBusError * > | RequestSubscriptionCallback |
typedef Callback2< void, const Tp::UIntList &, DBusError * > | AuthorizePublicationCallback |
typedef Callback2< void, const Tp::UIntList &, DBusError * > | RemoveContactsCallback |
typedef Callback2< void, const Tp::UIntList &, DBusError * > | UnsubscribeCallback |
typedef Callback2< void, const Tp::UIntList &, DBusError * > | UnpublishCallback |
typedef Callback1< void, DBusError * > | DownloadCallback |
Static Public Member Functions | |
static BaseConnectionContactListInterfacePtr | create () |
template<typename BaseConnectionContactListInterfaceSubclass > | |
static SharedPtr< BaseConnectionContactListInterfaceSubclass > | create () |
Protected Member Functions | |
BaseConnectionContactListInterface () | |
Protected Member Functions inherited from Tp::AbstractConnectionInterface | |
virtual void | setBaseConnection (BaseConnection *connection) |
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 Connection.Interface.ContactList.
typedef Callback3<Tp::ContactAttributesMap, const QStringList &, bool, DBusError*> Tp::BaseConnectionContactListInterface::GetContactListAttributesCallback |
typedef Callback3<void, const Tp::UIntList &, const QString &, DBusError*> Tp::BaseConnectionContactListInterface::RequestSubscriptionCallback |
typedef Callback2<void, const Tp::UIntList &, DBusError*> Tp::BaseConnectionContactListInterface::AuthorizePublicationCallback |
typedef Callback2<void, const Tp::UIntList &, DBusError*> Tp::BaseConnectionContactListInterface::RemoveContactsCallback |
typedef Callback2<void, const Tp::UIntList &, DBusError*> Tp::BaseConnectionContactListInterface::UnsubscribeCallback |
typedef Callback2<void, const Tp::UIntList &, DBusError*> Tp::BaseConnectionContactListInterface::UnpublishCallback |
|
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.
uint Tp::BaseConnectionContactListInterface::contactListState | ( | ) | const |
void Tp::BaseConnectionContactListInterface::setContactListState | ( | uint | contactListState | ) |
bool Tp::BaseConnectionContactListInterface::contactListPersists | ( | ) | const |
void Tp::BaseConnectionContactListInterface::setContactListPersists | ( | bool | contactListPersists | ) |
bool Tp::BaseConnectionContactListInterface::canChangeContactList | ( | ) | const |
void Tp::BaseConnectionContactListInterface::setCanChangeContactList | ( | bool | canChangeContactList | ) |
bool Tp::BaseConnectionContactListInterface::requestUsesMessage | ( | ) | const |
void Tp::BaseConnectionContactListInterface::setRequestUsesMessage | ( | bool | requestUsesMessage | ) |
bool Tp::BaseConnectionContactListInterface::downloadAtConnection | ( | ) | const |
void Tp::BaseConnectionContactListInterface::setDownloadAtConnection | ( | bool | downloadAtConnection | ) |
void Tp::BaseConnectionContactListInterface::setGetContactListAttributesCallback | ( | const GetContactListAttributesCallback & | cb | ) |
Tp::ContactAttributesMap Tp::BaseConnectionContactListInterface::getContactListAttributes | ( | const QStringList & | interfaces, |
bool | hold, | ||
DBusError * | error | ||
) |
void Tp::BaseConnectionContactListInterface::setRequestSubscriptionCallback | ( | const RequestSubscriptionCallback & | cb | ) |
void Tp::BaseConnectionContactListInterface::requestSubscription | ( | const Tp::UIntList & | contacts, |
const QString & | message, | ||
DBusError * | error | ||
) |
void Tp::BaseConnectionContactListInterface::setAuthorizePublicationCallback | ( | const AuthorizePublicationCallback & | cb | ) |
void Tp::BaseConnectionContactListInterface::authorizePublication | ( | const Tp::UIntList & | contacts, |
DBusError * | error | ||
) |
void Tp::BaseConnectionContactListInterface::setRemoveContactsCallback | ( | const RemoveContactsCallback & | cb | ) |
void Tp::BaseConnectionContactListInterface::removeContacts | ( | const Tp::UIntList & | contacts, |
DBusError * | error | ||
) |
void Tp::BaseConnectionContactListInterface::setUnsubscribeCallback | ( | const UnsubscribeCallback & | cb | ) |
void Tp::BaseConnectionContactListInterface::unsubscribe | ( | const Tp::UIntList & | contacts, |
DBusError * | error | ||
) |
void Tp::BaseConnectionContactListInterface::setUnpublishCallback | ( | const UnpublishCallback & | cb | ) |
void Tp::BaseConnectionContactListInterface::unpublish | ( | const Tp::UIntList & | contacts, |
DBusError * | error | ||
) |
void Tp::BaseConnectionContactListInterface::setDownloadCallback | ( | const DownloadCallback & | cb | ) |
void Tp::BaseConnectionContactListInterface::download | ( | DBusError * | error | ) |
void Tp::BaseConnectionContactListInterface::contactsChangedWithID | ( | const Tp::ContactSubscriptionMap & | changes, |
const Tp::HandleIdentifierMap & | identifiers, | ||
const Tp::HandleIdentifierMap & | removals | ||
) |
Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation | Telepathy-Qt 0.9.7 |