Home · All Classes · All Namespaces · Modules · Functions · Files |
Base class for implementations of Channel.Interface.Group. More...
#include <TelepathyQt/BaseChannel>
Inherits Tp::AbstractChannelInterface.
Base class for implementations of Channel.Interface.Group.
typedef Callback3<void, const Tp::UIntList&, const QString&, DBusError*> Tp::BaseChannelGroupInterface::RemoveMembersCallback |
typedef Callback3<void, const Tp::UIntList&, const QString&, DBusError*> Tp::BaseChannelGroupInterface::AddMembersCallback |
Class destructor.
static BaseChannelGroupInterfacePtr Tp::BaseChannelGroupInterface::create | ( | ChannelGroupFlags | initialFlags, |
uint | selfHandle | ||
) | [inline, static] |
static SharedPtr<BaseChannelGroupInterfaceSubclass> Tp::BaseChannelGroupInterface::create | ( | ChannelGroupFlags | initialFlags, |
uint | selfHandle | ||
) | [inline, static] |
QVariantMap Tp::BaseChannelGroupInterface::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.
void Tp::BaseChannelGroupInterface::setRemoveMembersCallback | ( | const RemoveMembersCallback & | cb | ) |
void Tp::BaseChannelGroupInterface::setAddMembersCallback | ( | const AddMembersCallback & | cb | ) |
void Tp::BaseChannelGroupInterface::addMembers | ( | const Tp::UIntList & | handles, |
const QStringList & | identifiers | ||
) |
void Tp::BaseChannelGroupInterface::removeMembers | ( | const Tp::UIntList & | handles | ) |
Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation | Telepathy-Qt 0.9.6.1 |