#include <TelepathyQt4/Client/Connection>
Public Slots | |
QDBusPendingReply< uint > | GetAliasFlags () |
QDBusPendingReply< QStringList > | RequestAliases (const Telepathy::UIntList &contacts) |
QDBusPendingReply < Telepathy::AliasMap > | GetAliases (const Telepathy::UIntList &contacts) |
QDBusPendingReply | SetAliases (const Telepathy::AliasMap &aliases) |
Signals | |
void | AliasesChanged (const Telepathy::AliasPairList &aliases) |
Public Member Functions | |
ConnectionInterfaceAliasingInterface (const QString &serviceName, const QString &objectPath, QObject *parent=0) | |
ConnectionInterfaceAliasingInterface (const QDBusConnection &connection, const QString &serviceName, const QString &objectPath, QObject *parent=0) | |
ConnectionInterfaceAliasingInterface (Telepathy::Client::DBusProxy *proxy) | |
ConnectionInterfaceAliasingInterface (const Telepathy::Client::ConnectionInterface &mainInterface) | |
ConnectionInterfaceAliasingInterface (const Telepathy::Client::ConnectionInterface &mainInterface, QObject *parent) | |
Static Public Member Functions | |
static const char * | staticInterfaceName () |
Protected Member Functions | |
virtual void | invalidate (Telepathy::Client::DBusProxy *, const QString &, const QString &) |
Telepathy::Client::ConnectionInterfaceAliasingInterface::ConnectionInterfaceAliasingInterface | ( | const QString & | serviceName, | |
const QString & | objectPath, | |||
QObject * | parent = 0 | |||
) |
Creates a ConnectionInterfaceAliasingInterface associated with the given object on the session bus.
serviceName | Name of the service the object is on. | |
objectPath | Path to the object on the service. | |
parent | Passed to the parent class constructor. |
Telepathy::Client::ConnectionInterfaceAliasingInterface::ConnectionInterfaceAliasingInterface | ( | const QDBusConnection & | connection, | |
const QString & | serviceName, | |||
const QString & | objectPath, | |||
QObject * | parent = 0 | |||
) |
Creates a ConnectionInterfaceAliasingInterface associated with the given object on the given bus.
connection | The bus via which the object can be reached. | |
serviceName | Name of the service the object is on. | |
objectPath | Path to the object on the service. | |
parent | Passed to the parent class constructor. |
Telepathy::Client::ConnectionInterfaceAliasingInterface::ConnectionInterfaceAliasingInterface | ( | Telepathy::Client::DBusProxy * | proxy | ) |
Creates a ConnectionInterfaceAliasingInterface associated with the same object as the given proxy.
proxy | The proxy to use. It will also be the QObject::parent() for this object. |
Telepathy::Client::ConnectionInterfaceAliasingInterface::ConnectionInterfaceAliasingInterface | ( | const Telepathy::Client::ConnectionInterface & | mainInterface | ) | [explicit] |
Creates a ConnectionInterfaceAliasingInterface associated with the same object as the given proxy. Additionally, the created proxy will have the same parent as the given proxy.
mainInterface | The proxy to use. |
Telepathy::Client::ConnectionInterfaceAliasingInterface::ConnectionInterfaceAliasingInterface | ( | const Telepathy::Client::ConnectionInterface & | mainInterface, | |
QObject * | parent | |||
) |
Creates a ConnectionInterfaceAliasingInterface associated with the same object as the given proxy. However, a different parent object can be specified.
mainInterface | The proxy to use. | |
parent | Passed to the parent class constructor. |
void Telepathy::Client::ConnectionInterfaceAliasingInterface::AliasesChanged | ( | const Telepathy::AliasPairList & | aliases | ) | [signal] |
Represents the signal "AliasesChanged" on the remote object.
Signal emitted when a contact's alias (or that of the user) is changed.
aliases | An array containing structs of:
|
QDBusPendingReply<Telepathy::AliasMap> Telepathy::Client::ConnectionInterfaceAliasingInterface::GetAliases | ( | const Telepathy::UIntList & | contacts | ) | [inline, slot] |
Begins a call to the D-Bus method "GetAliases" on the remote object.
Request the value of several contacts' aliases at once. This SHOULD only return cached aliases, falling back on the handle name if none is present. Also if there was no cached alias, a request SHOULD be started of which the result is later signalled by AliasesChanged.
contacts | An array of handles representing contacts |
References Telepathy::Client::AbstractInterface::invalidationMessage(), and Telepathy::Client::AbstractInterface::invalidationReason().
QDBusPendingReply<uint> Telepathy::Client::ConnectionInterfaceAliasingInterface::GetAliasFlags | ( | ) | [inline, slot] |
Begins a call to the D-Bus method "GetAliasFlags" on the remote object.
Return a bitwise OR of flags detailing the behaviour of aliases on this connection.
References Telepathy::Client::AbstractInterface::invalidationMessage(), and Telepathy::Client::AbstractInterface::invalidationReason().
virtual void Telepathy::Client::ConnectionInterfaceAliasingInterface::invalidate | ( | Telepathy::Client::DBusProxy * | , | |
const QString & | , | |||
const QString & | ||||
) | [protected, virtual] |
Reimplemented from Telepathy::Client::AbstractInterface.
QDBusPendingReply<QStringList> Telepathy::Client::ConnectionInterfaceAliasingInterface::RequestAliases | ( | const Telepathy::UIntList & | contacts | ) | [inline, slot] |
Begins a call to the D-Bus method "RequestAliases" on the remote object.
Request the value of several contacts' aliases at once.
contacts | An array of handles representing contacts |
References Telepathy::Client::AbstractInterface::invalidationMessage(), and Telepathy::Client::AbstractInterface::invalidationReason().
QDBusPendingReply Telepathy::Client::ConnectionInterfaceAliasingInterface::SetAliases | ( | const Telepathy::AliasMap & | aliases | ) | [inline, slot] |
Begins a call to the D-Bus method "SetAliases" on the remote object.
Request that the alias of the given contact be changed. Success will be indicated by emitting an AliasesChanged signal. On connections where the CONNECTION_ALIAS_FLAG_USER_SET flag is not set, this method will only ever succeed if the contact is the user's own handle (as returned by Connection.GetSelfHandle).
aliases | A dictionary mapping integer handles of contacts to strings of the new alias to set. |
References Telepathy::Client::AbstractInterface::invalidationMessage(), and Telepathy::Client::AbstractInterface::invalidationReason().
static const char* Telepathy::Client::ConnectionInterfaceAliasingInterface::staticInterfaceName | ( | ) | [inline, static] |
Returns the name of the interface "org.freedesktop.Telepathy.Connection.Interface.Aliasing", which this class represents.