Qt.QSemaphore Class

public class QSemaphore: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QSemaphore

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QSemaphore Constructors

QSemaphore(int) Constructor
QSemaphore(void *) Constructor

QSemaphore Methods

QSemaphore.Available Method
QSemaphore.Finalize Method
QSemaphore.Total Method
QSemaphore.TryAccess Method


QSemaphore(int) Constructor

public void QSemaphore(int arg1);

See Also

Qt.QSemaphore Class, Qt Namespace

QSemaphore(void *) Constructor

public void QSemaphore(void * ptr);

See Also

Qt.QSemaphore Class, Qt Namespace

QSemaphore.Available Method

public int Available();

See Also

Qt.QSemaphore Class, Qt Namespace

QSemaphore.Finalize Method

protected override void Finalize();

See Also

Qt.QSemaphore Class, Qt Namespace

QSemaphore.Total Method

public int Total();

See Also

Qt.QSemaphore Class, Qt Namespace

QSemaphore.TryAccess Method

public bool TryAccess(int arg1);

See Also

Qt.QSemaphore Class, Qt Namespace