io.qt.gui.rhi.QRhiNativeHandles Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qtjambi Show documentation
Show all versions of qtjambi Show documentation
QtJambi base module containing QtCore, QtGui and QtWidgets.
package io.qt.gui.rhi;
import io.qt.*;
/**
* Base class for classes exposing backend-specific collections of native resource objects
* Java wrapper for Qt class QRhiNativeHandles
* This class was introduced in Qt 6.6.
*/
public class QRhiNativeHandles extends QtObject
{
static {
QtJambi_LibraryUtilities.initialize();
}
/**
* See QRhiNativeHandles:: QRhiNativeHandles()
*/
public QRhiNativeHandles(){
super((QPrivateConstructor)null);
initialize_native(this);
}
private native static void initialize_native(QRhiNativeHandles instance);
/**
* Constructor for internal use only.
* @param p expected to be null
.
* @hidden
*/
@NativeAccess
protected QRhiNativeHandles(QPrivateConstructor p) { super(p); }
}