java.lang.Object
io.qt.QtObject
io.qt.core.QEventLoopLocker
- All Implemented Interfaces:
QtObjectInterface
,AutoCloseable
Means to quit an event loop when it is no longer needed
Java wrapper for Qt class QEventLoopLocker
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
close()
Deletes the underlying native object.final void
swap
(QEventLoopLocker other) Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QEventLoopLocker
public QEventLoopLocker() -
QEventLoopLocker
- Parameters:
loop
-
-
QEventLoopLocker
- Parameters:
thread
-
-
-
Method Details
-
swap
- Parameters:
other
-- Since:
- This function was introduced in Qt 6.7.
-
close
Deletes the underlying native object.- Specified by:
close
in interfaceAutoCloseable
-