Home · All Classes · All Namespaces · Modules · Functions · Files
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
Tp::BaseChannelRoomListType Class Reference

Base class for implementations of Channel.Type.RoomList. More...

#include <TelepathyQt/BaseChannel>

Inherits Tp::AbstractChannelInterface.

List of all members.

Public Types

typedef Callback1< void,
DBusError * > 
ListRoomsCallback
typedef Callback1< void,
DBusError * > 
StopListingCallback

Public Member Functions

virtual ~BaseChannelRoomListType ()
QVariantMap immutableProperties () const
QString server () const
bool getListingRooms ()
void setListingRooms (bool listing)
void setListRoomsCallback (const ListRoomsCallback &cb)
void listRooms (DBusError *error)
void setStopListingCallback (const StopListingCallback &cb)
void stopListing (DBusError *error)
void gotRooms (const Tp::RoomInfoList &rooms)

Static Public Member Functions

static BaseChannelRoomListTypePtr create (const QString &server=QString())
template<typename BaseChannelRoomListTypeSubclass >
static SharedPtr
< BaseChannelRoomListTypeSubclass > 
create (const QString &server=QString())

Protected Member Functions

 BaseChannelRoomListType (const QString &server)

Detailed Description

Base class for implementations of Channel.Type.RoomList.


Member Typedef Documentation


Constructor & Destructor Documentation

Class destructor.

Tp::BaseChannelRoomListType::BaseChannelRoomListType ( const QString &  server) [protected]

Class constructor.


Member Function Documentation

static BaseChannelRoomListTypePtr Tp::BaseChannelRoomListType::create ( const QString &  server = QString()) [inline, static]
template<typename BaseChannelRoomListTypeSubclass >
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().

Returns:
The immutable properties of this interface.

Implements Tp::AbstractDBusServiceInterface.


Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation
Telepathy-Qt 0.9.7