java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QEventLoopLocker
- All Implemented Interfaces:
QtObjectInterface
public class QEventLoopLocker extends QtObject
Means to quit an event loop when it is no longer needed
Java wrapper for Qt class QEventLoopLocker
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QEventLoopLocker()
QEventLoopLocker(QEventLoop loop)
QEventLoopLocker(QThread thread)
protected
QEventLoopLocker(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
-
Constructor Details
-
QEventLoopLocker
public QEventLoopLocker() -
QEventLoopLocker
-
QEventLoopLocker
-
QEventLoopLocker
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-