java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QDebugStateSaver
- All Implemented Interfaces:
QtObjectInterface
,AutoCloseable
public class QDebugStateSaver extends QtObject implements AutoCloseable
Convenience class for custom QDebug operators
Java wrapper for Qt class QDebugStateSaver
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QDebugStateSaver(QDebug dbg)
protected
QDebugStateSaver(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description void
close()
-
Constructor Details
-
QDebugStateSaver
-
QDebugStateSaver
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-