io.qt.gui.rhi.QRhiNullNativeHandles 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.*;
/**
* Empty
* Java wrapper for Qt class QRhiNullNativeHandles
*/
public class QRhiNullNativeHandles extends io.qt.gui.rhi.QRhiNativeHandles
{
/**
* See QRhiNullNativeHandles:: QRhiNullNativeHandles()
*/
public QRhiNullNativeHandles(){
super((QPrivateConstructor)null);
initialize_native(this);
}
private native static void initialize_native(QRhiNullNativeHandles instance);
/**
* Constructor for internal use only.
* @param p expected to be null
.
* @hidden
*/
@NativeAccess
protected QRhiNullNativeHandles(QPrivateConstructor p) { super(p); }
}