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