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

#include <TelepathyQt4/Client/Channel>

Inheritance diagram for Telepathy::Client::ChannelInterfaceMediaSignallingInterface:

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

Collaboration graph
[legend]

List of all members.

Public Slots

QDBusPendingReply
< Telepathy::MediaSessionHandlerInfoList
GetSessionHandlers ()

Signals

void NewSessionHandler (const QDBusObjectPath &sessionHandler, const QString &sessionType)

Public Member Functions

 ChannelInterfaceMediaSignallingInterface (const QString &serviceName, const QString &objectPath, QObject *parent=0)
 ChannelInterfaceMediaSignallingInterface (const QDBusConnection &connection, const QString &serviceName, const QString &objectPath, QObject *parent=0)
 ChannelInterfaceMediaSignallingInterface (Telepathy::Client::DBusProxy *proxy)
 ChannelInterfaceMediaSignallingInterface (const Telepathy::Client::ChannelInterface &mainInterface)
 ChannelInterfaceMediaSignallingInterface (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.MediaSignalling."

Constructor & Destructor Documentation

Telepathy::Client::ChannelInterfaceMediaSignallingInterface::ChannelInterfaceMediaSignallingInterface ( const QString &  serviceName,
const QString &  objectPath,
QObject *  parent = 0 
)

Creates a ChannelInterfaceMediaSignallingInterface 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::ChannelInterfaceMediaSignallingInterface::ChannelInterfaceMediaSignallingInterface ( const QDBusConnection &  connection,
const QString &  serviceName,
const QString &  objectPath,
QObject *  parent = 0 
)

Creates a ChannelInterfaceMediaSignallingInterface 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::ChannelInterfaceMediaSignallingInterface::ChannelInterfaceMediaSignallingInterface ( Telepathy::Client::DBusProxy proxy  ) 

Creates a ChannelInterfaceMediaSignallingInterface 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::ChannelInterfaceMediaSignallingInterface::ChannelInterfaceMediaSignallingInterface ( const Telepathy::Client::ChannelInterface mainInterface  )  [explicit]

Creates a ChannelInterfaceMediaSignallingInterface 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::ChannelInterfaceMediaSignallingInterface::ChannelInterfaceMediaSignallingInterface ( const Telepathy::Client::ChannelInterface mainInterface,
QObject *  parent 
)

Creates a ChannelInterfaceMediaSignallingInterface 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

QDBusPendingReply<Telepathy::MediaSessionHandlerInfoList> Telepathy::Client::ChannelInterfaceMediaSignallingInterface::GetSessionHandlers (  )  [inline, slot]

Begins a call to the D-Bus method "GetSessionHandlers" on the remote object.

Returns all currently active session handlers on this channel as a list of (session_handler_path, type).

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

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

void Telepathy::Client::ChannelInterfaceMediaSignallingInterface::NewSessionHandler ( const QDBusObjectPath &  sessionHandler,
const QString &  sessionType 
) [signal]

Represents the signal "NewSessionHandler" on the remote object.

Signal that a session handler object has been created. The client should create a session object and create streams for the streams within.

Parameters:
sessionHandler Object path of the new Media.SessionHandler object
sessionType String indicating type of session, eg "rtp"

static const char* Telepathy::Client::ChannelInterfaceMediaSignallingInterface::staticInterfaceName (  )  [inline, static]

Returns the name of the interface "org.freedesktop.Telepathy.Channel.Interface.MediaSignalling", which this class represents.

Returns:
The D-Bus interface name.

Referenced by TpPrototype::StreamedMediaChannel::openStreamedMediaChannel().


Generated on Thu Mar 5 18:52:00 2009 for TelepathyQt4-0.1.1 by  doxygen 1.5.8