java.lang.Object
io.qt.QtObject
io.qt.core.QBasicMutex
io.qt.core.QMutex
- All Implemented Interfaces:
QtObjectInterface
Access serialization between threads
Java wrapper for Qt class QMutex
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
tryLock()
final boolean
tryLock
(int timeout) final boolean
tryLock
(QDeadlineTimer timeout) Methods inherited from class io.qt.core.QBasicMutex
lock, unlock
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QMutex
public QMutex()See
QMutex::
QMutex()
-
-
Method Details
-
tryLock
-
tryLock
-
tryLock
- Overrides:
tryLock
in classQBasicMutex
-