#include <TelepathyQt4/Client/Channel>
Public Slots | |
QDBusPendingReply | StartTone (uint streamID, uchar event) |
QDBusPendingReply | StopTone (uint streamID) |
Public Member Functions | |
ChannelInterfaceDTMFInterface (const QString &serviceName, const QString &objectPath, QObject *parent=0) | |
ChannelInterfaceDTMFInterface (const QDBusConnection &connection, const QString &serviceName, const QString &objectPath, QObject *parent=0) | |
ChannelInterfaceDTMFInterface (Telepathy::Client::DBusProxy *proxy) | |
ChannelInterfaceDTMFInterface (const Telepathy::Client::ChannelInterface &mainInterface) | |
ChannelInterfaceDTMFInterface (const Telepathy::Client::ChannelInterface &mainInterface, QObject *parent) | |
Static Public Member Functions | |
static const char * | staticInterfaceName () |
Protected Member Functions | |
virtual void | invalidate (Telepathy::Client::DBusProxy *, const QString &, const QString &) |
Telepathy::Client::ChannelInterfaceDTMFInterface::ChannelInterfaceDTMFInterface | ( | const QString & | serviceName, | |
const QString & | objectPath, | |||
QObject * | parent = 0 | |||
) |
Creates a ChannelInterfaceDTMFInterface associated with the given object on the session bus.
serviceName | Name of the service the object is on. | |
objectPath | Path to the object on the service. | |
parent | Passed to the parent class constructor. |
Telepathy::Client::ChannelInterfaceDTMFInterface::ChannelInterfaceDTMFInterface | ( | const QDBusConnection & | connection, | |
const QString & | serviceName, | |||
const QString & | objectPath, | |||
QObject * | parent = 0 | |||
) |
Creates a ChannelInterfaceDTMFInterface associated with the given object on the given bus.
connection | The bus via which the object can be reached. | |
serviceName | Name of the service the object is on. | |
objectPath | Path to the object on the service. | |
parent | Passed to the parent class constructor. |
Telepathy::Client::ChannelInterfaceDTMFInterface::ChannelInterfaceDTMFInterface | ( | Telepathy::Client::DBusProxy * | proxy | ) |
Creates a ChannelInterfaceDTMFInterface associated with the same object as the given proxy.
proxy | The proxy to use. It will also be the QObject::parent() for this object. |
Telepathy::Client::ChannelInterfaceDTMFInterface::ChannelInterfaceDTMFInterface | ( | const Telepathy::Client::ChannelInterface & | mainInterface | ) | [explicit] |
Creates a ChannelInterfaceDTMFInterface associated with the same object as the given proxy. Additionally, the created proxy will have the same parent as the given proxy.
mainInterface | The proxy to use. |
Telepathy::Client::ChannelInterfaceDTMFInterface::ChannelInterfaceDTMFInterface | ( | const Telepathy::Client::ChannelInterface & | mainInterface, | |
QObject * | parent | |||
) |
Creates a ChannelInterfaceDTMFInterface associated with the same object as the given proxy. However, a different parent object can be specified.
mainInterface | The proxy to use. | |
parent | Passed to the parent class constructor. |
virtual void Telepathy::Client::ChannelInterfaceDTMFInterface::invalidate | ( | Telepathy::Client::DBusProxy * | , | |
const QString & | , | |||
const QString & | ||||
) | [protected, virtual] |
Reimplemented from Telepathy::Client::AbstractInterface.
QDBusPendingReply Telepathy::Client::ChannelInterfaceDTMFInterface::StartTone | ( | uint | streamID, | |
uchar | event | |||
) | [inline, slot] |
Begins a call to the D-Bus method "StartTone" on the remote object.
Start sending a DTMF tone on this stream. Where possible, the tone will continue until StopTone is called. On certain protocols, it may only be possible to send events with a predetermined length. In this case, the implementation may emit a fixed-length tone, and the StopTone method call should return NotAvailable.
streamID | A stream ID as defined in the StreamedMedia channel type. | |
event | A numeric event code from the DTMF_Event enum. |
References Telepathy::Client::AbstractInterface::invalidationMessage(), and Telepathy::Client::AbstractInterface::invalidationReason().
static const char* Telepathy::Client::ChannelInterfaceDTMFInterface::staticInterfaceName | ( | ) | [inline, static] |
Returns the name of the interface "org.freedesktop.Telepathy.Channel.Interface.DTMF", which this class represents.
QDBusPendingReply Telepathy::Client::ChannelInterfaceDTMFInterface::StopTone | ( | uint | streamID | ) | [inline, slot] |
Begins a call to the D-Bus method "StopTone" on the remote object.
Stop sending any DTMF tone which has been started using the StartTone method. If there is no current tone, this method will do nothing.
streamID | A stream ID as defined in the StreamedMedia channel type. |
References Telepathy::Client::AbstractInterface::invalidationMessage(), and Telepathy::Client::AbstractInterface::invalidationReason().