Home · All Classes · All Namespaces · Modules · Functions · Files |
Base class for implementations of Channel.Type.Call. More...
#include <TelepathyQt/BaseChannel>
Inherits Tp::AbstractChannelInterface.
Base class for implementations of Channel.Type.Call.
typedef Callback2<QDBusObjectPath, const QVariantMap&, DBusError*> Tp::BaseChannelCallType::CreateChannelCallback |
typedef Callback2<bool, const QVariantMap&, DBusError*> Tp::BaseChannelCallType::EnsureChannelCallback |
typedef Callback1<void, DBusError*> Tp::BaseChannelCallType::AcceptCallback |
typedef Callback4<void, uint, const QString &, const QString &, DBusError*> Tp::BaseChannelCallType::HangupCallback |
typedef Callback1<void, DBusError*> Tp::BaseChannelCallType::SetRingingCallback |
typedef Callback1<void, DBusError*> Tp::BaseChannelCallType::SetQueuedCallback |
typedef Callback4<QDBusObjectPath, const QString&, const Tp::MediaStreamType&, const Tp::MediaStreamDirection&, DBusError*> Tp::BaseChannelCallType::AddContentCallback |
Tp::BaseChannelCallType::~BaseChannelCallType | ( | ) | [virtual] |
Class destructor.
Tp::BaseChannelCallType::BaseChannelCallType | ( | BaseChannel * | channel, |
bool | hardwareStreaming, | ||
uint | initialTransport, | ||
bool | initialAudio, | ||
bool | initialVideo, | ||
QString | initialAudioName, | ||
QString | initialVideoName, | ||
bool | mutableContents = false |
||
) | [protected] |
Class constructor.
static BaseChannelCallTypePtr Tp::BaseChannelCallType::create | ( | BaseChannel * | channel, |
bool | hardwareStreaming, | ||
uint | initialTransport, | ||
bool | initialAudio, | ||
bool | initialVideo, | ||
QString | initialAudioName, | ||
QString | initialVideoName, | ||
bool | mutableContents = false |
||
) | [inline, static] |
static SharedPtr<BaseChannelCallTypeSubclass> Tp::BaseChannelCallType::create | ( | BaseChannel * | channel, |
bool | hardwareStreaming, | ||
uint | initialTransport, | ||
bool | initialAudio, | ||
bool | initialVideo, | ||
QString | initialAudioName, | ||
QString | initialVideoName, | ||
bool | mutableContents = false |
||
) | [inline, static] |
QVariantMap Tp::BaseChannelCallType::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.
QVariantMap Tp::BaseChannelCallType::callStateDetails | ( | ) |
uint Tp::BaseChannelCallType::callState | ( | ) |
uint Tp::BaseChannelCallType::callFlags | ( | ) |
QString Tp::BaseChannelCallType::initialAudioName | ( | ) |
QString Tp::BaseChannelCallType::initialVideoName | ( | ) |
void Tp::BaseChannelCallType::setAcceptCallback | ( | const AcceptCallback & | cb | ) |
void Tp::BaseChannelCallType::setHangupCallback | ( | const HangupCallback & | cb | ) |
void Tp::BaseChannelCallType::setSetRingingCallback | ( | const SetRingingCallback & | cb | ) |
void Tp::BaseChannelCallType::setSetQueuedCallback | ( | const SetQueuedCallback & | cb | ) |
void Tp::BaseChannelCallType::setAddContentCallback | ( | const AddContentCallback & | cb | ) |
void Tp::BaseChannelCallType::setCallState | ( | const Tp::CallState & | state, |
uint | flags, | ||
const Tp::CallStateReason & | stateReason, | ||
const QVariantMap & | callStateDetails | ||
) |
void Tp::BaseChannelCallType::setMembersFlags | ( | const Tp::CallMemberMap & | flagsChanged, |
const Tp::HandleIdentifierMap & | identifiers, | ||
const Tp::UIntList & | removed, | ||
const Tp::CallStateReason & | reason | ||
) |
BaseCallContentPtr Tp::BaseChannelCallType::addContent | ( | const QString & | name, |
const Tp::MediaStreamType & | type, | ||
const Tp::MediaStreamDirection & | direction | ||
) |
void Tp::BaseChannelCallType::addContent | ( | BaseCallContentPtr | content | ) |
Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation | Telepathy-Qt 0.9.6.1 |