Home · All Classes · All Namespaces · Modules · Functions · Files |
Base class for implementations of Channel.Interface.Hold. More...
#include <TelepathyQt/BaseChannel>
Inherits Tp::AbstractChannelInterface.
Public Types | |
typedef Callback3< void, const Tp::LocalHoldState &, const Tp::LocalHoldStateReason &, DBusError * > | SetHoldStateCallback |
Signals | |
void | holdStateChanged (const Tp::LocalHoldState &state, const Tp::LocalHoldStateReason &reason) |
Signals inherited from Tp::Object | |
void | propertyChanged (const QString &propertyName) |
Static Public Member Functions | |
static BaseChannelHoldInterfacePtr | create () |
template<typename BaseChannelHoldInterfaceSubclass > | |
static SharedPtr< BaseChannelHoldInterfaceSubclass > | create () |
Additional Inherited Members | |
Protected Member Functions inherited from Tp::AbstractChannelInterface | |
virtual void | close () |
virtual void | setBaseChannel (BaseChannel *channel) |
Protected Member Functions inherited from Tp::AbstractDBusServiceInterface | |
virtual bool | registerInterface (DBusObject *dbusObject) |
Protected Member Functions inherited from Tp::Object | |
Object () | |
void | notify (const char *propertyName) |
Base class for implementations of Channel.Interface.Hold.
typedef Callback3<void, const Tp::LocalHoldState&, const Tp::LocalHoldStateReason &, DBusError*> Tp::BaseChannelHoldInterface::SetHoldStateCallback |
|
virtual |
Class destructor.
|
inlinestatic |
|
inlinestatic |
|
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.
Tp::LocalHoldState Tp::BaseChannelHoldInterface::getHoldState | ( | ) | const |
Tp::LocalHoldStateReason Tp::BaseChannelHoldInterface::getHoldReason | ( | ) | const |
void Tp::BaseChannelHoldInterface::setHoldState | ( | const Tp::LocalHoldState & | state, |
const Tp::LocalHoldStateReason & | reason | ||
) |
void Tp::BaseChannelHoldInterface::setSetHoldStateCallback | ( | const SetHoldStateCallback & | cb | ) |
|
signal |
Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation | Telepathy-Qt 0.9.7 |