Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions codeless banner

QMediaAbstractControlServer Class Reference
[QtMediaModule]

The QMediaAbstractControlServer class is used as a base class for media server control classes to make then available to clients. More...

    #include <QMediaAbstractControlServer>

This class is under development and is subject to change.

Inherits QObject.

Public Functions

Signals

Protected Functions

Additional Inherited Members


Detailed Description

The QMediaAbstractControlServer class is used as a base class for media server control classes to make then available to clients.

See also QMediaServerSession and QMediaVideoControlServer.


Member Function Documentation

QMediaAbstractControlServer::QMediaAbstractControlServer ( QMediaHandle const & handle, QString const & name, QObject * parent = 0 )

Creaate a QMediaAbstractControlServer with handle to the session and control name, parented to parent.

QMediaAbstractControlServer::~QMediaAbstractControlServer ()

Destroy a QMediaAbstractControlServer object.

void QMediaAbstractControlServer::controlAvailable ( QString const & name )   [signal]

This signal is emitted when the control name becomes available to the client.

void QMediaAbstractControlServer::controlUnavailable ( QString const & name )   [signal]

This signal is emitted when the control name is no longer available to the client.

void QMediaAbstractControlServer::proxyAll ()   [protected]

Present the objects signals and slots to the IPC system.

void QMediaAbstractControlServer::setValue ( QString const & name, QVariant const & value )   [protected]

Set the value with the name into the Value-space related to this media control object.


Copyright © 2009 Trolltech Trademarks
Qt Extended 4.4.3