| Home · All Classes · All Namespaces · Modules · Functions · Files |
Base class for implementations of Channel.Interface.Room2. More...
#include <TelepathyQt/BaseChannel>
Inherits Tp::AbstractChannelInterface.
Base class for implementations of Channel.Interface.Room2.
| Tp::BaseChannelRoomInterface::~BaseChannelRoomInterface | ( | ) | [virtual] |
Class destructor.
| Tp::BaseChannelRoomInterface::BaseChannelRoomInterface | ( | const QString & | roomName, |
| const QString & | server, | ||
| const QString & | creator, | ||
| uint | creatorHandle, | ||
| const QDateTime & | creationTimestamp | ||
| ) | [protected] |
Class constructor.
| static BaseChannelRoomInterfacePtr Tp::BaseChannelRoomInterface::create | ( | const QString & | roomName, |
| const QString & | server, | ||
| const QString & | creator, | ||
| uint | creatorHandle, | ||
| const QDateTime & | creationTimestamp | ||
| ) | [inline, static] |
| static SharedPtr<BaseChannelRoomInterfaceSubclass> Tp::BaseChannelRoomInterface::create | ( | const QString & | roomName, |
| const QString & | server, | ||
| const QString & | creator, | ||
| uint | creatorHandle, | ||
| const QDateTime & | creationTimestamp | ||
| ) | [inline, static] |
| QVariantMap Tp::BaseChannelRoomInterface::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::BaseChannelRoomInterface::roomName | ( | ) | const |
| QString Tp::BaseChannelRoomInterface::server | ( | ) | const |
| QString Tp::BaseChannelRoomInterface::creator | ( | ) | const |
| uint Tp::BaseChannelRoomInterface::creatorHandle | ( | ) | const |
| QDateTime Tp::BaseChannelRoomInterface::creationTimestamp | ( | ) | const |
| Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation | Telepathy-Qt 0.9.6.1 |