Home · All Classes · All Namespaces · Modules · Functions · Files |
Base class for implementations of Call.Content.Interface.DTMF. More...
#include <TelepathyQt/BaseCall>
Inherits Tp::AbstractCallContentInterface.
Public Types | |
typedef Callback2< void, uchar, DBusError * > | StartToneCallback |
typedef Callback1< void, DBusError * > | StopToneCallback |
typedef Callback2< void, const QString &, DBusError * > | MultipleTonesCallback |
Static Public Member Functions | |
static BaseCallContentDTMFInterfacePtr | create () |
template<typename BaseCallContentDTMFInterfaceSubclass > | |
static SharedPtr< BaseCallContentDTMFInterfaceSubclass > | create () |
Additional Inherited Members | |
Signals inherited from Tp::Object | |
void | propertyChanged (const QString &propertyName) |
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 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 |
|
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.
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.7 |