Telepathy::Client::ChannelInterfaceDTMFInterface Class Reference
[Channel proxies]

#include <TelepathyQt4/Client/Channel>

Inheritance diagram for Telepathy::Client::ChannelInterfaceDTMFInterface:

Inheritance graph
[legend]
Collaboration diagram for Telepathy::Client::ChannelInterfaceDTMFInterface:

Collaboration graph
[legend]

List of all members.

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 &)


Detailed Description

Proxy class providing a 1:1 mapping of the D-Bus interface "org.freedesktop.Telepathy.Channel.Interface.DTMF."

Constructor & Destructor Documentation

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.

Parameters:
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.

Parameters:
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.

Parameters:
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.

Parameters:
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.

Parameters:
mainInterface The proxy to use.
parent Passed to the parent class constructor.


Member Function Documentation

virtual void Telepathy::Client::ChannelInterfaceDTMFInterface::invalidate ( Telepathy::Client::DBusProxy ,
const QString &  ,
const QString &   
) [protected, virtual]

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.

Parameters:
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.

Returns:
The D-Bus interface name.

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.

Parameters:
streamID A stream ID as defined in the StreamedMedia channel type.

References Telepathy::Client::AbstractInterface::invalidationMessage(), and Telepathy::Client::AbstractInterface::invalidationReason().


Generated on Thu Mar 5 18:51:59 2009 for TelepathyQt4-0.1.1 by  doxygen 1.5.8