| Home · All Classes · All Namespaces · Modules · Functions · Files |
#include <TelepathyQt/Channel>

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::PendingVariant * | requestPropertyServer () const |
| Tp::PendingVariantMap * | requestAllProperties () 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 |
Public Member Functions inherited from QDBusAbstractInterface | |
| virtual | ~QDBusAbstractInterface () |
| bool | isValid () const |
| QDBusConnection | connection () const |
| QString | service () const |
| QString | path () const |
| QString | interface () const |
| QDBusError | lastError () const |
| void | setTimeout (int timeout) |
| int | timeout () const |
| QDBusMessage | call (const QString &method, const QVariant &arg1, const QVariant &arg2, const QVariant &arg3, const QVariant &arg4, const QVariant &arg5, const QVariant &arg6, const QVariant &arg7, const QVariant &arg8) |
| QDBusMessage | call (QDBus::CallMode mode, const QString &method, const QVariant &arg1, const QVariant &arg2, const QVariant &arg3, const QVariant &arg4, const QVariant &arg5, const QVariant &arg6, const QVariant &arg7, const QVariant &arg8) |
| QDBusMessage | callWithArgumentList (QDBus::CallMode mode, const QString &method, const QList< QVariant > &args) |
| bool | callWithCallback (const QString &method, const QList< QVariant > &args, QObject *receiver, const char *returnMethod, const char *errorMethod) |
| bool | callWithCallback (const QString &method, const QList< QVariant > &args, QObject *receiver, const char *slot) |
| QDBusPendingCall | asyncCall (const QString &method, const QVariant &arg1, const QVariant &arg2, const QVariant &arg3, const QVariant &arg4, const QVariant &arg5, const QVariant &arg6, const QVariant &arg7, const QVariant &arg8) |
| QDBusPendingCall | asyncCallWithArgumentList (const QString &method, const QList< QVariant > &args) |
Public Member Functions inherited from QObject | |
| QObject (QObject *parent) | |
| virtual | ~QObject () |
| virtual bool | event (QEvent *e) |
| virtual bool | eventFilter (QObject *watched, QEvent *event) |
| virtual const QMetaObject * | metaObject () const |
| QString | objectName () const |
| void | setObjectName (const QString &name) |
| bool | isWidgetType () const |
| bool | signalsBlocked () const |
| bool | blockSignals (bool block) |
| QThread * | thread () const |
| void | moveToThread (QThread *targetThread) |
| int | startTimer (int interval) |
| void | killTimer (int id) |
| T | findChild (const QString &name) const |
| QList< T > | findChildren (const QString &name) const |
| QList< T > | findChildren (const QRegExp ®Exp) const |
| QObject * | child (const char *objName, const char *inheritsClass, bool recursiveSearch) const |
| const QObjectList & | children () const |
| void | setParent (QObject *parent) |
| void | installEventFilter (QObject *filterObj) |
| void | removeEventFilter (QObject *obj) |
| bool | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
| bool | disconnect (const char *signal, const QObject *receiver, const char *method) |
| bool | disconnect (const QObject *receiver, const char *method) |
| void | dumpObjectTree () |
| void | dumpObjectInfo () |
| bool | setProperty (const char *name, const QVariant &value) |
| QVariant | property (const char *name) const |
| QList< QByteArray > | dynamicPropertyNames () const |
| void | destroyed (QObject *obj) |
| QObject * | parent () const |
| bool | inherits (const char *className) const |
| void | deleteLater () |
| QObject (QObject *parent, const char *name) | |
| void | insertChild (QObject *object) |
| void | removeChild (QObject *object) |
| bool | isA (const char *className) const |
| const char * | className () const |
| const char * | name () const |
| const char * | name (const char *defaultName) const |
| void | setName (const char *name) |
Static Public Member Functions | |
| static QLatin1String | staticInterfaceName () |
Static Public Member Functions inherited from QObject | |
| QString | tr (const char *sourceText, const char *disambiguation, int n) |
| QString | trUtf8 (const char *sourceText, const char *disambiguation, int n) |
| bool | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) |
| bool | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) |
| bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method) |
| bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) |
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) | |
| PendingVariant * | internalRequestProperty (const QString &name) const |
| PendingOperation * | internalSetProperty (const QString &name, const QVariant &newValue) |
| PendingVariantMap * | internalRequestAllProperties () const |
Protected Member Functions inherited from QObject | |
| QObject * | sender () const |
| int | senderSignalIndex () const |
| int | receivers (const char *signal) const |
| virtual void | timerEvent (QTimerEvent *event) |
| virtual void | childEvent (QChildEvent *event) |
| virtual void | customEvent (QEvent *event) |
| virtual void | connectNotify (const char *signal) |
| virtual void | disconnectNotify (const char *signal) |
| bool | checkConnectArgs (const char *signal, const QObject *object, const char *method) |
Additional Inherited Members | |
Protected Slots inherited from Tp::AbstractInterface | |
Static Protected Member Functions inherited from QObject | |
| QByteArray | normalizeSignalSlot (const char *signalSlot) |
Properties inherited from QObject | |
| objectName | |
Proxy class providing a 1:1 mapping of the D-Bus interface "org.freedesktop.Telepathy.Channel.Type.RoomList".
| 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.
| busName | Name of the service the object is on. |
| objectPath | Path to the object on the service. |
| parent | Passed to the parent class constructor. |
| 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.
| connection | The bus via which the object can be reached. |
| busName | Name of the service the object is on. |
| objectPath | Path to the object on the service. |
| parent | Passed to the parent class constructor. |
| Tp::Client::ChannelTypeRoomListInterface::ChannelTypeRoomListInterface | ( | Tp::DBusProxy * | proxy | ) |
Creates a ChannelTypeRoomListInterface associated with the same object as the given proxy.
| proxy | The proxy to use. It will also be the QObject::parent() for this object. |
|
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.
| mainInterface | The proxy to use. |
| 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.
| mainInterface | The proxy to use. |
| parent | Passed to the parent class constructor. |
|
inlinestatic |
Returns the name of the interface "org.freedesktop.Telepathy.Channel.Type.RoomList", which this class represents.
|
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.
|
inline |
Request all of the DBus properties on the interface.
|
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.
| timeout | The timeout in milliseconds. |
A boolean indicating if room listing is in progress
|
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.
| timeout | The timeout in milliseconds. |
|
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.
| timeout | The timeout in milliseconds. |
|
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:
| rooms |
An array of structs containing:
|
|
signal |
Represents the signal ListingRooms on the remote object.
Emitted to indicate whether or not room listing request is currently in progress.
| listing | A boolean indicating if room listing is in progress |
|
protectedvirtual |
Reimplemented from Tp::AbstractInterface.
| Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation | Telepathy-Qt 0.9.7 |