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

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

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

import io.qt.*;


/**
 * 

Enable dithering

*

Java wrapper for Qt class Qt3DRender::QDithering

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

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

*/ @SuppressWarnings({"exports"}) public QDithering(io.qt.qt3d.core.@Nullable QNode parent){ super((QPrivateConstructor)null); initialize_native(this, parent); } private native static void initialize_native(QDithering instance, io.qt.qt3d.core.QNode parent); /** * Constructor for internal use only. * @param p expected to be null. * @hidden */ @NativeAccess protected QDithering(QPrivateConstructor p) { super(p); } /** * Constructor for internal use only. * It is not allowed to call the declarative constructor from inside Java. * @hidden */ @NativeAccess protected QDithering(QDeclarativeConstructor constructor) { super((QPrivateConstructor)null); initialize_native(this, constructor); } @QtUninvokable private static native void initialize_native(QDithering instance, QDeclarativeConstructor constructor); /** *

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy