Home · Modules · All Classes · All Namespaces
Public Slots | Signals | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
Tp::Client::ChannelTypeRoomListInterface Class Reference

#include <TelepathyQt/Channel>

Inherits Tp::AbstractInterface.

Public Slots

QDBusPendingReply< bool > GetListingRooms (int timeout=-1)
 
QDBusPendingReply ListRooms (int timeout=-1)
 
QDBusPendingReply StopListing (int timeout=-1)
 

Signals

void GotRooms (const Tp::RoomInfoList &rooms)
 
void ListingRooms (bool listing)
 
- Signals inherited from Tp::AbstractInterface
void propertiesChanged (const QVariantMap &changedProperties, const QStringList &invalidatedProperties)
 

Public Member Functions

 ChannelTypeRoomListInterface (const QString &busName, const QString &objectPath, QObject *parent=0)
 
 ChannelTypeRoomListInterface (const QDBusConnection &connection, const QString &busName, const QString &objectPath, QObject *parent=0)
 
 ChannelTypeRoomListInterface (Tp::DBusProxy *proxy)
 
 ChannelTypeRoomListInterface (const Tp::Client::ChannelInterface &mainInterface)
 
 ChannelTypeRoomListInterface (const Tp::Client::ChannelInterface &mainInterface, QObject *parent)
 
Tp::PendingVariantrequestPropertyServer () const
 
Tp::PendingVariantMaprequestAllProperties () const
 
- Public Member Functions inherited from Tp::AbstractInterface
virtual ~AbstractInterface ()
 
bool isValid () const
 
QString invalidationReason () const
 
QString invalidationMessage () const
 
void setMonitorProperties (bool monitorProperties)
 
bool isMonitoringProperties () const
 

Static Public Member Functions

static QLatin1String staticInterfaceName ()
 

Protected Member Functions

virtual void invalidate (Tp::DBusProxy *, const QString &, const QString &)
 
- Protected Member Functions inherited from Tp::AbstractInterface
 AbstractInterface (DBusProxy *proxy, const QLatin1String &interface)
 
 AbstractInterface (const QString &busName, const QString &path, const QLatin1String &interface, const QDBusConnection &connection, QObject *parent)
 
PendingVariantinternalRequestProperty (const QString &name) const
 
PendingOperationinternalSetProperty (const QString &name, const QVariant &newValue)
 
PendingVariantMapinternalRequestAllProperties () const
 

Additional Inherited Members

- Protected Slots inherited from Tp::AbstractInterface

Detailed Description

Proxy class providing a 1:1 mapping of the D-Bus interface "org.freedesktop.Telepathy.Channel.Type.RoomList".

Constructor & Destructor Documentation

◆ ChannelTypeRoomListInterface() [1/5]

Tp::Client::ChannelTypeRoomListInterface::ChannelTypeRoomListInterface ( const QString &  busName,
const QString &  objectPath,
QObject *  parent = 0 
)

Creates a ChannelTypeRoomListInterface associated with the given object on the session bus.

Parameters
busNameName of the service the object is on.
objectPathPath to the object on the service.
parentPassed to the parent class constructor.

◆ ChannelTypeRoomListInterface() [2/5]

Tp::Client::ChannelTypeRoomListInterface::ChannelTypeRoomListInterface ( const QDBusConnection &  connection,
const QString &  busName,
const QString &  objectPath,
QObject *  parent = 0 
)

Creates a ChannelTypeRoomListInterface associated with the given object on the given bus.

Parameters
connectionThe bus via which the object can be reached.
busNameName of the service the object is on.
objectPathPath to the object on the service.
parentPassed to the parent class constructor.

◆ ChannelTypeRoomListInterface() [3/5]

Tp::Client::ChannelTypeRoomListInterface::ChannelTypeRoomListInterface ( Tp::DBusProxy proxy)

Creates a ChannelTypeRoomListInterface associated with the same object as the given proxy.

Parameters
proxyThe proxy to use. It will also be the QObject::parent() for this object.

◆ ChannelTypeRoomListInterface() [4/5]

Tp::Client::ChannelTypeRoomListInterface::ChannelTypeRoomListInterface ( const Tp::Client::ChannelInterface mainInterface)
explicit

Creates a ChannelTypeRoomListInterface associated with the same object as the given proxy. Additionally, the created proxy will have the same parent as the given proxy.

Parameters
mainInterfaceThe proxy to use.

◆ ChannelTypeRoomListInterface() [5/5]

Tp::Client::ChannelTypeRoomListInterface::ChannelTypeRoomListInterface ( const Tp::Client::ChannelInterface mainInterface,
QObject *  parent 
)

Creates a ChannelTypeRoomListInterface associated with the same object as the given proxy. However, a different parent object can be specified.

Parameters
mainInterfaceThe proxy to use.
parentPassed to the parent class constructor.

Member Function Documentation

◆ staticInterfaceName()

static QLatin1String Tp::Client::ChannelTypeRoomListInterface::staticInterfaceName ( )
inlinestatic

Returns the name of the interface "org.freedesktop.Telepathy.Channel.Type.RoomList", which this class represents.

Returns
The D-Bus interface name.

◆ requestPropertyServer()

Tp::PendingVariant* Tp::Client::ChannelTypeRoomListInterface::requestPropertyServer ( ) const
inline

Asynchronous getter for the remote object property Server of type QString.

For protocols with a concept of chatrooms on multiple servers with different DNS names (like XMPP), the DNS name of the server whose rooms are listed by this channel, e.g. "conference.jabber.org". Otherwise, the empty string. This property cannot change during the lifetime of the channel.

Returns
A pending variant which will emit finished when the property has been retrieved.

◆ requestAllProperties()

Tp::PendingVariantMap* Tp::Client::ChannelTypeRoomListInterface::requestAllProperties ( ) const
inline

Request all of the DBus properties on the interface.

Returns
A pending variant map which will emit finished when the properties have been retrieved.

◆ GetListingRooms

QDBusPendingReply<bool> Tp::Client::ChannelTypeRoomListInterface::GetListingRooms ( int  timeout = -1)
inlineslot

Begins a call to the D-Bus method GetListingRooms on the remote object.

Check to see if there is already a room list request in progress on this channel.

Note that timeout is ignored as of now. It will be used once http://bugreports.qt.nokia.com/browse/QTBUG-11775 is fixed.

Parameters
timeoutThe timeout in milliseconds.
Returns
A boolean indicating if room listing is in progress

◆ ListRooms

QDBusPendingReply Tp::Client::ChannelTypeRoomListInterface::ListRooms ( int  timeout = -1)
inlineslot

Begins a call to the D-Bus method ListRooms on the remote object.

Request the list of rooms from the server. The ListingRooms (True) signal should be emitted when this request is being processed, GotRooms when any room information is received, and ListingRooms (False) when the request is complete.

Note that timeout is ignored as of now. It will be used once http://bugreports.qt.nokia.com/browse/QTBUG-11775 is fixed.

Parameters
timeoutThe timeout in milliseconds.

◆ StopListing

QDBusPendingReply Tp::Client::ChannelTypeRoomListInterface::StopListing ( int  timeout = -1)
inlineslot

Begins a call to the D-Bus method StopListing on the remote object.

Stop the room listing if it's in progress, but don't close the channel. The ListingRooms (False) signal should be emitted when the listing stops.

Note that timeout is ignored as of now. It will be used once http://bugreports.qt.nokia.com/browse/QTBUG-11775 is fixed.

Parameters
timeoutThe timeout in milliseconds.

◆ GotRooms

void Tp::Client::ChannelTypeRoomListInterface::GotRooms ( const Tp::RoomInfoList rooms)
signal

Represents the signal GotRooms on the remote object.

Emitted when information about rooms on the server becomes available. The array contains the room handle (as can be passed to the ConnectionInterface::RequestChannel() method with HANDLE_TYPE_ROOM), the channel type, and a dictionary containing further information about the room as available. The following well-known keys and types are recommended for use where appropriate:

handle-name (s)
The identifier of the room (as would be returned by ConnectionInterface::InspectHandles() ). This property is mandatory.
name (s)
The human-readable name of the room if different from the handle
description (s)
A description of the room's overall purpose
subject (s)
The current subject of conversation in the room (as would be returned by getting the string part of the ChannelInterfaceSubjectInterface::Subject property)
members (u)
The number of members in the room
password (b)
True if the room requires a password to enter
invite-only (b)
True if you cannot join the room, but must be invited
room-id (s)
The human-readable identifier of a chat room (as would be returned by getting the ChannelInterfaceRoomInterface::RoomName property)
server (s)
The DNS name of the server hosting these channels (as would be returned by getting the ChannelInterfaceRoomInterface::Server property)

Parameters
rooms An array of structs containing:
  • an integer room handle
  • a string representing the D-Bus interface name of the channel type
  • a dictionary mapping string keys to variant boxed information

◆ ListingRooms

void Tp::Client::ChannelTypeRoomListInterface::ListingRooms ( bool  listing)
signal

Represents the signal ListingRooms on the remote object.

Emitted to indicate whether or not room listing request is currently in progress.

Parameters
listing
A boolean indicating if room listing is in progress

◆ invalidate()

void Tp::Client::ChannelTypeRoomListInterface::invalidate ( Tp::DBusProxy proxy,
const QString &  error,
const QString &  message 
)
protectedvirtual

Reimplemented from Tp::AbstractInterface.