Qt.QMutex Class

public class QMutex: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QMutex

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QMutex Constructors

QMutex(bool) Constructor
QMutex() Constructor
QMutex(void *) Constructor

QMutex Methods

QMutex.Finalize Method
QMutex.Locked Method
QMutex.Q_lock Method
QMutex.TryLock Method
QMutex.Unlock Method


QMutex(bool) Constructor

public void QMutex(bool recursive);

See Also

Qt.QMutex Class, Qt Namespace

QMutex() Constructor

public void QMutex();

See Also

Qt.QMutex Class, Qt Namespace

QMutex(void *) Constructor

public void QMutex(void * ptr);

See Also

Qt.QMutex Class, Qt Namespace

QMutex.Finalize Method

protected override void Finalize();

See Also

Qt.QMutex Class, Qt Namespace

QMutex.Locked Method

public bool Locked();

See Also

Qt.QMutex Class, Qt Namespace

QMutex.Q_lock Method

public void Q_lock();

See Also

Qt.QMutex Class, Qt Namespace

QMutex.TryLock Method

public bool TryLock();

See Also

Qt.QMutex Class, Qt Namespace

QMutex.Unlock Method

public void Unlock();

See Also

Qt.QMutex Class, Qt Namespace