| 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 |
Public Member Functions | |
| virtual | ~BaseCallContentDTMFInterface () |
| QVariantMap | immutableProperties () const |
| bool | currentlySendingTones () const |
| void | setCurrentlySendingTones (bool sendingTones) |
| QString | deferredTones () const |
| void | setDeferredTones (const QString &deferredTones) |
| void | setStartToneCallback (const StartToneCallback &cb) |
| void | setStopToneCallback (const StopToneCallback &cb) |
| void | setMultipleTonesCallback (const MultipleTonesCallback &cb) |
Static Public Member Functions | |
| static BaseCallContentDTMFInterfacePtr | create () |
| template<typename BaseCallContentDTMFInterfaceSubclass > | |
| static SharedPtr < BaseCallContentDTMFInterfaceSubclass > | create () |
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.7 |