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.0
Show newest version
package io.qt.core;

import io.qt.*;


/**
 * 

Convenience class for custom QDebug operators

*

Java wrapper for Qt class QDebugStateSaver

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

See QDebugStateSaver::QDebugStateSaver(QDebug&)

*/ public QDebugStateSaver(io.qt.core.@StrictNonNull 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. * @hidden */ @NativeAccess protected QDebugStateSaver(QPrivateConstructor p) { super(p); } /** * Deletes the underlying native object. */ @Override public void close(){ dispose(); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy