Qt.QSound Class

public class QSound: QObject, System.IDisposable

Base Types

System.Object
  QtSupport
    QObject
      QSound

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QSound Constructors

QSound(System.String, Qt.QObject, System.String) Constructor
QSound(System.String) Constructor
QSound(System.String, Qt.QObject) Constructor
QSound(void *) Constructor

QSound Methods

QSound.Available Method
QSound.FileName Method
QSound.Finalize Method
QSound.IsAvailable Method
QSound.IsFinished Method
QSound.Loops Method
QSound.LoopsRemaining Method
QSound.Play() Method
QSound.Play(System.String) Method
QSound.SetLoops Method
QSound.Stop Method


QSound(System.String, Qt.QObject, System.String) Constructor

public void QSound(System.String filename, Qt.QObject parent, System.String name);

See Also

Qt.QSound Class, Qt Namespace

QSound(System.String) Constructor

public void QSound(System.String filename);

See Also

Qt.QSound Class, Qt Namespace

QSound(System.String, Qt.QObject) Constructor

public void QSound(System.String filename, Qt.QObject parent);

See Also

Qt.QSound Class, Qt Namespace

QSound(void *) Constructor

public void QSound(void * ptr);

See Also

Qt.QSound Class, Qt Namespace

QSound.Available Method

public static bool Available();

See Also

Qt.QSound Class, Qt Namespace

QSound.FileName Method

public System.String FileName();

See Also

Qt.QSound Class, Qt Namespace

QSound.Finalize Method

protected override void Finalize();

See Also

Qt.QSound Class, Qt Namespace

QSound.IsAvailable Method

public static bool IsAvailable();

See Also

Qt.QSound Class, Qt Namespace

QSound.IsFinished Method

public bool IsFinished();

See Also

Qt.QSound Class, Qt Namespace

QSound.Loops Method

public int Loops();

See Also

Qt.QSound Class, Qt Namespace

QSound.LoopsRemaining Method

public int LoopsRemaining();

See Also

Qt.QSound Class, Qt Namespace

QSound.Play() Method

public void Play();

See Also

Qt.QSound Class, Qt Namespace

QSound.Play(System.String) Method

public static void Play(System.String filename);

See Also

Qt.QSound Class, Qt Namespace

QSound.SetLoops Method

public void SetLoops(int arg1);

See Also

Qt.QSound Class, Qt Namespace

QSound.Stop Method

public void Stop();

See Also

Qt.QSound Class, Qt Namespace