![JAR search and dependency download from the Maven repository](/logo.png)
io.qt.qt3d.render.QLevelOfDetailSwitch Maven / Gradle / Ivy
package io.qt.qt3d.render;
import io.qt.*;
/**
* Provides a way of enabling child entities based on distance or screen size
* Java wrapper for Qt class Qt3DRender::QLevelOfDetailSwitch
*/
public class QLevelOfDetailSwitch extends io.qt.qt3d.render.QLevelOfDetail
{
/**
* This variable stores the meta-object for the class.
*/
public static final io.qt.core.@NonNull QMetaObject staticMetaObject = io.qt.core.QMetaObject.forType(QLevelOfDetailSwitch.class);
/**
* See Qt3DRender::QLevelOfDetailSwitch:: QLevelOfDetailSwitch(Qt3DCore::QNode*)
* @param parent
*/
@SuppressWarnings({"exports"})
public QLevelOfDetailSwitch(io.qt.qt3d.core.@Nullable QNode parent){
super((QPrivateConstructor)null);
initialize_native(this, parent);
}
private native static void initialize_native(QLevelOfDetailSwitch instance, io.qt.qt3d.core.QNode parent);
/**
* Constructor for internal use only.
* @param p expected to be null
.
* @hidden
*/
@NativeAccess
protected QLevelOfDetailSwitch(QPrivateConstructor p) { super(p); }
/**
* Constructor for internal use only.
* It is not allowed to call the declarative constructor from inside Java.
* @hidden
*/
@NativeAccess
protected QLevelOfDetailSwitch(QDeclarativeConstructor constructor) {
super((QPrivateConstructor)null);
initialize_native(this, constructor);
}
@QtUninvokable
private static native void initialize_native(QLevelOfDetailSwitch instance, QDeclarativeConstructor constructor);
/**
* Overloaded constructor for {@link #QLevelOfDetailSwitch(io.qt.qt3d.core.QNode)}
* with parent = null
.
*/
public QLevelOfDetailSwitch() {
this((io.qt.qt3d.core.QNode)null);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy