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

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

package io.qt.qt3d.render;

import io.qt.*;


/**
 * 

Way of filtering which entities will be rendered

*

Java wrapper for Qt class Qt3DRender::QLayer

*/ public class QLayer extends io.qt.qt3d.core.QComponent { 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(QLayer.class); /** *

See Qt3DRender::QLayer::recursiveChanged()

*/ @QtPropertyNotify(name="recursive") public final @NonNull Signal0 recursiveChanged = new Signal0(); /** *

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

* @param parent */ @SuppressWarnings({"exports"}) public QLayer(io.qt.qt3d.core.@Nullable QNode parent){ super((QPrivateConstructor)null); initialize_native(this, parent); } private native static void initialize_native(QLayer instance, io.qt.qt3d.core.QNode parent); /** *

See Qt3DRender::QLayer::recursive()const

* @return */ @QtPropertyReader(name="recursive") @QtUninvokable public final boolean recursive(){ return recursive_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @QtUninvokable private native boolean recursive_native_constfct(long __this__nativeId); /** *

See Qt3DRender::QLayer::setRecursive(bool)

* @param recursive */ @QtPropertyWriter(name="recursive") @QtUninvokable public final void setRecursive(boolean recursive){ setRecursive_native_bool(QtJambi_LibraryUtilities.internal.nativeId(this), recursive); } @QtUninvokable private native void setRecursive_native_bool(long __this__nativeId, boolean recursive); /** * Constructor for internal use only. * @param p expected to be null. * @hidden */ @NativeAccess protected QLayer(QPrivateConstructor p) { super(p); } /** * Constructor for internal use only. * It is not allowed to call the declarative constructor from inside Java. * @hidden */ @NativeAccess protected QLayer(QDeclarativeConstructor constructor) { super((QPrivateConstructor)null); initialize_native(this, constructor); } @QtUninvokable private static native void initialize_native(QLayer instance, QDeclarativeConstructor constructor); /** *

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

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

Kotlin property getter. In Java use {@link #recursive()} instead.

*/ @QtPropertyReader(enabled=false) @QtUninvokable public final boolean getRecursive() { return recursive(); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy