Home · All Classes · All Namespaces · Modules · Functions · Files |
Base class for implementations of Channel.Interface.Hold. More...
#include <TelepathyQt/BaseChannel>
Inherits Tp::AbstractChannelInterface.
Base class for implementations of Channel.Interface.Hold.
typedef Callback3<void, const Tp::LocalHoldState&, const Tp::LocalHoldStateReason &, DBusError*> Tp::BaseChannelHoldInterface::SetHoldStateCallback |
Tp::BaseChannelHoldInterface::~BaseChannelHoldInterface | ( | ) | [virtual] |
Class destructor.
static BaseChannelHoldInterfacePtr Tp::BaseChannelHoldInterface::create | ( | ) | [inline, static] |
static SharedPtr<BaseChannelHoldInterfaceSubclass> Tp::BaseChannelHoldInterface::create | ( | ) | [inline, static] |
QVariantMap Tp::BaseChannelHoldInterface::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::BaseChannelHoldInterface::setHoldState | ( | const Tp::LocalHoldState & | state, |
const Tp::LocalHoldStateReason & | reason | ||
) |
void Tp::BaseChannelHoldInterface::setSetHoldStateCallback | ( | const SetHoldStateCallback & | cb | ) |
void Tp::BaseChannelHoldInterface::holdStateChanged | ( | const Tp::LocalHoldState & | state, |
const Tp::LocalHoldStateReason & | reason | ||
) | [signal] |
Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation | Telepathy-Qt 0.9.6.1 |