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