All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.qt.core.QDebugStateSaver Maven / Gradle / Ivy

There is a newer version: 6.8.1
Show newest version
package io.qt.core;


/**
 * 

Convenience class for custom QDebug operators

*

Java wrapper for Qt class QDebugStateSaver

*/ public class QDebugStateSaver extends io.qt.QtObject implements java.lang.AutoCloseable { static { QtJambi_LibraryUtilities.initialize(); } /** *

See QDebugStateSaver::QDebugStateSaver(QDebug&)

*/ public QDebugStateSaver(io.qt.core.QDebug dbg){ super((QPrivateConstructor)null); java.util.Objects.requireNonNull(dbg, "Argument 'dbg': null not expected."); initialize_native(this, dbg); } private native static void initialize_native(QDebugStateSaver instance, io.qt.core.QDebug dbg); /** * Constructor for internal use only. * @param p expected to be null. */ @io.qt.NativeAccess protected QDebugStateSaver(QPrivateConstructor p) { super(p); } @Override public void close(){ dispose(); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy