#include <TelepathyQt4/Client/RoomList>
Public Member Functions | |
RoomList (Connection *connection, const QString &objectPath, const QVariantMap &immutableProperties, QObject *parent=0) | |
~RoomList () | |
Friends | |
struct | Private |
This subclass of Channel will eventually provide a high-level API for the RoomList interface. Until then, it's just a Channel.
Telepathy::Client::RoomList::RoomList | ( | Connection * | connection, | |
const QString & | objectPath, | |||
const QVariantMap & | immutableProperties, | |||
QObject * | parent = 0 | |||
) |
Creates a RoomList associated with the given object on the same service as the given connection.
connection | Connection owning this RoomList, 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 | |
parent | Passed to the parent class constructor. |
Telepathy::Client::RoomList::~RoomList | ( | ) |
Class destructor.
friend struct Private [friend] |
Reimplemented from Telepathy::Client::Channel.