Home · All Classes · All Namespaces · Modules · Functions · Files |
Base class for implementations of Call.Content.Interface.DTMF. More...
#include <TelepathyQt/BaseCall>
Inherits Tp::AbstractCallContentInterface.
Base class for implementations of Call.Content.Interface.DTMF.
typedef Callback2<void, uchar, DBusError*> Tp::BaseCallContentDTMFInterface::StartToneCallback |
typedef Callback1<void, DBusError*> Tp::BaseCallContentDTMFInterface::StopToneCallback |
typedef Callback2<void, const QString&, DBusError*> Tp::BaseCallContentDTMFInterface::MultipleTonesCallback |
Class destructor.
static BaseCallContentDTMFInterfacePtr Tp::BaseCallContentDTMFInterface::create | ( | ) | [inline, static] |
static SharedPtr<BaseCallContentDTMFInterfaceSubclass> Tp::BaseCallContentDTMFInterface::create | ( | ) | [inline, static] |
QVariantMap Tp::BaseCallContentDTMFInterface::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.
bool Tp::BaseCallContentDTMFInterface::currentlySendingTones | ( | ) | const |
void Tp::BaseCallContentDTMFInterface::setCurrentlySendingTones | ( | bool | sendingTones | ) |
QString Tp::BaseCallContentDTMFInterface::deferredTones | ( | ) | const |
void Tp::BaseCallContentDTMFInterface::setDeferredTones | ( | const QString & | deferredTones | ) |
void Tp::BaseCallContentDTMFInterface::setStartToneCallback | ( | const StartToneCallback & | cb | ) |
void Tp::BaseCallContentDTMFInterface::setStopToneCallback | ( | const StopToneCallback & | cb | ) |
void Tp::BaseCallContentDTMFInterface::setMultipleTonesCallback | ( | const MultipleTonesCallback & | cb | ) |
Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation | Telepathy-Qt 0.9.6.1 |