Home · All Classes · All Namespaces · Modules · Functions · Files |
The RoomListChannel class represents a Telepathy Channel of type RoomList. More...
#include <TelepathyQt4/RoomListChannel>
Inherits Tp::Channel.
The RoomListChannel class represents a Telepathy Channel of type RoomList.
Note that this subclass of Channel will eventually provide a high-level API for the RoomList interface. Until then, it's just a Channel.
For more details, please refer to Telepathy specification.
See Asynchronous Object Model, Shared Pointer Usage
Tp::RoomListChannel::~RoomListChannel | ( | ) | [virtual] |
Class destructor.
Tp::RoomListChannel::RoomListChannel | ( | const ConnectionPtr & | connection, | |
const QString & | objectPath, | |||
const QVariantMap & | immutableProperties, | |||
const Feature & | coreFeature = Channel::FeatureCore |
|||
) | [protected] |
Construct a new RoomListChannel object.
connection | Connection owning this channel, and specifying the service. | |
objectPath | The channel object path. | |
immutableProperties | The channel immutable properties. | |
coreFeature | The core feature of the channel type, if any. The corresponding introspectable should should depend on Channel::FeatureCore. |
RoomListChannelPtr Tp::RoomListChannel::create | ( | const ConnectionPtr & | connection, | |
const QString & | objectPath, | |||
const QVariantMap & | immutableProperties | |||
) | [static] |
Create a new RoomListChannel 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.6.5
|