Home · All Classes · All Namespaces · Modules · Functions · Files |
Base class for implementations of Channel.Type.RoomList. More...
#include <TelepathyQt/BaseChannel>
Inherits Tp::AbstractChannelInterface.
Base class for implementations of Channel.Type.RoomList.
typedef Callback1<void, DBusError*> Tp::BaseChannelRoomListType::ListRoomsCallback |
typedef Callback1<void, DBusError*> Tp::BaseChannelRoomListType::StopListingCallback |
Tp::BaseChannelRoomListType::~BaseChannelRoomListType | ( | ) | [virtual] |
Class destructor.
Tp::BaseChannelRoomListType::BaseChannelRoomListType | ( | const QString & | server | ) | [protected] |
Class constructor.
static BaseChannelRoomListTypePtr Tp::BaseChannelRoomListType::create | ( | const QString & | server = QString() | ) | [inline, static] |
static SharedPtr<BaseChannelRoomListTypeSubclass> Tp::BaseChannelRoomListType::create | ( | const QString & | server = QString() | ) | [inline, static] |
QVariantMap Tp::BaseChannelRoomListType::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.
QString Tp::BaseChannelRoomListType::server | ( | ) | const |
void Tp::BaseChannelRoomListType::setListingRooms | ( | bool | listing | ) |
void Tp::BaseChannelRoomListType::setListRoomsCallback | ( | const ListRoomsCallback & | cb | ) |
void Tp::BaseChannelRoomListType::listRooms | ( | DBusError * | error | ) |
void Tp::BaseChannelRoomListType::setStopListingCallback | ( | const StopListingCallback & | cb | ) |
void Tp::BaseChannelRoomListType::stopListing | ( | DBusError * | error | ) |
void Tp::BaseChannelRoomListType::gotRooms | ( | const Tp::RoomInfoList & | rooms | ) |
Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation | Telepathy-Qt 0.9.6.1 |