Home · All Classes · All Namespaces · Modules · Functions · Files |
#include <TelepathyQt4/RoomListChannel>
Inherits Tp::Channel.
High-level proxy object for accessing remote Channel objects of the RoomList channel type.
This subclass of Channel will eventually provide a high-level API for the RoomList interface. Until then, it's just a Channel.
Tp::RoomListChannel::~RoomListChannel | ( | ) | [virtual] |
Class destructor.
Tp::RoomListChannel::RoomListChannel | ( | const ConnectionPtr & | connection, |
const QString & | objectPath, | ||
const QVariantMap & | immutableProperties, | ||
const Feature & | coreFeature = Channel::FeatureCore |
||
) | [protected] |
Creates a RoomListChannel associated with the given object on the same service as the given connection.
connection | Connection owning this RoomListChannel, and specifying the service. |
objectPath | Path to the object on the service. |
immutableProperties | The immutable properties of the channel, as signalled by NewChannels or returned by CreateChannel or EnsureChannel |
coreFeature | The core feature of the channel type, if any. The corresponding introspectable should depend on Channel::FeatureCore. |
RoomListChannelPtr Tp::RoomListChannel::create | ( | const ConnectionPtr & | connection, |
const QString & | objectPath, | ||
const QVariantMap & | immutableProperties | ||
) | [static] |
Create a new Channel object.
connection | Connection owning this channel, and specifying the service. |
objectPath | The channel object path. |
immutableProperties | The channel immutable properties. |
Reimplemented from Tp::Channel.
Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation | Telepathy-Qt4 0.7.1 |