Viadeo Twitter Google Bookmarks ! Facebook Digg del.icio.us MySpace Yahoo MyWeb Blinklist Netvouz Reddit Simpy StumbleUpon Bookmarks Windows Live Favorites 
Logo Documentation Qt ·  Page d'accueil  ·  Toutes les classes  ·  Toutes les fonctions  ·  Vues d'ensemble  · 

QSoundControl Class Reference
[QtBaseModule]

The QSoundControl class extends the functionality of the QSound class. More...

    #include <QSoundControl>

Inherits QObject.

Public Types

Public Functions

  • 29 public functions inherited from QObject

Signals

Additional Inherited Members

  • 1 property inherited from QObject
  • 1 public slot inherited from QObject
  • 1 public type inherited from QObject
  • 4 static public members inherited from QObject
  • 7 protected functions inherited from QObject
  • 2 protected variables inherited from QObject

Detailed Description

The QSoundControl class extends the functionality of the QSound class.

The QSoundControl class can be used to control the volume, priority and provide the status for a QSound object.

Construct a QSoundControl object with an exising QSound object.

    QSoundControl *control = new QSoundControl( new QSound( "test.wav" ) );

The control may now be used to alter the behavior of the sound object.

    control->setVolume( 50 );
    control->setPriority( QSoundControl::RingTone );

In additon the control may be used to listen for when the sound object finishes playback.

    connect( control, SIGNAL(done()), this, SLOT(doSomething()) );

The control object does not take owenership of the sound object. Care must be taken to ensure the sound object remains valid for the life of the control object.

    delete control->sound();
    delete control;

See also QSound.


Member Type Documentation

enum QSoundControl::Priority

This enum type specifies the different priorities available for QSound objects.

ConstantValueDescription
QSoundControl::Default0This is the lowest priority.
QSoundControl::RingTone1This is the highest priority. Sounds with this priority will be played in preference to all other sounds.


Member Function Documentation

QSoundControl::QSoundControl ( QSound * sound, QObject * parent = 0 )

Constructs a sound control for the given sound object and a parent. Ownership of the sound object is not taken.

void QSoundControl::done ()   [signal]

This signal is emitted when the sound object finishes playing. For looped sound object this signal will only be emitted once all loops have played through.

Priority QSoundControl::priority () const

Returns the current priority of the sound object.

See also setPriority().

void QSoundControl::setPriority ( Priority priority )

Sets the priority of the sound object to priority.

See also priority().

void QSoundControl::setVolume ( int volume )

Adjusts the volume of the sound object to volume. The given value should be between 0 and 100.

See also volume().

QSound * QSoundControl::sound () const

Returns the sound object the control is associated with.

int QSoundControl::volume () const

Returns the current volume of the sound object.

See also setVolume().

Publicité

Best Of

Actualités les plus lues

Semaine
Mois
Année
  1. « Quelque chose ne va vraiment pas avec les développeurs "modernes" », un développeur à "l'ancienne" critique la multiplication des bibliothèques 85
  2. Apercevoir la troisième dimension ou l'utilisation multithreadée d'OpenGL dans Qt, un article des Qt Quarterly traduit par Guillaume Belz 0
  3. Les développeurs ignorent-ils trop les failles découvertes dans leur code ? Prenez-vous en compte les remarques des autres ? 17
  4. Pourquoi les programmeurs sont-ils moins payés que les gestionnaires de programmes ? Manquent-ils de pouvoir de négociation ? 20
  5. BlackBerry 10 : premières images du prochain OS de RIM qui devrait intégrer des widgets et des tuiles inspirées de Windows Phone 0
  6. Quelles nouveautés de C++11 Visual C++ doit-il rapidement intégrer ? Donnez-nous votre avis 10
  7. Adieu qmake, bienvenue qbs : Qt Building Suite, un outil déclaratif et extensible pour la compilation de projets Qt 17
Page suivante

Le Qt Labs au hasard

Logo

La théorie des chaînes

Les Qt Labs sont les laboratoires des développeurs de Qt, où ils peuvent partager des impressions sur le framework, son utilisation, ce que pourrait être son futur. Lire l'article.

Communauté

Ressources

Liens utiles

Contact

  • Vous souhaitez rejoindre la rédaction ou proposer un tutoriel, une traduction, une question... ? Postez dans le forum Contribuez ou contactez-nous par MP ou par email (voir en bas de page).

Qt dans le magazine

Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. Qt qtextended4.4
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD.
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP !
 
 
 
 
Partenaires

Hébergement Web