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

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

package io.qt.core;


/**
 * 

Java wrapper for Qt class QDeferredDeleteEvent

*/ public class QDeferredDisposeEvent extends io.qt.core.QEvent { public QDeferredDisposeEvent(){ super((QPrivateConstructor)null); initialize_native(this); } private native static void initialize_native(QDeferredDisposeEvent instance); @io.qt.QtUninvokable public final int loopLevel(){ return loopLevel_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @io.qt.QtUninvokable private native int loopLevel_native_constfct(long __this__nativeId); /** * Constructor for internal use only. * @param p expected to be null. */ @io.qt.NativeAccess protected QDeferredDisposeEvent(QPrivateConstructor p) { super(p); } @Override public String toString() { return getClass().getSimpleName() + "(type=" + type().name() + ")"; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy