java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QSignalBlocker
- All Implemented Interfaces:
QtObjectInterface
,AutoCloseable
public class QSignalBlocker extends QtObject implements AutoCloseable
Exception-safe wrapper around QObject::blockSignals()
Java wrapper for Qt class QSignalBlocker
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QSignalBlocker(QObject o)
protected
QSignalBlocker(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
-
Constructor Details
-
QSignalBlocker
-
QSignalBlocker
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
reblock
-
unblock
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-