![JAR search and dependency download from the Maven repository](/logo.png)
io.qt.qt3d.render.QFrameGraphNode Maven / Gradle / Ivy
package io.qt.qt3d.render;
import io.qt.*;
/**
* Base class of all FrameGraph configuration nodes
* Java wrapper for Qt class Qt3DRender::QFrameGraphNode
*/
public class QFrameGraphNode extends io.qt.qt3d.core.QNode
{
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(QFrameGraphNode.class);
/**
* See Qt3DRender::QFrameGraphNode:: QFrameGraphNode(Qt3DCore::QNode*)
* @param parent
*/
@SuppressWarnings({"exports"})
public QFrameGraphNode(io.qt.qt3d.core.@Nullable QNode parent){
super((QPrivateConstructor)null);
initialize_native(this, parent);
}
private native static void initialize_native(QFrameGraphNode instance, io.qt.qt3d.core.QNode parent);
/**
* See Qt3DRender::QFrameGraphNode:: parentFrameGraphNode()const
* @return
*/
@QtUninvokable
public final io.qt.qt3d.render.@Nullable QFrameGraphNode parentFrameGraphNode(){
return parentFrameGraphNode_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this));
}
@QtUninvokable
private native io.qt.qt3d.render.QFrameGraphNode parentFrameGraphNode_native_constfct(long __this__nativeId);
/**
* Constructor for internal use only.
* @param p expected to be null
.
* @hidden
*/
@NativeAccess
protected QFrameGraphNode(QPrivateConstructor p) { super(p); }
/**
* Constructor for internal use only.
* It is not allowed to call the declarative constructor from inside Java.
* @hidden
*/
@NativeAccess
protected QFrameGraphNode(QDeclarativeConstructor constructor) {
super((QPrivateConstructor)null);
initialize_native(this, constructor);
}
@QtUninvokable
private static native void initialize_native(QFrameGraphNode instance, QDeclarativeConstructor constructor);
/**
* Overloaded constructor for {@link #QFrameGraphNode(io.qt.qt3d.core.QNode)}
* with parent = null
.
*/
public QFrameGraphNode() {
this((io.qt.qt3d.core.QNode)null);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy