public class QSound: QObject, System.IDisposable
System.Object
QtSupport
QObject
QSoundThis type implements System.IDisposable.
Qt Namespace
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
public void QSound(System.String filename, Qt.QObject parent, System.String name);
Qt.QSound Class, Qt Namespace
public void QSound(System.String filename);
Qt.QSound Class, Qt Namespace
public void QSound(System.String filename, Qt.QObject parent);
Qt.QSound Class, Qt Namespace
public void QSound(void * ptr);
Qt.QSound Class, Qt Namespace
public static bool Available();
Qt.QSound Class, Qt Namespace
public System.String FileName();
Qt.QSound Class, Qt Namespace
protected override void Finalize();
Qt.QSound Class, Qt Namespace
public static bool IsAvailable();
Qt.QSound Class, Qt Namespace
public bool IsFinished();
Qt.QSound Class, Qt Namespace
public int Loops();
Qt.QSound Class, Qt Namespace
public int LoopsRemaining();
Qt.QSound Class, Qt Namespace
public void Play();
Qt.QSound Class, Qt Namespace
public static void Play(System.String filename);
Qt.QSound Class, Qt Namespace
public void SetLoops(int arg1);
Qt.QSound Class, Qt Namespace
public void Stop();
Qt.QSound Class, Qt Namespace