| Home · All Classes · All Namespaces · Modules · Functions · Files |
Base class for implementations of Connection.Interface.Requests. More...
#include <TelepathyQt/BaseConnection>
Inherits Tp::AbstractConnectionInterface.
Public Slots | |
| void | newChannels (const Tp::ChannelDetailsList &channels) |
| void | channelClosed (const QDBusObjectPath &removed) |
Public Member Functions | |
| virtual | ~BaseConnectionRequestsInterface () |
| QVariantMap | immutableProperties () const |
| void | ensureChannel (const QVariantMap &request, bool &yours, QDBusObjectPath &channel, QVariantMap &details, DBusError *error) |
| void | createChannel (const QVariantMap &request, QDBusObjectPath &channel, QVariantMap &details, DBusError *error) |
Static Public Member Functions | |
| static BaseConnectionRequestsInterfacePtr | create (BaseConnection *connection) |
| template<typename BaseConnectionRequestsInterfaceSubclass > | |
| static SharedPtr < BaseConnectionRequestsInterfaceSubclass > | create (BaseConnection *connection) |
Public Attributes | |
| Tp::RequestableChannelClassList | requestableChannelClasses |
Protected Member Functions | |
| BaseConnectionRequestsInterface (BaseConnection *connection) | |
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.7 |