![JAR search and dependency download from the Maven repository](/logo.png)
io.qt.qt3d.extras.Qt3DWindow Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qtjambi-qt3dextras Show documentation
Show all versions of qtjambi-qt3dextras Show documentation
The Qt 3D Extras module provides a set of prebuilt elements to help you get started with Qt 3D.
package io.qt.qt3d.extras;
import io.qt.*;
/**
* Java wrapper for Qt class Qt3DExtras::Qt3DWindow
*/
public class Qt3DWindow extends io.qt.gui.QWindow
{
static {
QtJambi_LibraryUtilities.initialize();
}
/**
* This variable stores the meta-object for the class.
*/
public static final io.qt.core.@NonNull QMetaObject staticMetaObject = io.qt.core.QMetaObject.forType(Qt3DWindow.class);
/**
* Overloaded constructor for {@link #Qt3DWindow(io.qt.gui.QScreen, io.qt.qt3d.render.Qt3DRender.API)}
* with arg__2 = io.qt.qt3d.render.Qt3DRender.API.RHI
.
*/
public Qt3DWindow(io.qt.gui.@Nullable QScreen screen) {
this(screen, io.qt.qt3d.render.Qt3DRender.API.RHI);
}
/**
* Overloaded constructor for {@link #Qt3DWindow(io.qt.gui.QScreen, io.qt.qt3d.render.Qt3DRender.API)}
* with:
* screen = null
* arg__2 = io.qt.qt3d.render.Qt3DRender.API.RHI
*
*/
public Qt3DWindow() {
this((io.qt.gui.QScreen)null, io.qt.qt3d.render.Qt3DRender.API.RHI);
}
@SuppressWarnings({"exports"})
public Qt3DWindow(io.qt.gui.@Nullable QScreen screen, io.qt.qt3d.render.Qt3DRender.@NonNull API arg__2){
super((QPrivateConstructor)null);
initialize_native(this, screen, arg__2);
}
private native static void initialize_native(Qt3DWindow instance, io.qt.gui.QScreen screen, io.qt.qt3d.render.Qt3DRender.API arg__2);
@SuppressWarnings({"exports"})
@QtUninvokable
public final io.qt.qt3d.render.@Nullable QFrameGraphNode activeFrameGraph(){
return activeFrameGraph_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this));
}
@QtUninvokable
private native io.qt.qt3d.render.QFrameGraphNode activeFrameGraph_native_constfct(long __this__nativeId);
@SuppressWarnings({"exports"})
@QtUninvokable
public final io.qt.qt3d.render.@Nullable QCamera camera(){
return camera_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this));
}
@QtUninvokable
private native io.qt.qt3d.render.QCamera camera_native_constfct(long __this__nativeId);
@QtUninvokable
public final io.qt.qt3d.extras.@Nullable QForwardRenderer defaultFrameGraph(){
return defaultFrameGraph_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this));
}
@QtUninvokable
private native io.qt.qt3d.extras.QForwardRenderer defaultFrameGraph_native_constfct(long __this__nativeId);
@SuppressWarnings({"exports"})
@QtUninvokable
public final void registerAspect(io.qt.qt3d.core.@Nullable QAbstractAspect aspect){
registerAspect_native_Qt3DCore_QAbstractAspect_ptr(QtJambi_LibraryUtilities.internal.nativeId(this), QtJambi_LibraryUtilities.internal.checkedNativeId(aspect));
}
@QtUninvokable
private native void registerAspect_native_Qt3DCore_QAbstractAspect_ptr(long __this__nativeId, long aspect);
@QtUninvokable
public final void registerAspect(java.lang.@NonNull String name){
registerAspect_native_cref_QString(QtJambi_LibraryUtilities.internal.nativeId(this), name);
}
@QtUninvokable
private native void registerAspect_native_cref_QString(long __this__nativeId, java.lang.String name);
@SuppressWarnings({"exports"})
@QtUninvokable
public final io.qt.qt3d.render.@Nullable QRenderSettings renderSettings(){
return renderSettings_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this));
}
@QtUninvokable
private native io.qt.qt3d.render.QRenderSettings renderSettings_native_constfct(long __this__nativeId);
@SuppressWarnings({"exports"})
@QtUninvokable
public final void setActiveFrameGraph(io.qt.qt3d.render.@Nullable QFrameGraphNode activeFrameGraph){
setActiveFrameGraph_native_Qt3DRender_QFrameGraphNode_ptr(QtJambi_LibraryUtilities.internal.nativeId(this), QtJambi_LibraryUtilities.internal.checkedNativeId(activeFrameGraph));
}
@QtUninvokable
private native void setActiveFrameGraph_native_Qt3DRender_QFrameGraphNode_ptr(long __this__nativeId, long activeFrameGraph);
@SuppressWarnings({"exports"})
@QtUninvokable
public final void setRootEntity(io.qt.qt3d.core.@Nullable QEntity root){
setRootEntity_native_Qt3DCore_QEntity_ptr(QtJambi_LibraryUtilities.internal.nativeId(this), QtJambi_LibraryUtilities.internal.checkedNativeId(root));
}
@QtUninvokable
private native void setRootEntity_native_Qt3DCore_QEntity_ptr(long __this__nativeId, long root);
@QtUninvokable
public boolean event(io.qt.core.@Nullable QEvent e){
return event_native_QEvent_ptr(QtJambi_LibraryUtilities.internal.nativeId(this), QtJambi_LibraryUtilities.internal.checkedNativeId(e));
}
@QtUninvokable
private native boolean event_native_QEvent_ptr(long __this__nativeId, long e);
@QtUninvokable
protected void resizeEvent(io.qt.gui.@Nullable QResizeEvent arg__1){
resizeEvent_native_QResizeEvent_ptr(QtJambi_LibraryUtilities.internal.nativeId(this), QtJambi_LibraryUtilities.internal.checkedNativeId(arg__1));
}
@QtUninvokable
private native void resizeEvent_native_QResizeEvent_ptr(long __this__nativeId, long arg__1);
@QtUninvokable
protected void showEvent(io.qt.gui.@Nullable QShowEvent e){
showEvent_native_QShowEvent_ptr(QtJambi_LibraryUtilities.internal.nativeId(this), QtJambi_LibraryUtilities.internal.checkedNativeId(e));
}
@QtUninvokable
private native void showEvent_native_QShowEvent_ptr(long __this__nativeId, long e);
/**
* Constructor for internal use only.
* @param p expected to be null
.
*/
@NativeAccess
protected Qt3DWindow(QPrivateConstructor p) { super(p); }
/**
* Constructor for internal use only.
* It is not allowed to call the declarative constructor from inside Java.
*/
@NativeAccess
protected Qt3DWindow(QDeclarativeConstructor constructor) {
super((QPrivateConstructor)null);
initialize_native(this, constructor);
}
@QtUninvokable
private static native void initialize_native(Qt3DWindow instance, QDeclarativeConstructor constructor);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy