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

io.qt.qt3d.render.QRenderCapture Maven / Gradle / Ivy

There is a newer version: 6.7.2
Show newest version
package io.qt.qt3d.render;

import io.qt.*;


/**
 * 

Frame graph node for render capture

*

Java wrapper for Qt class Qt3DRender::QRenderCapture

*/ public class QRenderCapture extends io.qt.qt3d.render.QFrameGraphNode { /** * This variable stores the meta-object for the class. */ public static final io.qt.core.@NonNull QMetaObject staticMetaObject = io.qt.core.QMetaObject.forType(QRenderCapture.class); /** *

See Qt3DRender::QRenderCapture::QRenderCapture(Qt3DCore::QNode*)

*/ @SuppressWarnings({"exports"}) public QRenderCapture(io.qt.qt3d.core.@Nullable QNode parent){ super((QPrivateConstructor)null); initialize_native(this, parent); } private native static void initialize_native(QRenderCapture instance, io.qt.qt3d.core.QNode parent); /** * Function has no implementation because its native counterpart is private. */ @Deprecated @QtUninvokable @Override protected final io.qt.qt3d.core.@Nullable QNodeCreatedChangeBase createNodeCreationChange() throws QNoImplementationException { throw new QNoImplementationException(); } /** *

See Qt3DRender::QRenderCapture::requestCapture()

*/ public final io.qt.qt3d.render.@Nullable QRenderCaptureReply requestCapture(){ return requestCapture_native(QtJambi_LibraryUtilities.internal.nativeId(this)); } private native io.qt.qt3d.render.QRenderCaptureReply requestCapture_native(long __this__nativeId); /** *

See Qt3DRender::QRenderCapture::requestCapture(QRect)

*/ public final io.qt.qt3d.render.@Nullable QRenderCaptureReply requestCapture(io.qt.core.@NonNull QRect rect){ return requestCapture_native_cref_QRect(QtJambi_LibraryUtilities.internal.nativeId(this), QtJambi_LibraryUtilities.internal.checkedNativeId(rect)); } private native io.qt.qt3d.render.QRenderCaptureReply requestCapture_native_cref_QRect(long __this__nativeId, long rect); /** *

See Qt3DRender::QRenderCapture::requestCapture(int)

*/ public final io.qt.qt3d.render.@Nullable QRenderCaptureReply requestCapture(int captureId){ return requestCapture_native_int(QtJambi_LibraryUtilities.internal.nativeId(this), captureId); } private native io.qt.qt3d.render.QRenderCaptureReply requestCapture_native_int(long __this__nativeId, int captureId); /** *

See Qt3DCore::QNode::sceneChangeEvent(Qt3DCore::QSceneChangePtr)

*/ @QtUninvokable @Override protected void sceneChangeEvent(io.qt.qt3d.core.@Nullable QSceneChange change){ sceneChangeEvent_native_cref_QSharedPointer(QtJambi_LibraryUtilities.internal.nativeId(this), change); } @QtUninvokable private native void sceneChangeEvent_native_cref_QSharedPointer(long __this__nativeId, io.qt.qt3d.core.QSceneChange change); /** * Constructor for internal use only. * @param p expected to be null. * @hidden */ @NativeAccess protected QRenderCapture(QPrivateConstructor p) { super(p); } /** * Constructor for internal use only. * It is not allowed to call the declarative constructor from inside Java. * @hidden */ @NativeAccess protected QRenderCapture(QDeclarativeConstructor constructor) { super((QPrivateConstructor)null); initialize_native(this, constructor); } @QtUninvokable private static native void initialize_native(QRenderCapture instance, QDeclarativeConstructor constructor); /** *

Overloaded constructor for {@link #QRenderCapture(io.qt.qt3d.core.QNode)} * with parent = null.

*/ public QRenderCapture() { this((io.qt.qt3d.core.QNode)null); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy