public class QMutex: QtSupport, System.IDisposable
System.Object
QtSupport
QMutexThis type implements System.IDisposable.
Qt Namespace
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
public void QMutex(bool recursive);
Qt.QMutex Class, Qt Namespace
public void QMutex();
Qt.QMutex Class, Qt Namespace
public void QMutex(void * ptr);
Qt.QMutex Class, Qt Namespace
protected override void Finalize();
Qt.QMutex Class, Qt Namespace
public bool Locked();
Qt.QMutex Class, Qt Namespace
public void Q_lock();
Qt.QMutex Class, Qt Namespace
public bool TryLock();
Qt.QMutex Class, Qt Namespace
public void Unlock();
Qt.QMutex Class, Qt Namespace