java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QBasicMutex
io.qt.core.QMutex
- All Implemented Interfaces:
QtObjectInterface
public class QMutex extends QBasicMutex
Access serialization between threads
Java wrapper for Qt class QMutex
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QMutex()
See QMutex::QMutex()protected
QMutex(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
-
Constructor Details
-
QMutex
public QMutex()See QMutex::QMutex()
-
QMutex
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
tryLock
-
tryLock
- Overrides:
tryLock
in classQBasicMutex
-