QtMobility Reference Documentation

QMediaNetworkAccessControl Class Reference

The QMediaNetworkAccessControl class allows the setting of the Network Access Point for media related activities. More...

 #include <QMediaNetworkAccessControl>

This class is under development and is subject to change.

Inherits: QMediaControl.

This class was introduced in Qt Mobility 1.2.

Public Functions

virtual ~QMediaNetworkAccessControl ()
virtual QNetworkConfiguration currentConfiguration () const = 0
virtual void setConfigurations ( const QList<QNetworkConfiguration> & configurations ) = 0
  • 29 public functions inherited from QObject

Signals

void configurationChanged ( const QNetworkConfiguration & configuration )

Protected Functions

QMediaNetworkAccessControl ( QObject * parent = 0 )
  • 7 protected functions inherited from QObject

Additional Inherited Members

  • 1 property inherited from QObject
  • 1 public slot inherited from QObject
  • 1 public variable inherited from QObject
  • 4 static public members inherited from QObject
  • 2 protected variables inherited from QObject

Detailed Description

The QMediaNetworkAccessControl class allows the setting of the Network Access Point for media related activities.

The functionality provided by this control allows the setting of a Network Access Point.

This control can be used to set a network access for various network related activities. the exact nature in dependant on the underlying usage by the supported QMediaObject

Member Function Documentation

QMediaNetworkAccessControl::QMediaNetworkAccessControl ( QObject * parent = 0 ) [protected]

QMediaNetworkAccessControl::~QMediaNetworkAccessControl () [virtual]

Destroys a network access control.

void QMediaNetworkAccessControl::configurationChanged ( const QNetworkConfiguration & configuration ) [signal]

This signal is emitted when the current active network configuration changes to configuration.

This function was introduced in Qt Mobility 1.2.

QNetworkConfiguration QMediaNetworkAccessControl::currentConfiguration () const [pure virtual]

void QMediaNetworkAccessControl::setConfigurations ( const QList<QNetworkConfiguration> & configurations ) [pure virtual]

configurations contains a list of network configurations to be used for network access.

It is assumed the list is given in highest to lowest preference order. By calling this function all previous configurations will be invalidated and replaced with the new list.

This function was introduced in Qt Mobility 1.2.

X

Thank you for giving your feedback.

Make sure it is related to this specific page. For more general bugs and requests, please use the Qt Bug Tracker.