Home · All Classes · All Namespaces · Modules · Functions · Files |
Base class for implementations of Connection.Interface.Requests. More...
#include <TelepathyQt/BaseConnection>
Inherits Tp::AbstractConnectionInterface.
Base class for implementations of Connection.Interface.Requests.
Class destructor.
Tp::BaseConnectionRequestsInterface::BaseConnectionRequestsInterface | ( | BaseConnection * | connection | ) | [protected] |
Class constructor.
static BaseConnectionRequestsInterfacePtr Tp::BaseConnectionRequestsInterface::create | ( | BaseConnection * | connection | ) | [inline, static] |
static SharedPtr<BaseConnectionRequestsInterfaceSubclass> Tp::BaseConnectionRequestsInterface::create | ( | BaseConnection * | connection | ) | [inline, static] |
QVariantMap Tp::BaseConnectionRequestsInterface::immutableProperties | ( | ) | const [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::BaseConnectionRequestsInterface::ensureChannel | ( | const QVariantMap & | request, |
bool & | yours, | ||
QDBusObjectPath & | channel, | ||
QVariantMap & | details, | ||
DBusError * | error | ||
) |
void Tp::BaseConnectionRequestsInterface::createChannel | ( | const QVariantMap & | request, |
QDBusObjectPath & | channel, | ||
QVariantMap & | details, | ||
DBusError * | error | ||
) |
void Tp::BaseConnectionRequestsInterface::newChannels | ( | const Tp::ChannelDetailsList & | channels | ) | [slot] |
void Tp::BaseConnectionRequestsInterface::channelClosed | ( | const QDBusObjectPath & | removed | ) | [slot] |
Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation | Telepathy-Qt 0.9.6.1 |