java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QBasicMutex
- All Implemented Interfaces:
QtObjectInterface
- Direct Known Subclasses:
QMutex
public class QBasicMutex extends QtObject
Java wrapper for Qt class QBasicMutex
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QBasicMutex()
protected
QBasicMutex(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description boolean
isRecursive()
void
lock()
boolean
tryLock()
void
unlock()
-
Constructor Details
-
QBasicMutex
public QBasicMutex() -
QBasicMutex
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details